fdic-mcp-server

jflamb/fdic-mcp-server
★ 0 stars TypeScript 🔍 Search Updated 2d ago
The FDIC BankFind MCP server exposes the BankFind Suite APIs as structured tools that LLMs can query directly, enabling natural-language access to FDIC banking data.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fdic-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jflamb/fdic-mcp-server"
      ]
    }
  }
}

README Excerpt

`fdic-mcp-server` is an MCP (Model Context Protocol) server for the [FDIC BankFind Suite API](https://api.fdic.gov/banks/docs/). It gives LLM hosts a clean way to search FDIC-insured institutions, retrieve public banking records, and run common multi-bank analysis workflows without custom FDIC API plumbing.

Tools (20)

fdic_analyze_bank_healthfdic_analyze_credit_concentrationfdic_analyze_funding_profilefdic_analyze_securities_portfoliofdic_compare_bank_snapshotsfdic_compare_peer_healthfdic_detect_risk_signalsfdic_franchise_footprintfdic_get_institutionfdic_get_institution_failurefdic_holding_company_profilefdic_market_share_analysisfdic_peer_group_analysisfdic_regional_contextfdic_search_demographicsfdic_search_failuresfdic_search_financialsfdic_search_historyfdic_search_institutionsfdic_search_locations

Topics

bankingfinancial-analysismcp-server