You're viewing a demo portfolio

Join the waitlist
PRSM

fdic_search_institutions

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fdic

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

1/7 registries
View full server →