Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
io.github.jflamb avatar

FDIC BankFind MCP Server

FDIC BankFind MCP Server is a MCP server that searches FDIC institutions, branches, failures, and peer analysis over MCP.

About

FDIC BankFind MCP Server wraps FDIC public bank data APIs for agent consumption so you can search institutions, branches, historical failures, and peer comparisons without hand-building spreadsheets. developers exploring fintech apps, B2B banking tools, or regional market entry use it in the idea and validate phases to ground pitches in regulator-published facts rather than scraped marketing pages. The project ships both a remote MCP endpoint at bankfind.jflamb.com and an npm stdio package fdic-mcp-server (1.9.0), which suits Claude Code users who prefer local servers or lightweight hosted access. It accelerates research queries and structured answers inside the agent; it does not provide legal advice, live account data, or transaction processing. Pair outputs with your own compliance review before building customer-facing financial products.

  • FDIC BankFind MCP Server titled in registry, version 1.9.0
  • Hosted streamable-http at https://bankfind.jflamb.com/mcp
  • Local stdio npm package fdic-mcp-server
  • Search institutions, branches, failures, and peer analysis
  • Useful for due diligence and competitive landscape in banking niches

FDIC BankFind MCP Server by the numbers

  • Exposes 29 verified tools (MCP introspection)
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add fdic-mcp-server -- npx -y fdic-mcp-server

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Packagefdic-mcp-server
TransportSTDIO, HTTP
AuthNone
Tools29

What it does

Query FDIC BankFind data—institutions, branches, failures, and peers—through MCP while researching fintech or local banking ideas.

Who is it for?

Best when you're scoping fintech, proptech, or regional banking products and need fast FDIC-backed facts in the agent loop.

Skip if: Real-time trading, consumer account lookup, or teams that do not need U.S. depository institution reference data.

What you get

Your agent returns structured FDIC BankFind results for institutions, branches, failures, and peers during early research.

  • Agent-retrieved FDIC institution and branch records
  • Failure history and peer analysis summaries for research docs

By the numbers

  • Server version 1.9.0
  • Remote URL https://bankfind.jflamb.com/mcp
  • npm identifier fdic-mcp-server

Tools 29

Public tool metadata - what this server can do for an agent.

fdic_search_institutions6 params

Use this when the user needs FDIC-insured institution search results by name, state, CERT, asset size, charter class, or regulatory status. Returns institution profile rows with pagination; use fdic://schemas/institutions for the full field catalog.

  • filtersstringFDIC API filter using ElasticSearch query string syntax. Combine conditions with AND/OR, use quotes for multi-word values, and [min TO max] for ranges (* = unbounded). Common fields: NAME (institution name), STNAME (state name), STALP (two-letter state code), CERT (certificate number), ASSET (total assets in $thousands), ACTIVE (1=active, 0=inactive). Examples: STNAME:"California", ACTIVE:1 AND ASSET:[1000000 TO *], NAME:"Chase"
  • fieldsstringComma-separated list of FDIC field names to return. Leave empty to return all fields. Field names are ALL_CAPS (e.g., NAME, CERT, ASSET, DEP, STALP). Example: NAME,CERT,ASSET,DEP,STALP
  • limitintegerMaximum number of records to return (1-10000, default: 20)
  • offsetintegerNumber of records to skip for pagination (default: 0)
  • sort_bystringField name to sort results by. Example: ASSET, NAME, FAILDATE
  • sort_orderstringSort direction: ASC (ascending) or DESC (descending)
fdic_get_institution2 params

Use this when the user knows an exact FDIC Certificate Number and needs one institution profile. To discover a CERT first, call fdic_search_institutions or fdic_search.

  • certintegerrequiredFDIC Certificate Number — the unique identifier for an institution
  • fieldsstringComma-separated list of fields to return
fdic_search_failures6 params

Use this when the user wants details on failed FDIC-insured institutions filtered by name, state, date range, resolution type, or cost. Returns failure records with pagination; see fdic://schemas/failures for the full field catalog.

  • filtersstringFDIC API filter using ElasticSearch query string syntax. Combine conditions with AND/OR, use quotes for multi-word values, and [min TO max] for ranges (* = unbounded). Common fields: NAME (institution name), STNAME (state name), STALP (two-letter state code), CERT (certificate number), ASSET (total assets in $thousands), ACTIVE (1=active, 0=inactive). Examples: STNAME:"California", ACTIVE:1 AND ASSET:[1000000 TO *], NAME:"Chase"
  • fieldsstringComma-separated list of FDIC field names to return. Leave empty to return all fields. Field names are ALL_CAPS (e.g., NAME, CERT, ASSET, DEP, STALP). Example: NAME,CERT,ASSET,DEP,STALP
  • limitintegerMaximum number of records to return (1-10000, default: 20)
  • offsetintegerNumber of records to skip for pagination (default: 0)
  • sort_bystringField name to sort results by. Example: ASSET, NAME, FAILDATE
  • sort_orderstringSort direction: ASC (ascending) or DESC (descending)
fdic_get_institution_failure2 params

Use this when the user knows the CERT of a failed institution and needs its specific failure record. Returns failure details (date, resolution type, cost, acquirer); responds with `found: false` if the institution did not fail.

  • certintegerrequiredFDIC Certificate Number — the unique identifier for an institution
  • fieldsstringComma-separated list of fields to return
fdic_search_locations7 params

Use this when the user wants branch/office locations for FDIC-insured institutions, filtered by CERT, state, city, county, metro area, or branch type. Returns address, coordinates, branch number, and service-type rows; see fdic://schemas/locations for the full field catalog.

  • filtersstringFDIC API filter using ElasticSearch query string syntax. Combine conditions with AND/OR, use quotes for multi-word values, and [min TO max] for ranges (* = unbounded). Common fields: NAME (institution name), STNAME (state name), STALP (two-letter state code), CERT (certificate number), ASSET (total assets in $thousands), ACTIVE (1=active, 0=inactive). Examples: STNAME:"California", ACTIVE:1 AND ASSET:[1000000 TO *], NAME:"Chase"
  • fieldsstringComma-separated list of FDIC field names to return. Leave empty to return all fields. Field names are ALL_CAPS (e.g., NAME, CERT, ASSET, DEP, STALP). Example: NAME,CERT,ASSET,DEP,STALP
  • limitintegerMaximum number of records to return (1-10000, default: 20)
  • offsetintegerNumber of records to skip for pagination (default: 0)
  • sort_bystringField name to sort results by. Example: ASSET, NAME, FAILDATE
  • sort_orderstringSort direction: ASC (ascending) or DESC (descending)
  • certintegerFilter by FDIC Certificate Number to get all branches of a specific institution
fdic_search_history7 params

Use this when the user wants structural-change events (mergers, acquisitions, name changes, charter conversions, failures) for FDIC-insured institutions, filtered by CERT, type, change code, date range, or state. See fdic://schemas/history for the full field catalog.

  • filtersstringFDIC API filter using ElasticSearch query string syntax. Combine conditions with AND/OR, use quotes for multi-word values, and [min TO max] for ranges (* = unbounded). Common fields: NAME (institution name), STNAME (state name), STALP (two-letter state code), CERT (certificate number), ASSET (total assets in $thousands), ACTIVE (1=active, 0=inactive). Examples: STNAME:"California", ACTIVE:1 AND ASSET:[1000000 TO *], NAME:"Chase"
  • fieldsstringComma-separated list of FDIC field names to return. Leave empty to return all fields. Field names are ALL_CAPS (e.g., NAME, CERT, ASSET, DEP, STALP). Example: NAME,CERT,ASSET,DEP,STALP
  • limitintegerMaximum number of records to return (1-10000, default: 20)
  • offsetintegerNumber of records to skip for pagination (default: 0)
  • sort_bystringField name to sort results by. Example: ASSET, NAME, FAILDATE
  • sort_orderstringSort direction: ASC (ascending) or DESC (descending)
  • certintegerFilter by FDIC Certificate Number to get history for a specific institution
