# FDIC BankFind MCP server

Bank financials, branch locations, deposit data, and failure history from FDIC

## Links
- Registry page: https://www.getdrio.com/mcp/com-olyport-fdic-bankfind
- Website: https://olyport.com

## Install
- Endpoint: https://mcp.olyport.com/fdic-bankfind/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.olyport.com/fdic-bankfind/mcp

## Tools
- search_institutions - Search FDIC-insured financial institutions by name.

    Returns matching banks with key financial data from the most recent
    Call Report (2024-06-30), sorted by total assets descending.

    Args:
        search: Institution name or partial name to search for.
        limit: Maximum number of results to return (default 10, max 100).
     Endpoint: https://mcp.olyport.com/fdic-bankfind/mcp
- get_institution - Get detailed financial information for a specific FDIC-insured institution.

    Returns Call Report data for the most recent reporting period (2024-06-30)
    including assets, deposits, income, classification, and regulator.

    Args:
        cert: FDIC certificate number uniquely identifying the institution.
     Endpoint: https://mcp.olyport.com/fdic-bankfind/mcp
- get_institution_branches - Get all branch locations for an FDIC-insured institution.

    Returns branch-level data from the Summary of Deposits (SOD) including
    addresses, deposit amounts, branch type, and coordinates.

    Args:
        cert: FDIC certificate number uniquely identifying the institution.
     Endpoint: https://mcp.olyport.com/fdic-bankfind/mcp
- get_county_branches - Get all bank branches in a county ranked by deposits.

    Returns branch-level deposit data from the Summary of Deposits (SOD)
    for all institutions in the specified county.

    Args:
        state_fips: Two-digit state FIPS code (e.g. '06' for California).
        county_fips: Three-digit county FIPS code (e.g. '037' for Los Angeles).
     Endpoint: https://mcp.olyport.com/fdic-bankfind/mcp
- get_bank_failures - Get recent bank failures from FDIC records.

    Returns details of failed FDIC-insured institutions including failure
    date, resolution type, estimated cost, and pre-failure assets.

    Args:
        state: Two-letter state abbreviation to filter by (e.g. 'CA').
        start_year: Only return failures from this year onward (e.g. 2020).
     Endpoint: https://mcp.olyport.com/fdic-bankfind/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.olyport
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 3, 2026
- Source: https://registry.modelcontextprotocol.io
