FDIC BankFind MCP Server - (Unofficial)

FDIC BankFind MCP Server - (Unofficial)

MCP server exposing FDIC BankFind APIs for AI tools and workflows.

4
Stars
2
Forks
0
Releases

Overview

The FDIC BankFind MCP Server is a Rust-based MCP server that exposes the FDIC BankFind APIs to AI tools and workflows. It serves structured U.S. banking data to MCP hosts, enabling rapid prototyping, analytics, and automation. The server implements a broad set of BankFind endpoints (get_demographics, get_failures, get_history, get_institutions, get_locations, get_sod, get_summary), with a common parameter surface including api_key, filters, fields, limit, offset, sort_by, sort_order, file_format, file_download, and file_name. Note that all BankFind endpoints are implemented except /financials, due to the size and recursion limits of the underlying schema. The project ships as an official Docker image on GHCR for quick starts; developers can also build from source using cargo to run in stdio mode. The README provides configuration snippets for VS Code and Claude Desktop MCP hosts and describes an MCP Inspector for testing and debugging. The repository is Rust-based, Docker-friendly, and oriented toward practical integration with MCP tooling and FDIC data sources.

Details

Owner
clafollett
Language
Rust
License
MIT License
Updated
2025-12-07

Features

Official Docker image (GHCR) for quick start

Run the server with docker run ghcr.io/clafollett/fdic-bank-find-mcp-server:main; no local build is required for most users.

Build from source (Rust) for customization

Clone the repository and build the binary locally (via cargo) to run in stdio mode, enabling customization and development.

Extensive BankFind Endpoint Coverage

Implements get_demographics, get_failures, get_history, get_institutions, get_locations, get_sod, get_summary (excluding /financials due to complexity).

Unified MCP tool parameters across endpoints

All tools accept common parameters: api_key, filters, fields, limit, offset, sort_by, sort_order, file_format, file_download, file_name.

MCP Inspector integration for testing/debugging

Test and visualize MCP requests/responses with the MCP Inspector UI for debugging and prototyping.

VS Code & Claude Desktop host integration

Includes host configuration snippets for VS Code and Claude Desktop to wire the MCP server into your environment.

stdio mode compatibility and development workflow

Supports stdio mode for MCP hosts; run the binary directly after building from source.

Audience

AI researchersEnable agent/LLM research on U.S. banks and institutions for analysis.
Fintech developersAutomate financial analytics, compliance, and reporting workflows with BankFind data.
Data scientistsPrototype fintech dashboards, bots, and data tools leveraging FDIC BankFind APIs.

Tags

FDIC BankFindMCPRustOpenAPI 3.0Banking dataDockerAPIsBankFind endpoints