
Financial Datasets MCP Server
The Financial Datasets MCP Server enables seamless access to real-time and historical financial data—including stock prices, statements, and crypto data—integra...
Integrate authoritative FDIC bank data into your AI workflows and applications with the FDIC BankFind MCP Server for FlowHunt.
The FDIC BankFind MCP Server is a Model Context Protocol (MCP) server that wraps the FDIC BankFind API, making structured U.S. banking data accessible to AI assistants and developer workflows. By exposing FDIC BankFind’s capabilities through the MCP interface, this server empowers AI tools to search, retrieve, and interact with official bank data from the Federal Deposit Insurance Corporation (FDIC). Developers can leverage this server for tasks such as querying bank information, integrating regulatory data into applications, or enabling agents to reference up-to-date banking records. The FDIC BankFind MCP Server is designed to streamline access to authoritative U.S. banking data for a wide range of AI and automation use cases.
No prompt templates were found in the repository.
No specific resources were documented in the repository.
No explicit tools were enumerated or described in a server.py or similar manifest file in the repository.
mcpServers
object:{
"mcpServers": {
"fdic-bankfind": {
"command": "npx",
"args": ["@fdic-bankfind/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"fdic-bankfind": {
"command": "npx",
"args": ["@fdic-bankfind/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"fdic-bankfind": {
"command": "npx",
"args": ["@fdic-bankfind/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"fdic-bankfind": {
"command": "npx",
"args": ["@fdic-bankfind/mcp-server@latest"]
}
}
}
Securing API Keys
If the server requires API keys, store them as environment variables. Example:
{
"mcpServers": {
"fdic-bankfind": {
"command": "npx",
"args": ["@fdic-bankfind/mcp-server@latest"],
"env": {
"FDIC_API_KEY": "${FDIC_API_KEY}"
},
"inputs": {
"apiKey": "${FDIC_API_KEY}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"fdic-bankfind": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “fdic-bankfind” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No resources listed |
List of Tools | ⛔ | No tool manifest found |
Securing API Keys | ✅ | .env.example exists; usage recommended in setup |
Sampling Support (less important in evaluation) | ⛔ | Not documented |
This MCP server offers a targeted integration of FDIC BankFind data for AI and workflow automation, but lacks documentation for prompts, resources, and tools. Setup and licensing are clear, but practical integration details are sparse. Overall, it is functional for basic data access but would benefit from further documentation and examples.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 2 |
Number of Stars | 1 |
Score: 4/10 — The project is functional and licensed, but lacks documentation and detail on MCP resources, prompts, and tool integrations, limiting its practical utility in advanced workflows.
It is a Model Context Protocol (MCP) server that wraps the FDIC BankFind API, making official U.S. banking data accessible to AI assistants and developer workflows for tasks like bank lookup, compliance, and integration.
Common use cases include bank information lookup, regulatory reporting, financial analysis, automated customer support, and embedding FDIC data into web or mobile applications.
Add the MCP component to your FlowHunt flow, configure it with your MCP server details in the system MCP configuration, and connect it to your AI agent. This enables the agent to use all FDIC BankFind functions.
If the server requires an API key, store it as an environment variable in your configuration file using 'FDIC_API_KEY'.
The MCP server scores 4/10. It is functional and MIT-licensed, but lacks documentation for prompts, resources, and tool integrations, which limits its utility for advanced workflows.
Streamline your financial applications and automate bank lookups by integrating the FDIC BankFind MCP Server with FlowHunt.
The Financial Datasets MCP Server enables seamless access to real-time and historical financial data—including stock prices, statements, and crypto data—integra...
The FRED MCP Server connects FlowHunt and AI assistants to the Federal Reserve Economic Data API, unlocking seamless access to over 800,000 economic time-series...
The World Bank MCP Server enables seamless access to and analysis of global economic and social indicators via the World Bank open data API. Designed for AI ass...