Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/jflamb/fdic-mcp-server/agents-mdgit clone --depth 1 https://github.com/jflamb/fdic-mcp-serverWrote 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.
[](https://agentmods.dev/instructions/jflamb/fdic-mcp-server/agents-md)<a href="https://agentmods.dev/instructions/jflamb/fdic-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/jflamb/fdic-mcp-server/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02679 | $0.02679 |
| Opus 5 | $0.01340 | $0.01340 |
| Sonnet 5 | $0.00536 | $0.00536 |
| Haiku 4.5 | $0.00268 | $0.00268 |
Grade A, and why
fdic-mcp-server AGENTS.md 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Canonical repository instructions for LLM agents working in this repo. Keep repo-specific guidance here and use thin pointer files for agent-specific entrypoints.
Purpose
This repository implements an MCP server for the FDIC BankFind Suite API. The codebase wraps FDIC datasets as MCP tools and includes server-side analysis helpers for multi-bank comparisons.
Primary references:
Core Commands
Install dependencies:
npm install
Validate changes:
npm run typecheck
npm test
npm run build
Run locally over stdio:
node dist/index.js
Run locally over HTTP:
TRANSPORT=http PORT=3000 node dist/index.js
Working Norms
- Prefer using the MCP server tool implementations in
src/toolsrather than bypassing them with ad hoc FDIC API logic when validating server behavior. - Preserve tool contracts. Changes to tool names, argument shapes,
content, orstructuredContentshould be treated as breaking unless intentionally coordinated. - Keep changes small and explicit. Add or update tests whenever tool behavior, output structure, filtering, ranking, or error handling changes.
- Do not add secrets or API keys. The FDIC BankFind API is public and this server should work without credentials.
- Prefer the simplest change that solves the real problem. Avoid speculative refactors and temporary fixes.
- Find root causes. Do not stop at symptom treatment if the underlying defect is identifiable.
Workflow Orchestration
- Enter plan mode for non-trivial tasks, especially work with multiple implementation steps, verification steps, or architectural choices.
- If execution goes sideways, stop and re-plan instead of pushing through a weak plan.
- For non-trivial work, write a detailed spec up front to reduce ambiguity before editing.
- Use parallel exploration where tooling allows it to keep the main execution path focused.
- For larger problems, break work into focused tracks rather than mixing research, implementation, and verification in one pass.
- Prompt macros for label-driven orchestration:
- If the user says
/issue-batch <label>orissue-batch <label>, treat that as an instruction to runnpm run issues:batch -- --label <label>, review the generated batches, and use the brief as the planning input for the next implementation steps. - If the user says
/issue-batch-run <label>orissue-batch-run <label>, first runnpm run issues:batch -- --label <label>, then execute the recommended batches one at a time using the document agent working norms in this file. That means restating acceptance criteria, refreshing frommain, creating a dedicated branch per coherent batch, updatingtasks/todo.mdfor non-trivial work, implementing root-cause fixes with tests, validating, opening a PR, watching checks, merging when green, and only then moving to the next batch unless the user explicitly asks to pause.
- If the user says
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.
- 3d ago First seen · 183 lines · 2,679 tokens per session scan A d7471bb75b2a
fdic-mcp-server AGENTS.md is an instructions file published in the GitHub repository jflamb/fdic-mcp-server (0 stars, last pushed 2mo ago), licensed MIT. It adds 2,679 tokens to every session, about $0.0134 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.
Other instructions, from other repositories
maverick-mcp AGENTS.md
Instructions for wshobson/maverick-mcp, covering repository guidelines, project overview, project structure, documentation map and build, test, and development commands.
Polaris AGENTS.md
Instructions for sponge-b0b/Polaris, covering agents.md, purpose and authority, domain vocabulary, coding conduct and secrets.
ibanforge CLAUDE.md
Instructions for cammac-creator/ibanforge, covering ibanforge, stack, architecture, conventions and 🚨 ce dépôt est public.
apra-mcp CLAUDE.md
Claude Code instructions for Bigred97/apra-mcp, covering apra-mcp, source, curated datasets (13), repo-specific module set and repo-specific gotchas.
openbanking-mcp CLAUDE.md
Claude Code instructions for Beennnn/openbanking-mcp, covering le fournisseur de données : enable banking, la règle qui gouverne tout le reste, /.local/share/bankread/ledger/ n'est pas un cache, ce qui ne se fait jamais ici and où vit quoi.
Investo CLAUDE.md
Claude Code instructions for YashvantHange/Investo, covering investo — agent persona & project guide, identity & greeting, how to answer analysis requests, running the toolkit locally and architecture (where things live).