fdic_search_financials8 params

Use this when the user wants quarterly Call Report data (balance sheet, income, capital, performance ratios) for FDIC-insured institutions. Filter by CERT and/or REPDTE plus optional ElasticSearch filters. See fdic://schemas/financials for the full 1,100+ field catalog.

  • filtersstringFDIC API filter using ElasticSearch query string syntax. Combine conditions with AND/OR, use quotes for multi-word values, and [min TO max] for ranges (* = unbounded). Common fields: NAME (institution name), STNAME (state name), STALP (two-letter state code), CERT (certificate number), ASSET (total assets in $thousands), ACTIVE (1=active, 0=inactive). Examples: STNAME:"California", ACTIVE:1 AND ASSET:[1000000 TO *], NAME:"Chase"
  • fieldsstringComma-separated list of FDIC field names to return. Leave empty to return all fields. Field names are ALL_CAPS (e.g., NAME, CERT, ASSET, DEP, STALP). Example: NAME,CERT,ASSET,DEP,STALP
  • limitintegerMaximum number of records to return (1-10000, default: 20)
  • offsetintegerNumber of records to skip for pagination (default: 0)
  • sort_bystringField name to sort results by. Example: ASSET, NAME, FAILDATE
  • sort_orderstringSort direction: DESC (descending, default for most recent first) or ASC (ascending)
  • certintegerFilter by FDIC Certificate Number to get financials for a specific institution
  • repdtestringFilter by Report Date (REPDTE) in YYYYMMDD format (quarter-end: 0331, 0630, 0930, 1231). If omitted, returns all available dates (sorted most recent first).
fdic_search_summary8 params

Use this when the user wants annual financial-summary snapshots (assets, deposits, ROA, ROE, offices) for FDIC-insured institutions, filtered by CERT and/or year. See fdic://schemas/summary for the full field catalog.

  • filtersstringFDIC API filter using ElasticSearch query string syntax. Combine conditions with AND/OR, use quotes for multi-word values, and [min TO max] for ranges (* = unbounded). Common fields: NAME (institution name), STNAME (state name), STALP (two-letter state code), CERT (certificate number), ASSET (total assets in $thousands), ACTIVE (1=active, 0=inactive). Examples: STNAME:"California", ACTIVE:1 AND ASSET:[1000000 TO *], NAME:"Chase"
  • fieldsstringComma-separated list of FDIC field names to return. Leave empty to return all fields. Field names are ALL_CAPS (e.g., NAME, CERT, ASSET, DEP, STALP). Example: NAME,CERT,ASSET,DEP,STALP
  • limitintegerMaximum number of records to return (1-10000, default: 20)
  • offsetintegerNumber of records to skip for pagination (default: 0)
  • sort_bystringField name to sort results by. Example: ASSET, NAME, FAILDATE
  • sort_orderstringSort direction: ASC (ascending) or DESC (descending)
  • certintegerFilter by FDIC Certificate Number
  • yearintegerFilter by specific year (e.g., 2022)
fdic_search_sod8 params

Use this when the user wants annual branch-level deposit data (SOD, as of June 30 each year) — branch deposits, MSAs, geographic distribution. Filter by CERT and/or year. See fdic://schemas/sod for the full field catalog.

  • filtersstringFDIC API filter using ElasticSearch query string syntax. Combine conditions with AND/OR, use quotes for multi-word values, and [min TO max] for ranges (* = unbounded). Common fields: NAME (institution name), STNAME (state name), STALP (two-letter state code), CERT (certificate number), ASSET (total assets in $thousands), ACTIVE (1=active, 0=inactive). Examples: STNAME:"California", ACTIVE:1 AND ASSET:[1000000 TO *], NAME:"Chase"
  • fieldsstringComma-separated list of FDIC field names to return. Leave empty to return all fields. Field names are ALL_CAPS (e.g., NAME, CERT, ASSET, DEP, STALP). Example: NAME,CERT,ASSET,DEP,STALP
  • limitintegerMaximum number of records to return (1-10000, default: 20)
  • offsetintegerNumber of records to skip for pagination (default: 0)
  • sort_bystringField name to sort results by. Example: ASSET, NAME, FAILDATE
  • sort_orderstringSort direction: ASC (ascending) or DESC (descending)
  • certintegerFilter by FDIC Certificate Number
  • yearintegerFilter by specific year (1994-present). SOD data is annual.
fdic_search_demographics8 params

Use this when the user wants quarterly demographic and market-structure attributes (office counts, metro classification, county/territory codes, geographic reference data) for FDIC-insured institutions. Filter by CERT and/or REPDTE. See fdic://schemas/demographics for the full field catalog.

  • filtersstringFDIC API filter using ElasticSearch query string syntax. Combine conditions with AND/OR, use quotes for multi-word values, and [min TO max] for ranges (* = unbounded). Common fields: NAME (institution name), STNAME (state name), STALP (two-letter state code), CERT (certificate number), ASSET (total assets in $thousands), ACTIVE (1=active, 0=inactive). Examples: STNAME:"California", ACTIVE:1 AND ASSET:[1000000 TO *], NAME:"Chase"
  • fieldsstringComma-separated list of FDIC field names to return. Leave empty to return all fields. Field names are ALL_CAPS (e.g., NAME, CERT, ASSET, DEP, STALP). Example: NAME,CERT,ASSET,DEP,STALP
  • limitintegerMaximum number of records to return (1-10000, default: 20)
  • offsetintegerNumber of records to skip for pagination (default: 0)
  • sort_bystringField name to sort results by. Example: ASSET, NAME, FAILDATE
  • sort_orderstringSort direction: ASC (ascending) or DESC (descending)
  • certintegerFilter by FDIC Certificate Number
  • repdtestringFilter by Report Date (REPDTE) in YYYYMMDD format (quarter-end: 0331, 0630, 0930, 1231).
fdic_compare_bank_snapshots11 params

Compare FDIC reporting snapshots across a set of institutions and rank the results by growth, profitability, or efficiency changes. This tool is designed for heavier analytical prompts that would otherwise require many separate MCP calls. It batches institution roster lookup, financial snapshots, optional office-count snapshots, and can also fetch a quarterly time series inside the server. Good uses: - Identify North Carolina banks with the strongest asset growth from 2021 to 2025 - Compare whether deposit growth came with branch expansion or profitability improvement - Rank a specific cert list by ROA, ROE, asset-per-office, or deposit-to-asset changes - Pull a quarterly trend series and highlight inflection points, streaks, and structural shifts Inputs: - state or certs: choose a geographic roster or provide a direct comparison set - start_repdte, end_repdte: Report Dates (REPDTE) in YYYYMMDD format — must be quarter-end dates (0331, 0630, 0930, 1231) - analysis_mode

  • statestringState name for the institution roster filter. Example: "North Carolina"
  • certsarrayOptional list of FDIC certificate numbers to compare directly. Max 100.
  • institution_filtersstringAdditional institution-level filter used when building the comparison set. Example: BKCLASS:N or CITY:"Charlotte"
  • active_onlybooleanLimit the comparison set to currently active institutions.
  • start_repdtestringStarting Report Date (REPDTE) in YYYYMMDD format. Must be a quarter-end date: March 31 (0331), June 30 (0630), September 30 (0930), or December 31 (1231). Example: 20210331 for Q1 2021. If omitted, defaults to the same quarter one year before end_repdte.
  • end_repdtestringEnding Report Date (REPDTE) in YYYYMMDD format. Must be a quarter-end date: March 31 (0331), June 30 (0630), September 30 (0930), or December 31 (1231). Must be later than start_repdte. Example: 20251231 for Q4 2025. If omitted, defaults to the most recent quarter-end date with published data (~90-day lag).
  • analysis_modestringUse snapshot for two-point comparison or timeseries for quarterly trend analysis across the date range.
  • include_demographicsbooleanInclude office-count changes from the demographics dataset when available.
  • limitintegerMaximum number of ranked comparisons to return.
  • sort_bystringComparison field used to rank institutions. Valid options: asset_growth, asset_growth_pct, dep_growth, dep_growth_pct, netinc_change, netinc_change_pct, roa_change, roe_change, offices_change, assets_per_office_change, deposits_per_office_change, deposits_to_assets_change.
  • sort_orderstringSort direction for the ranked comparisons.
