
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 the FRED MCP Server with FlowHunt to automate economic research, enable AI-powered data analysis, and access authoritative US and global financial datasets in your AI projects.
The Federal Reserve Economic Data (FRED) MCP Server is an open-source implementation of the Model Context Protocol (MCP) that allows AI assistants and development tools to connect directly to the vast economic and financial datasets provided by the Federal Reserve Bank of St. Louis’ FRED API. By acting as a bridge between AI clients and external data, the FRED MCP Server enables powerful workflows such as querying time-series data, accessing economic indicators, and retrieving historical financial information. This integration empowers developers and AI agents to automate research, provide data-driven insights, and support analytical tasks using up-to-date federal economic data—all within the context of their applications or LLM-based agents.
No prompt templates are mentioned in the repository or its documentation.
windsurf.config.json
).mcpServers
section with the following JSON:{
"fred-mcp-server": {
"command": "npx",
"args": ["@stefanoamorelli/fred-mcp-server@latest"]
}
}
{
"fred-mcp-server": {
"command": "npx",
"args": ["@stefanoamorelli/fred-mcp-server@latest"]
}
}
mcpServers
object:{
"fred-mcp-server": {
"command": "npx",
"args": ["@stefanoamorelli/fred-mcp-server@latest"]
}
}
{
"fred-mcp-server": {
"command": "npx",
"args": ["@stefanoamorelli/fred-mcp-server@latest"]
}
}
Securing API Keys
Store your FRED API key as an environment variable to keep it secure:
{
"fred-mcp-server": {
"command": "npx",
"args": ["@stefanoamorelli/fred-mcp-server@latest"],
"env": {
"FRED_API_KEY": "your_fred_api_key_here"
},
"inputs": {}
}
}
Replace "your_fred_api_key_here"
with your actual API key. This prevents hardcoding sensitive information in configuration files.
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:
{
"fred-mcp-server": {
"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 “fred-mcp-server” 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 | ✅ | Economic data, indicators, metadata, etc. |
List of Tools | ✅ | query_series, search_series, get_series_info |
Securing API Keys | ✅ | Uses env vars in config |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the tables, the FRED MCP Server provides core MCP features such as tools and resources, but lacks prompt templates and explicit support for advanced features like sampling. The documentation is clear, installation is straightforward, and API key security is addressed. Overall, it’s a solid and practical MCP server for economic data integration.
Has a LICENSE | ✅ (Apache-2.0) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 2 |
Number of Stars | 14 |
The FRED MCP Server is an open-source implementation of the Model Context Protocol that connects AI assistants and development tools to the vast economic datasets from the Federal Reserve Bank of St. Louis via the FRED API. It enables automated queries, data retrieval, and analysis of financial indicators and time-series.
It provides tools like query_series (retrieve data points for a given series ID), search_series (search FRED datasets by keywords or metadata), and get_series_info (access metadata, frequency, and descriptions for any series).
Store your API key as an environment variable in your MCP server configuration. This avoids hardcoding sensitive keys and keeps your integration secure.
Common uses include economic research automation, powering dashboards and financial platforms, enriching AI-driven data analysis, supporting academic studies, and driving real-time data visualizations with up-to-date economic information.
No prompt templates are included. The server focuses on providing core tools and resources for economic data integration via the MCP protocol.
Unlock powerful AI workflows and real-time economic analysis by integrating the FRED 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 Freqtrade MCP Server connects AI assistants with the Freqtrade cryptocurrency trading bot, enabling AI-driven automated trading, market data access, and por...
The FDIC BankFind MCP Server connects AI assistants and developer workflows to authoritative U.S. banking data via the FDIC BankFind API, enabling search, retri...