FB

FDIC BankFind MCP Server - (Unofficial)

Created 6 months ago

FDIC BankFind MCP Server brings U.S. banking data to your AI tools.

development location documentation public fintech

What is FDIC BankFind MCP Server - (Unofficial)?

The is a MCPserver that brings the power of FDIC BankFind APIs straight to your AI tools and workflows. Structured U.S. banking data, delivered with maximum vibes. 😎📊

Documentation

Use Cases

  • Powering agent/LLM research on U.S. banks and institutions
  • Automating financial analytics, compliance, and reporting workflows
  • Building AI-driven dashboards, bots, or custom fintech tools
  • Rapid prototyping for academic or market analysis

Prerequisites

  1. To run the server in a container, you’ll need to have Docker installed.
  2. Once Docker is installed, make sure it’s running!

Installation# Run the Official Public Docker Image (Recommended)

The FDIC BankFind MCP Server is published and ready to use from GitHub Container Registry (GHCR). To run it:

docker run -i --rm ghcr.io/clafollett/fdic-bank-find-mcp-server:main

Build Steps (Manual Docker Build)

If you want to build the image yourself:

  1. Clone the repository:
git clone https://github.com/YOUR-ORG/fdic-bank-find-mcp-server.git
cd fdic-bank-find-mcp-server
  1. Build the Docker image:
docker build -t fdic-bank-find-mcp-server:main .
  1. Test the image locally:
docker run -i --rm fdic-bank-find-mcp-server:main
  1. Use the image in your MCP host config.

Usage with VS Code

Add the following JSON block to your User Settings (JSON) file:

{
  "mcp": {
    "servers": {
      "fdic": {
        "command": "docker",
        "args": ["run", "-i", "--rm", "ghcr.io/YOUR-ORG/fdic-bank-find-mcp-server:main"]
      }
    }
  }
}

Notes & Limitations

  • Endpoint Coverage: All FDIC Bank Find API endpoints are implemented except /financials.

License

This project is licensed under the terms of the LICENSE file in this repo.

Server Config

{
  "mcpServers": {
    "fdic-bankfind-mcp-server---(unofficial)-server": {
      "command": "npx",
      "args": [
        "fdic-bankfind-mcp-server---(unofficial)"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Clafollett
Category: community
License: This project is licensed under the terms of the LICENSE file in this repo.
Tags:
development location documentation