fdic_peer_group_analysis10 params

Build a peer group for an FDIC-insured institution and rank it against peers on financial and efficiency metrics at a single report date. Three usage modes: - Subject-driven: provide cert and repdte — auto-derives peer criteria from the subject's asset size and charter class - Explicit criteria: provide repdte plus asset_min/asset_max, charter_classes, state, or raw_filter - Subject with overrides: provide cert plus explicit criteria to override auto-derived defaults Metrics ranked (fixed order): - Total Assets, Total Deposits, ROA, ROE, Net Interest Margin - Equity Capital Ratio, Efficiency Ratio, Loan-to-Deposit Ratio - Deposits-to-Assets Ratio, Non-Interest Income Share Rankings use competition rank (1, 2, 2, 4). Rank, denominator, and percentile all use the same comparison set: matched peers plus the subject institution. Output includes: - Subject rankings and percentiles (when cert provided) - Peer group medians - Peer list with CERTs (pass to fdic_compare_ba

  • certintegerSubject institution CERT number. When provided, auto-derives peer criteria and ranks this bank against peers.
  • repdtestringReport Date (REPDTE) in YYYYMMDD format. FDIC data is published quarterly on: March 31, June 30, September 30, and December 31. Example: 20231231 for Q4 2023. If omitted, defaults to the most recent quarter-end date likely to have published data (~90-day lag).
  • asset_minnumberMinimum total assets ($thousands) for peer selection. Defaults to 50% of subject's report-date assets when cert is provided.
  • asset_maxnumberMaximum total assets ($thousands) for peer selection. Defaults to 200% of subject's report-date assets when cert is provided.
  • charter_classesarrayCharter class codes to include (e.g., ["N", "SM"]). Defaults to the subject's charter class when cert is provided.
  • statestringTwo-letter state code (e.g., "NC", "TX").
  • raw_filterstringAdvanced: raw ElasticSearch query string appended to peer selection criteria with AND.
  • active_onlybooleanLimit to institutions where ACTIVE:1 (currently operating, FDIC-insured).
  • extra_fieldsarrayAdditional FDIC field names to include as raw values in the response. Does not affect peer selection.
  • limitintegerMax peer records returned in the response. All matched peers are used for ranking regardless of this limit.
fdic_analyze_bank_health3 params

Produce a CAMELS-style analytical assessment for a single FDIC-insured institution using the public off-site proxy model. Scores five components — Capital (C), Asset Quality (A), Earnings (E), Liquidity (L), Sensitivity (S) — using published FDIC financial data and derives a weighted composite rating (1=Strong to 5=Unsatisfactory), plus a proxy model overall band (1.0–4.0 scale). Output includes: - Composite and component ratings with individual metric scores - Proxy model overall assessment band with capital classification - Management overlay assessment (inferred from public data patterns) - Trend analysis across prior quarters for key metrics - Risk signals flagging critical and warning-level concerns - Structured JSON for programmatic consumption (legacy + proxy fields) NOTE: Management (M) is omitted from component scoring — cannot be assessed from public data. Sensitivity (S) uses proxy metrics (NIM trend, securities concentration). This is a public off-site analyt

  • certintegerrequiredFDIC Certificate Number of the institution to analyze.
  • repdtestringReport Date (YYYYMMDD). Defaults to the most recent quarter likely to have published data.
  • quartersintegerNumber of prior quarters to fetch for trend analysis (default 8).
fdic_compare_peer_health8 params

