fdic_search_institutions
ActiveTool of Fdic
declared in 0.1.0
Search FDIC-insured banks by name. Returns institution name, CERT ID, location, total assets, deposits, net income, ROA, ROE, and report date.
Parameters schema
{
"type": "object",
"examples": [
{
"search": "Chase"
},
{
"limit": 5,
"search": "Wells Fargo"
}
],
"required": [
"search"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 10)"
},
"search": {
"type": "string",
"description": "Bank or institution name to search for (e.g., \"Chase\", \"Wells Fargo\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fdic
https://github.com/pipeworx-io/mcp-fdic
1/7 registries