FRED Economic MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FRED Economic MCP Servershow me the latest unemployment rate"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FRED Economic MCP Server
A powerful Model Context Protocol (MCP) server providing access to Federal Reserve Economic Data (FRED) through Claude and other MCP-compatible clients.
🌟 Features
📊 Comprehensive Data Access: Access to 800,000+ economic time series
🔍 Smart Search: Find economic indicators by keyword or category
📈 Historical Analysis: Retrieve up to 100,000 observations per series
⚡ High Performance: Efficient async operations with proper error handling
🎯 Economic Dashboard: Pre-configured key economic indicators
🔄 Multi-Series Support: Compare multiple economic series simultaneously
Related MCP server: Federal Reserve Economic Data (FRED) MCP Server
🚀 Quick Start
Prerequisites
Python 3.8 or higher
FRED API key (free from FRED)
Installation
Download the server file:
Download
fred_economic_server.pyfrom this repository
Install dependencies:
pip install httpx python-mcp python-dotenvGet your FRED API key:
Sign up for a free account
Generate your API key
Set up environment:
export FRED_API_KEY="your_api_key_here"Usage with Claude Desktop
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"fred-economic": {
"command": "python",
"args": ["path/to/fred_economic_server.py"],
"env": {
"FRED_API_KEY": "your_api_key_here"
}
}
}
}🛠️ Available Tools
Tool | Description | Example Usage |
| Get economic data by series ID | GDP, unemployment, inflation |
| Retrieve 4+ years of data | Long-term trend analysis |
| Find series by keyword | Search "housing prices" |
| Key economic indicators | GDP, unemployment, rates |
| Compare multiple series | GDP vs unemployment |
📊 Example Queries
Basic Data Retrieval
Ask Claude: "Get the latest GDP data"
Uses: get_fred_data("GDP")Historical Analysis
Ask Claude: "Show me 10 years of unemployment data"
Uses: get_fred_historical("UNRATE", years=10)Economic Research
Ask Claude: "Compare inflation and unemployment over the last 5 years"
Uses: get_multiple_series(["CPIAUCSL", "UNRATE"])📈 Common Economic Series
Indicator | Series ID | Description |
GDP |
| Gross Domestic Product |
Unemployment |
| Unemployment Rate |
Inflation |
| Consumer Price Index |
Fed Funds Rate |
| Federal Funds Rate |
10-Year Treasury |
| 10-Year Treasury Rate |
S&P 500 |
| S&P 500 Index |
📞 Support
📧 Issues: Use GitHub Issues for bug reports and feature requests
📖 FRED API Docs: https://fred.stlouisfed.org/docs/api/
🔧 MCP Protocol: https://modelcontextprotocol.io/
📄 License
This project is licensed under the MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides access to Federal Reserve Economic Data (FRED) through Claude and other LLM clients, enabling users to search for, retrieve, and visualize economic indicators like GDP, employment, and inflation data.Last updated8
- AlicenseAqualityDmaintenanceProvides access to over 800,000 economic time series from the Federal Reserve, allowing users to browse, search, and retrieve data for indicators like GDP and unemployment. It supports custom date ranges and data transformations such as percentage changes or frequency aggregations.Last updated3455112AGPL 3.0
- AlicenseAqualityAmaintenanceEnables AI agents to search and retrieve FRED economic time series, including vintage (as-published) data, with tools for series search, observation retrieval, release calendar, revision history, and more.Last updated9MIT
- FlicenseAqualityDmaintenanceEnables searching and retrieving economic data from the Federal Reserve Economic Data (FRED) API, including time series, categories, releases, and popular indicators.Last updated71
Related MCP Connectors
Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.
Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.
Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/satendra-mani-tiwari/fred-economic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server