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
To run the server in a container, you’ll need to have Docker installed.
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:
Clone the repository:
git clone https://github.com/YOUR-ORG/fdic-bank-find-mcp-server.git
cd fdic-bank-find-mcp-server
Build the Docker image:
docker build -t fdic-bank-find-mcp-server:main .
Test the image locally:
docker run -i --rm fdic-bank-find-mcp-server:main
Use the image in your MCP host config.
Usage with VS Code
Add the following JSON block to your User Settings (JSON) file: