Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

FDIC BankFind

com.olyport/fdic-bankfind

Bank financials, branch locations, deposit data, and failure history from FDIC

Uptime
11.1%
27 probes
Response
478ms
last probe
Tools
5
callable

Tools · 5

search_institutions

Search FDIC-insured financial institutions by name. Returns matching banks with key financial data from the most recent Call Report (2024-06-30), sorted by total assets descending. Args:…

get_institution

Get detailed financial information for a specific FDIC-insured institution. Returns Call Report data for the most recent reporting period (2024-06-30) including assets, deposits, income, clas…

get_institution_branches

Get all branch locations for an FDIC-insured institution. Returns branch-level data from the Summary of Deposits (SOD) including addresses, deposit amounts, branch type, and coordinates. …

get_county_branches

Get all bank branches in a county ranked by deposits. Returns branch-level deposit data from the Summary of Deposits (SOD) for all institutions in the specified county. Args: sta…

get_bank_failures

Get recent bank failures from FDIC records. Returns details of failed FDIC-insured institutions including failure date, resolution type, estimated cost, and pre-failure assets. Args: …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fdic_bankfind": {
      "url": "https://mcp.olyport.com/fdic-bankfind/mcp",
      "transport": "streamable-http"
    }
  }
}