FDIC BankFind
com.olyport/fdic-bankfindBank financials, branch locations, deposit data, and failure history from FDIC
Tools · 5
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 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 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 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 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"
}
}
}