You're viewing a demo portfolio

Join the waitlist
PRSM

fdic_failures

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fdic

https://github.com/pipeworx-io/mcp-fdic

1/7 registries
View full server →