fdic_failures
ActiveTool of Fdic
declared in 0.1.0
Search FDIC bank failures by date range. Returns bank name, location, CERT ID, failure date, acquiring institution, and fund type.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10
},
{
"limit": 20,
"end_date": "12/31/2023",
"start_date": "01/01/2023"
}
],
"properties": {
"limit": {
"type": "number",
"description": "Number of failure records to return (default 20)"
},
"end_date": {
"type": "string",
"description": "End date filter in MM/DD/YYYY format (e.g., \"12/31/2023\")"
},
"start_date": {
"type": "string",
"description": "Start date filter in MM/DD/YYYY format (e.g., \"01/01/2023\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fdic
https://github.com/pipeworx-io/mcp-fdic
1/7 registries