io.github.jflamb/fdic-mcp-server
Official29 toolsFDIC BankFind MCP Server
Search FDIC institutions, branches, failures, and peer analysis over MCP.
Query FDIC bank institutions, branches, failures and peer financial data.
Captured live from the server via tools/list.
fdic_search_institutions
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.
Parameters (6)
- filtersstring
FDIC 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"
- fieldsstring
Comma-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
- limitinteger
Maximum number of records to return (1-10000, default: 20)
- offsetinteger
Number of records to skip for pagination (default: 0)
- sort_bystring
Field name to sort results by. Example: ASSET, NAME, FAILDATE
- sort_orderstring
Sort direction: ASC (ascending) or DESC (descending)
fdic_get_institution
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.
Parameters (2)
- certintegerrequired
FDIC Certificate Number — the unique identifier for an institution
- fieldsstring
Comma-separated list of fields to return
fdic_search_failures
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.
Parameters (6)
- filtersstring
FDIC 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"
- fieldsstring
Comma-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
- limitinteger
Maximum number of records to return (1-10000, default: 20)
- offsetinteger
Number of records to skip for pagination (default: 0)
- sort_bystring
Field name to sort results by. Example: ASSET, NAME, FAILDATE
- sort_orderstring
Sort direction: ASC (ascending) or DESC (descending)
fdic_get_institution_failure
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.
Parameters (2)
- certintegerrequired
FDIC Certificate Number — the unique identifier for an institution
- fieldsstring
Comma-separated list of fields to return
fdic_search_locations
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.
Parameters (7)
- filtersstring
FDIC 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"
- fieldsstring
Comma-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
- limitinteger
Maximum number of records to return (1-10000, default: 20)
- offsetinteger
Number of records to skip for pagination (default: 0)
- sort_bystring
Field name to sort results by. Example: ASSET, NAME, FAILDATE
- sort_orderstring
Sort direction: ASC (ascending) or DESC (descending)
- certinteger
Filter by FDIC Certificate Number to get all branches of a specific institution
fdic_search_history
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.
Parameters (7)
- filtersstring
FDIC 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"
- fieldsstring
Comma-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
- limitinteger
Maximum number of records to return (1-10000, default: 20)
- offsetinteger
Number of records to skip for pagination (default: 0)
- sort_bystring
Field name to sort results by. Example: ASSET, NAME, FAILDATE
- sort_orderstring
Sort direction: ASC (ascending) or DESC (descending)
- certinteger
Filter by FDIC Certificate Number to get history for a specific institution
fdic_search_financials
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.
Parameters (8)
- filtersstring
FDIC 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"
- fieldsstring
Comma-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
- limitinteger
Maximum number of records to return (1-10000, default: 20)
- offsetinteger
Number of records to skip for pagination (default: 0)
- sort_bystring
Field name to sort results by. Example: ASSET, NAME, FAILDATE
- sort_orderstring
Sort direction: DESC (descending, default for most recent first) or ASC (ascending)
- certinteger
Filter by FDIC Certificate Number to get financials for a specific institution
- repdtestring
Filter 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_summary
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.
Parameters (8)
- filtersstring
FDIC 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"
- fieldsstring
Comma-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
- limitinteger
Maximum number of records to return (1-10000, default: 20)
- offsetinteger
Number of records to skip for pagination (default: 0)
- sort_bystring
Field name to sort results by. Example: ASSET, NAME, FAILDATE
- sort_orderstring
Sort direction: ASC (ascending) or DESC (descending)
- certinteger
Filter by FDIC Certificate Number
- yearinteger
Filter by specific year (e.g., 2022)
fdic_search_sod
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.
Parameters (8)
- filtersstring
FDIC 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"
- fieldsstring
Comma-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
- limitinteger
Maximum number of records to return (1-10000, default: 20)
- offsetinteger
Number of records to skip for pagination (default: 0)
- sort_bystring
Field name to sort results by. Example: ASSET, NAME, FAILDATE
- sort_orderstring
Sort direction: ASC (ascending) or DESC (descending)
- certinteger
Filter by FDIC Certificate Number
- yearinteger
Filter by specific year (1994-present). SOD data is annual.
fdic_search_demographics
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.
Parameters (8)
- filtersstring
FDIC 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"
- fieldsstring
Comma-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
- limitinteger
Maximum number of records to return (1-10000, default: 20)
- offsetinteger
Number of records to skip for pagination (default: 0)
- sort_bystring
Field name to sort results by. Example: ASSET, NAME, FAILDATE
- sort_orderstring
Sort direction: ASC (ascending) or DESC (descending)
- certinteger
Filter by FDIC Certificate Number
- repdtestring
Filter by Report Date (REPDTE) in YYYYMMDD format (quarter-end: 0331, 0630, 0930, 1231).
fdic_compare_bank_snapshots
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: snapshot or timeseries - institution_filters: optional extra institution filter when building the roster - active_only: default true - include_demographics: default true, adds office-count comparisons when available - sort_by: ranking field (default: asset_growth). All 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_order: ASC or DESC - limit: maximum ranked results to return Returns concise comparison text plus structured deltas, derived metrics, and insight tags for each institution.
Parameters (11)
- statestring
State name for the institution roster filter. Example: "North Carolina"
- certsarray
Optional list of FDIC certificate numbers to compare directly. Max 100.
- institution_filtersstring
Additional institution-level filter used when building the comparison set. Example: BKCLASS:N or CITY:"Charlotte"
- active_onlyboolean
Limit the comparison set to currently active institutions.
- start_repdtestring
Starting 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_repdtestring
Ending 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_modestring
Use snapshot for two-point comparison or timeseries for quarterly trend analysis across the date range.
- include_demographicsboolean
Include office-count changes from the demographics dataset when available.
- limitinteger
Maximum number of ranked comparisons to return.
- sort_bystring
Comparison 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_orderstring
Sort direction for the ranked comparisons.
fdic_peer_group_analysis
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_bank_snapshots for trend analysis) - Metric definitions with directionality metadata Override precedence: cert derives defaults, then explicit params override them.
Parameters (10)
- certinteger
Subject institution CERT number. When provided, auto-derives peer criteria and ranks this bank against peers.
- repdtestring
Report 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_minnumber
Minimum total assets ($thousands) for peer selection. Defaults to 50% of subject's report-date assets when cert is provided.
- asset_maxnumber
Maximum total assets ($thousands) for peer selection. Defaults to 200% of subject's report-date assets when cert is provided.
- charter_classesarray
Charter class codes to include (e.g., ["N", "SM"]). Defaults to the subject's charter class when cert is provided.
- statestring
Two-letter state code (e.g., "NC", "TX").
- raw_filterstring
Advanced: raw ElasticSearch query string appended to peer selection criteria with AND.
- active_onlyboolean
Limit to institutions where ACTIVE:1 (currently operating, FDIC-insured).
- extra_fieldsarray
Additional FDIC field names to include as raw values in the response. Does not affect peer selection.
- limitinteger
Max peer records returned in the response. All matched peers are used for ranking regardless of this limit.
fdic_analyze_bank_health
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 analytical proxy, not an official CAMELS rating.
Parameters (3)
- certintegerrequired
FDIC Certificate Number of the institution to analyze.
- repdtestring
Report Date (YYYYMMDD). Defaults to the most recent quarter likely to have published data.
- quartersinteger
Number of prior quarters to fetch for trend analysis (default 8).
fdic_compare_peer_health
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 broadens the cohort if fewer than 10 peers match. NOTE: Public off-site analytical proxy — not official supervisory ratings.
Parameters (8)
- certinteger
Subject institution CERT to highlight in the ranking. Optional.
- certsarray
Explicit list of CERTs to compare (max 50).
- statestring
Two-letter state code to select all active institutions (e.g., "WY").
- asset_minnumber
Minimum total assets ($thousands) for peer selection.
- asset_maxnumber
Maximum total assets ($thousands) for peer selection.
- repdtestring
Report Date (YYYYMMDD). Defaults to the most recent quarter.
- sort_bystring
Sort results by composite or a specific CAMELS component rating.
- limitinteger
Max institutions to return in the response.
fdic_detect_risk_signals
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.
Parameters (8)
- statestring
Scan all active institutions in this state.
- certsarray
Specific CERTs to scan (max 50).
- asset_minnumber
Minimum total assets ($thousands) filter.
- asset_maxnumber
Maximum total assets ($thousands) filter.
- repdtestring
Report Date (YYYYMMDD). Defaults to the most recent quarter.
- min_severitystring
Minimum severity level to include in results (default: warning).
- quartersinteger
Prior quarters to fetch for trend analysis (default 4).
- limitinteger
Max flagged institutions to return.
fdic_analyze_credit_concentration
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.
Parameters (2)
- certintegerrequired
FDIC Certificate Number
- repdtestring
Report date (YYYYMMDD). Defaults to most recent quarter.
fdic_analyze_funding_profile
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.
Parameters (2)
- certintegerrequired
FDIC Certificate Number
- repdtestring
Report date (YYYYMMDD). Defaults to most recent quarter.
fdic_analyze_securities_portfolio
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.
Parameters (2)
- certintegerrequired
FDIC Certificate Number
- repdtestring
Report date (YYYYMMDD). Defaults to most recent quarter.
fdic_ubpr_analysis
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.
Parameters (2)
- certintegerrequired
FDIC Certificate Number
- repdtestring
Report date (YYYYMMDD). Defaults to most recent quarter.
fdic_market_share_analysis
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.
Parameters (5)
- msainteger
FDIC 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.
- citystring
City name (e.g., "Austin"). Requires state.
- statestring
Two-letter state abbreviation (e.g., TX). Required when using city filter.
- yearinteger
SOD report year (1994-present). Defaults to most recent.
- certinteger
Highlight a specific institution in the results.
fdic_franchise_footprint
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".
Parameters (2)
- certintegerrequired
FDIC Certificate Number
- yearinteger
SOD report year. Defaults to most recent.
fdic_holding_company_profile
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.
Parameters (2)
- hc_namestring
Holding company name (e.g., "JPMORGAN CHASE & CO"). Uses NAMEHCR field.
- certinteger
CERT of any subsidiary — looks up its holding company, then profiles the entire HC.
fdic_regional_context
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.
Parameters (3)
- certinteger
FDIC Certificate Number — auto-detects state from institution record.
- statestring
Two-letter state abbreviation (e.g., TX). Alternative to cert-based lookup.
- repdtestring
Reference report date (YYYYMMDD). FRED data fetched for 2 years before this date.
fdic_qbp_lite_data
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.
Parameters (3)
- repdtestring
Quarter-end Report Date (REPDTE) in YYYYMMDD format. If omitted, the tool searches backward from the latest likely published quarter until data is found.
- trend_quartersinteger
Number of quarterly observations to return for trend charts, including the current quarter. Default 20 quarters.
- include_community_banksboolean
Include a compact community-bank-vs-industry comparison using the public community-bank flag.
search
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.
Parameters (1)
- querystringrequired
Natural-language search query.
fetch
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').
Parameters (1)
- idstringrequired
Retrieval item id, such as institution:<CERT>, failure:<CERT>, branch:<UNINUM>, or schema:<endpoint>.
fdic_search
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.
Parameters (1)
- querystringrequired
Natural-language search query.
fdic_fetch
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').
Parameters (1)
- idstringrequired
Retrieval item id, such as institution:<CERT>, failure:<CERT>, branch:<UNINUM>, or schema:<endpoint>.
fdic_show_bank_deep_dive
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.
Parameters (2)
- certintegerrequired
FDIC Certificate Number of the institution to render.
- repdtestring
Quarter-end report date in YYYYMMDD format. Defaults to the most recent likely published quarter.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"fdic-mcp-server": {
"command": "npx",
"args": [
"-y",
"fdic-mcp-server@1.30.2"
]
}
}
}