Compare CAMELS-style health scores across a group of FDIC-insured institutions. Three usage modes: - Explicit list: provide certs (up to 50) for a specific comparison set - State-wide scan: provide state to compare all active institutions in that state - Asset-based: provide asset_min/asset_max to compare institutions by size Optionally provide cert to highlight a subject institution's position in the ranking. Output: structuredContent includes {model, official_status, report_date, institutions, metrics, peer_context, proxy_summary, proxy, deprecations}. Institutions include proxy scores and name_source. When a subject cert is provided, metrics[] is the preferred subject-vs-peer array for new UI bindings and proxy_summary is a flattened subject proxy. peer_context.subject_percentiles is deprecated, remains for backward compatibility, and is targeted for removal only in a future coordinated major release. Auto-peer selection derives asset bands from report-date financials and b

  • certintegerSubject institution CERT to highlight in the ranking. Optional.
  • certsarrayExplicit list of CERTs to compare (max 50).
  • statestringTwo-letter state code to select all active institutions (e.g., "WY").
  • asset_minnumberMinimum total assets ($thousands) for peer selection.
  • asset_maxnumberMaximum total assets ($thousands) for peer selection.
  • repdtestringReport Date (YYYYMMDD). Defaults to the most recent quarter.
  • sort_bystringSort results by composite or a specific CAMELS component rating.
  • limitintegerMax institutions to return in the response.
fdic_detect_risk_signals8 params

Scan FDIC-insured institutions for early warning risk signals using the public_camels_proxy_v1 analytical engine. Standardized signal codes with severity levels: - Critical: capital_undercapitalized (PCA breach), earnings_loss (ROA < 0), reserve_coverage_low (< 50%) - Warning: capital_buffer_erosion, credit_deterioration, credit_deterioration_trending, earnings_pressure, margin_compression, funding_stress, funding_ltd_stretched, rate_risk_proxy_elevated, wholesale_funding_elevated - Info: merger_distorted_trend, stale_reporting_period Three scan modes: - State-wide: provide state to scan all active institutions - Explicit list: provide certs (up to 50) - Asset-based: provide asset_min/asset_max Output: Per-institution risk signals ranked by severity count. The proxy engine drives signal generation internally; the output is signal-shaped, not assessment-shaped. NOTE: Public off-site analytical proxy — not official supervisory ratings.

  • statestringScan all active institutions in this state.
  • certsarraySpecific CERTs to scan (max 50).
  • asset_minnumberMinimum total assets ($thousands) filter.
  • asset_maxnumberMaximum total assets ($thousands) filter.
  • repdtestringReport Date (YYYYMMDD). Defaults to the most recent quarter.
  • min_severitystringMinimum severity level to include in results (default: warning).
  • quartersintegerPrior quarters to fetch for trend analysis (default 4).
  • limitintegerMax flagged institutions to return.
fdic_analyze_credit_concentration2 params

Analyze loan portfolio composition and credit concentration risk for an FDIC-insured institution. Computes CRE concentration relative to capital (per 2006 interagency guidance), loan-type breakdown, and flags concentration risks. Output includes: - Loan portfolio composition (CRE, C&I, consumer, residential, agricultural shares) - CRE and construction concentration relative to total capital - Loan-to-asset ratio - Concentration risk signals based on interagency guidance thresholds - Structured JSON for programmatic consumption NOTE: This is an analytical tool based on public financial data.

  • certintegerrequiredFDIC Certificate Number
  • repdtestringReport date (YYYYMMDD). Defaults to most recent quarter.
fdic_analyze_funding_profile2 params

Analyze deposit composition, wholesale funding reliance, and funding risk for an FDIC-insured institution. Output includes: - Deposit composition (core, brokered, foreign deposit shares) - Wholesale funding reliance and FHLB advances relative to assets - Cash ratio for near-term liquidity - Funding risk signals based on supervisory thresholds - Structured JSON for programmatic consumption NOTE: This is an analytical tool based on public financial data.

  • certintegerrequiredFDIC Certificate Number
  • repdtestringReport date (YYYYMMDD). Defaults to most recent quarter.
fdic_analyze_securities_portfolio2 params

