mcpbeat

FDIC BankFind MCP Server

com.olyport/fdic-bankfind
answering

FDIC BankFind is answering right now. Last checked 3 min ago. It exposes 5 tools.

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

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
550 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add fdic-bankfind --transport http https://mcp.olyport.com/fdic-bankfind/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fdic-bankfind": {
      "url": "https://mcp.olyport.com/fdic-bankfind/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fdic-bankfind]
url = "https://mcp.olyport.com/fdic-bankfind/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "fdic-bankfind": {
      "url": "https://mcp.olyport.com/fdic-bankfind/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fdic-bankfind": {
      "url": "https://mcp.olyport.com/fdic-bankfind/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

institution
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, classification, and regulator. Args: cert: FDIC certificate number uniquely identifying the institution.
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. Args: cert: FDIC certificate number uniquely identifying the institution.
bank
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: state: Two-letter state abbreviation to filter by (e.g. 'CA'). start_year: Only return failures from this year onward (e.g. 2020).
county
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: state_fips: Two-digit state FIPS code (e.g. '06' for California). county_fips: Three-digit county FIPS code (e.g. '037' for Los Angeles).
institutions
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: search: Institution name or partial name to search for. limit: Maximum number of results to return (default 10, max 100).

Endpoints

URLTransportStateLatencyChecked
https://mcp.olyport.com/fdic-bankfind/mcp streamable-http answering 539 ms 3 min ago

FDIC BankFind — questions

Answers built from our own checks of this server.

What can FDIC BankFind do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_bank_failures, get_county_branches, get_institution, get_institution_branches, search_institutions. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is FDIC BankFind working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 550 ms. The bar chart above shows every period we have measured.
How do I connect FDIC BankFind?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does FDIC BankFind need an API key?
No. FDIC BankFind completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is FDIC BankFind?
It answers our handshake in 550 ms on average, which is faster than 19% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.