FRED API MCP Server
Enables searching and retrieving economic data from the Federal Reserve Economic Data (FRED) API, including time series, categories, releases, and popular indicators.
README
FRED API MCP Server
A Model Context Protocol (MCP) server that provides access to the Federal Reserve Economic Data (FRED) API from the St. Louis Federal Reserve.
Features
- Search Economic Data: Search for economic data series by keywords
- Get Series Data: Retrieve time series data for specific economic indicators
- Series Information: Get detailed metadata about economic data series
- Browse Categories: Explore FRED data categories
- Get Releases: Access information about FRED data releases
- Release Series: Get all series associated with a specific release
- Release Dates: Get release dates and schedules
- Popular Series Resource: Quick access to commonly used economic indicators
- Popular Releases Resource: Quick access to commonly used releases
Setup
1. Get a FRED API Key
- Visit https://fred.stlouisfed.org/docs/api/api_key.html
- Create a free account if you don't have one
- Request an API key (it's free and approved instantly)
2. Install the Server with Claude Desktop
Install the server using uv:
uv run mcp install src/server.py
3. Add API Key Configuration
Add the following configuration to your Claude Desktop MCP settings:
{
"mcpServers": {
"fred_mcp_server": {
"command": "/path/.local/bin/uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/path/to/dev/fred-mcp/src/server.py"
],
"env": {
"FRED_API_KEY": "your_api_key_here"
}
}
}
}
Popular Series IDs
Here are some commonly used FRED series IDs:
- GDP - Gross Domestic Product
- UNRATE - Unemployment Rate
- CPIAUCSL - Consumer Price Index for All Urban Consumers
- FEDFUNDS - Federal Funds Rate
- DGS10 - 10-Year Treasury Constant Maturity Rate
- DEXUSEU - US/Euro Foreign Exchange Rate
- PAYEMS - All Employees, Total Nonfarm
- HOUST - Housing Starts
- INDPRO - Industrial Production Index
- CPILFESL - Core CPI (excluding food and energy)
Popular Release IDs
Here are some commonly used FRED release IDs:
- 53 - Gross Domestic Product
- 10 - Employment Situation
- 24 - Consumer Price Index
- 62 - Federal Reserve Economic Data
- 18 - Industrial Production and Capacity Utilization
- 20 - Housing Starts
- 25 - Personal Income and Outlays
- 50 - Flow of Funds
- 13 - G.17 Industrial Production and Capacity Utilization
- 21 - New Residential Construction
Rate Limits
FRED API has the following rate limits:
- 120 requests per 60 seconds
- Be respectful of the API and cache results when possible
Usage with MCP Clients
This server follows the Model Context Protocol specification and can be used with any MCP-compatible client. The server communicates via stdin/stdout and provides tools for querying economic data.
Documentation
For detailed information about available tools and server implementation, see SERVER.md.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.