fdic-mcp-server: Command for Claude Code

.claude/commands/fdic-examiner-overlay.md

fdic-examiner-overlay is a command for Claude Code from jflamb/fdic-mcp-server. It costs 60 tokens per session (9,181 once invoked), scanned A, original, MIT.

A guided bank-health assessment that combines public financial data with an analyst's qualitative examination notes.

In plain words
What is it for?
Use it to assess a bank, add examiner knowledge to a public-data baseline, and produce findings labelled as public data, examiner input, or a combined interpretation.
Why use it?
It keeps findings from public records separate from expert-provided observations, making the source of each conclusion clear.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is jflamb/fdic-mcp-server's own configuration. It tells Claude Code how to work on fdic-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fdic-mcp-server configures →

Part of the fdic-mcp-server plugin — 4 skills, 7 commands, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to jflamb/fdic-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jflamb/fdic-mcp-server/main/.claude/commands/fdic-examiner-overlay.md
Clone the repo
git clone --depth 1 https://github.com/jflamb/fdic-mcp-server

Made for: Claude Code.

Or install fdic-mcp-server, the plugin that ships this one along with the rest of its 4 skills, 7 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fdic-examiner-overlay

README.md
[![agentmods](https://agentmods.dev/badge/commands/jflamb/fdic-mcp-server/fdic-examiner-overlay.svg)](https://agentmods.dev/commands/jflamb/fdic-mcp-server/fdic-examiner-overlay)
Your own site
<a href="https://agentmods.dev/commands/jflamb/fdic-mcp-server/fdic-examiner-overlay"><img src="https://agentmods.dev/badge/commands/jflamb/fdic-mcp-server/fdic-examiner-overlay.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 9,181 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.09181
Opus 5 $0.00030 $0.04591
Sonnet 5 $0.00012 $0.01836
Haiku 4.5 $0.00006 $0.00918

Measured 7d ago against content hash c28047ae0efb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

fdic-examiner-overlay scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/fdic-examiner-overlay.md · 756 lines

How it starts

The opening of the file, as written. The whole thing — 756 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/fdic-examiner-overlay

Skill Type: RIGID

This workflow is non-negotiable in structure. You MUST follow every step in order. You MUST NOT skip the confirmation gate. You MUST NOT merge provenance layers in the narrative.

Every paragraph or finding in the final output must be attributed to its source layer:

  • Public data indicate... — proxy baseline findings
  • Examiner overlay: — analyst-provided inputs
  • Blended interpretation: — combined assessment

These three layers must NEVER be merged into undifferentiated prose.


Step 1: Fetch Baseline

Ask the analyst:

"Which institution would you like to assess? Provide the CERT number, and optionally a report date (YYYYMMDD)."

Once you have the CERT (and optional repdte):

  1. Call the fdic_analyze_bank_health MCP tool with the provided cert and repdte (or omit repdte for the default latest quarter).
  2. From the tool result, extract:
    • structuredContent.proxy — the full ProxyAssessment object (quantitative baseline)
    • structuredContent.institution — identity fields (name, city, state, charter_class, total_assets, report_date, data_staleness)
    • structuredContent.risk_signals — legacy risk signal list
    • content[0].text — the human-readable text summary (for reference)
  3. Store these as the baseline for the remainder of the workflow.

If the tool call fails or returns no data, report the error and stop. Do not proceed without a valid baseline.


Step 2: Present Baseline Summary

Present the baseline to the analyst in this exact format:


Public Data Baseline

Institution: [name] (CERT [cert]), [city], [state] Report Date: [repdte] | Data Staleness: [staleness]

Overall: [band] ([score]/4.0)

Component Score Label Key Flag
Capital [score] [label] PCA: [category]
Asset Quality [score] [label]
Earnings [score] [label]
Liquidity/Funding [score] [label]
Sensitivity Proxy [score] [label]

Read the full file on GitHub · 756 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 756 lines · 60 tokens per session scan A c28047ae0efb

Subscribe to this mod's changes

fdic-examiner-overlay is a command published in the GitHub repository jflamb/fdic-mcp-server (0 stars, last pushed 2mo ago), licensed MIT. It adds 60 tokens to every session and 9,181 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.