Analyze securities portfolio size, composition, and concentration risk for an FDIC-insured institution. Output includes: - Securities relative to total assets and capital - MBS concentration within the securities portfolio - AFS/HTM breakdown (when available) - Risk signals for portfolio concentration and interest rate exposure - Structured JSON for programmatic consumption NOTE: This is an analytical tool based on public financial data. AFS/HTM breakdown is not currently available from the FDIC API.

  • certintegerrequiredFDIC Certificate Number
  • repdtestringReport date (YYYYMMDD). Defaults to most recent quarter.
fdic_ubpr_analysis2 params

Compute UBPR-equivalent ratio analysis for an FDIC-insured institution. Includes summary ratios (ROA, ROE, NIM, efficiency), loan mix, capital adequacy, liquidity metrics, and year-over-year growth rates. Ratios are computed from Call Report data and are UBPR-equivalent, not official FFIEC UBPR output. Output includes: - Summary ratios: ROA, ROE, NIM, efficiency ratio, pretax ROA - Loan mix: real estate, commercial, consumer, agricultural shares - Capital adequacy: Tier 1 leverage, Tier 1 risk-based, equity ratio - Liquidity: loan-to-deposit, core deposit ratio, brokered deposits, cash ratio - Year-over-year growth: assets, loans, deposits - Structured JSON for programmatic consumption NOTE: This is an analytical tool based on public financial data.

  • certintegerrequiredFDIC Certificate Number
  • repdtestringReport date (YYYYMMDD). Defaults to most recent quarter.
fdic_market_share_analysis5 params

Analyze deposit market share and concentration for an MSA or city market using FDIC Summary of Deposits (SOD) data. Computes market share for all institutions in a geographic market, ranks them by deposits, and calculates the Herfindahl-Hirschman Index (HHI) for market concentration analysis per DOJ/FTC merger guidelines. Two entry modes: - MSA market: provide msa as the numeric MSABR code (e.g., msa: 19100 for Dallas-Fort Worth-Arlington, msa: 42660 for Seattle-Tacoma-Bellevue). Use fdic_search_sod to look up MSABR codes. - City market: provide city (branch city name, e.g., "Austin") and state (two-letter code, e.g., "TX"). Output includes: - Market overview with total deposits, institution count, and HHI classification - Optional highlighted institution showing rank and share (provide cert) - Top institutions ranked by deposit market share - Structured JSON for programmatic consumption Requires at least one of: msa (numeric MSABR code), or city + state.

  • msaintegerFDIC MSABR numeric code for the Metropolitan Statistical Area (e.g., 19100 for Dallas-Fort Worth-Arlington, 42660 for Seattle-Tacoma-Bellevue). Use fdic_search_sod with MSABR to look up codes.
  • citystringCity name (e.g., "Austin"). Requires state.
  • statestringTwo-letter state abbreviation (e.g., TX). Required when using city filter.
  • yearintegerSOD report year (1994-present). Defaults to most recent.
  • certintegerHighlight a specific institution in the results.
fdic_franchise_footprint2 params

Analyze the geographic franchise footprint of an FDIC-insured institution using Summary of Deposits (SOD) data. Shows how an institution's branches and deposits are distributed across metropolitan statistical areas (MSAs), providing a market-by-market breakdown of branch count, deposit totals, and percentage of the institution's total deposits. Output includes: - Total branch count, deposits, and market count - Market-by-market breakdown sorted by deposits - Structured JSON for programmatic consumption Branches outside MSAs are grouped under "Non-MSA / Rural".

  • certintegerrequiredFDIC Certificate Number
  • yearintegerSOD report year. Defaults to most recent.
fdic_holding_company_profile2 params

Profile a bank holding company by grouping its FDIC-insured subsidiaries and aggregating financial metrics. Look up by holding company name or by any subsidiary's CERT number. Output includes: - Consolidated summary with total assets, deposits, and asset-weighted ROA/equity ratio - List of all FDIC-insured subsidiaries with individual metrics - Structured JSON for programmatic consumption NOTE: This is an analytical tool based on public financial data.

  • hc_namestringHolding company name (e.g., "JPMORGAN CHASE & CO"). Uses NAMEHCR field.
  • certintegerCERT of any subsidiary — looks up its holding company, then profiles the entire HC.
fdic_regional_context3 params

Overlay macro/regional economic data on a bank's geographic context. Uses FRED (Federal Reserve Economic Data) for state unemployment, national unemployment, and federal funds rate. Provides trend analysis and narrative context for bank performance assessment. Gracefully degrades if FRED API is unavailable. Output includes: - State and national unemployment rates with trend analysis - Federal funds rate and rate environment classification - Narrative assessment of macro conditions for bank performance - Structured JSON for programmatic consumption NOTE: Requires FRED_API_KEY environment variable for reliable data access. Degrades gracefully without it.

  • certintegerFDIC Certificate Number — auto-detects state from institution record.
  • statestringTwo-letter state abbreviation (e.g., TX). Alternative to cert-based lookup.
  • repdtestringReference report date (YYYYMMDD). FRED data fetched for 2 years before this date.
fdic_qbp_lite_data3 params

Build chart-ready data for a concise QBP Lite report from reproducible public BankFind quarterly financials. Includes executive snapshot metrics, trend series, community-bank comparison data, source notes, and explicit exclusions for non-public or non-BankFind QBP items.

  • repdtestringQuarter-end Report Date (REPDTE) in YYYYMMDD format. If omitted, the tool searches backward from the latest likely published quarter until data is found.
  • trend_quartersintegerNumber of quarterly observations to return for trend charts, including the current quarter. Default 20 quarters.
  • include_community_banksbooleanInclude a compact community-bank-vs-industry comparison using the public community-bank flag.
search1 param

Use this when the model needs citation-friendly FDIC BankFind search results for institutions, failed banks, branches, or schema documentation. Returns up to 8 results with id, title, and source URL.

  • querystringrequiredNatural-language search query.
fetch1 param

Use this when the model needs the full citation text for a result returned by search. Pass the search result id (e.g. 'institution:3511', 'failure:1234', 'branch:<UNINUM>', 'schema:institutions').

  • idstringrequiredRetrieval item id, such as institution:<CERT>, failure:<CERT>, branch:<UNINUM>, or schema:<endpoint>.
fdic_search1 param

Use this when the model needs citation-friendly FDIC BankFind search results for institutions, failed banks, branches, or schema documentation. Returns up to 8 results with id, title, and source URL.

  • querystringrequiredNatural-language search query.
fdic_fetch1 param

Use this when the model needs the full citation text for a result returned by search. Pass the search result id (e.g. 'institution:3511', 'failure:1234', 'branch:<UNINUM>', 'schema:institutions').

  • idstringrequiredRetrieval item id, such as institution:<CERT>, failure:<CERT>, branch:<UNINUM>, or schema:<endpoint>.
fdic_show_bank_deep_dive2 params

Use this when the user wants a scannable single-institution dashboard with identity, public financial metrics, risk signals, and source links. ChatGPT renders an interactive widget; Claude and other MCP clients render the same data as a Markdown table.

  • certintegerrequiredFDIC Certificate Number of the institution to render.
  • repdtestringQuarter-end report date in YYYYMMDD format. Defaults to the most recent likely published quarter.

Recommended MCP Servers

How it compares

FDIC reference-data MCP, not a payments integration or bank account linking server.

FAQ

Who is FDIC BankFind MCP Server for?

Developers and researchers validating U.S. banking market ideas who want agents to query FDIC institution, branch, failure, and peer data.

When should I use FDIC BankFind MCP Server?

Use it during idea and validate research when you need authoritative FDIC datasets to size markets, compare peers, or study failure history.

How do I add FDIC BankFind MCP Server to my agent?

Add remote MCP URL https://bankfind.jflamb.com/mcp and/or install npm fdic-mcp-server as stdio per your agent’s MCP config, then call search tools from your session.

Financefinance

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.