FRED 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 MCP Servershow me the current unemployment rate for California"
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 (Federal Reserve Economic Data) MCP Server
Access economic data from the Federal Reserve Bank of St. Louis - one of the most comprehensive economic databases with 800,000+ time series.
Data Available
Interest Rates - Federal funds rate, Treasury yields, mortgage rates
GDP & Growth - Real/nominal GDP, growth rates
Employment - Unemployment rates, payrolls, labor force
Inflation - CPI, PCE, inflation expectations
Housing - Home prices, housing starts, mortgage rates
Financial Markets - Stock indices, exchange rates, money supply
State/Regional - State-level unemployment, income, GDP
Related MCP server: Federal Reserve Economic Data (FRED) MCP Server
Setup
Get a free API key at: https://fred.stlouisfed.org/docs/api/api_key.html
Add to your MCP config:
{
"fred": {
"command": "node",
"args": ["/path/to/fred/dist/index.js"],
"env": {
"FRED_API_KEY": "your-api-key"
}
}
}Tools
get_series
Get time series data for a FRED series ID.
Parameter | Required | Description |
seriesId | Yes | FRED series ID (e.g., "GDP", "UNRATE") |
startDate | No | Start date YYYY-MM-DD |
endDate | No | End date YYYY-MM-DD |
limit | No | Max observations (default 100) |
sort | No | "asc" or "desc" (default: desc - most recent first) |
Example: Get recent GDP data
seriesId: "GDP"
limit: 20search_series
Search for FRED series by keywords.
Parameter | Required | Description |
query | Yes | Search keywords (e.g., "unemployment california") |
limit | No | Max results (default 20) |
Example: Find retail sales series
query: "retail sales"
limit: 10get_series_info
Get metadata about a series (title, units, frequency, notes).
Parameter | Required | Description |
seriesId | Yes | FRED series ID |
list_popular
List commonly used FRED series IDs with descriptions.
Returns: Popular series for GDP, unemployment, interest rates, inflation, etc.
get_category_series
Get all series in a FRED category.
Parameter | Required | Description |
categoryId | Yes | Category ID (e.g., 32991 for GDP) |
limit | No | Max results (default 50) |
get_releases
Get recent data releases (useful for finding fresh data).
Parameter | Required | Description |
limit | No | Max results (default 20) |
get_state_data
Shortcut for common state-level economic data.
Parameter | Required | Description |
stateAbbr | Yes | State abbreviation (e.g., "CA", "TX") |
metric | Yes | "unemployment", "income", "population", "gdp" |
Example: Get California unemployment
stateAbbr: "CA"
metric: "unemployment"Popular Series IDs
Series ID | Description |
GDP | Gross Domestic Product |
GDPC1 | Real GDP |
UNRATE | Unemployment Rate |
CPIAUCSL | Consumer Price Index |
FEDFUNDS | Federal Funds Rate |
DGS10 | 10-Year Treasury Rate |
MORTGAGE30US | 30-Year Mortgage Rate |
SP500 | S&P 500 Index |
DEXUSEU | USD/EUR Exchange Rate |
HOUST | Housing Starts |
RSXFS | Retail Sales |
PAYEMS | Total Nonfarm Payrolls |
Rate Limits
120 requests per minute
Documentation
API Documentation: https://fred.stlouisfed.org/docs/api/fred/
Series Search: https://fred.stlouisfed.org/
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
- Alicense-qualityDmaintenanceProvides access to 800,000+ Federal Reserve Economic Data (FRED) time series, enabling users to search, retrieve, and analyze economic indicators like GDP, unemployment, inflation, and interest rates through natural language queries.Last updatedMIT
- 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
- Flicense-qualityDmaintenanceProvides access to comprehensive U.S. economic data including GDP, personal income, and regional statistics via the Bureau of Economic Analysis API. It enables users to query datasets and retrieve specific economic indicators for states, counties, and industries through natural language.Last updated1
- Flicense-qualityDmaintenanceProvides access to U.S. labor market data including employment statistics, Consumer Price Index inflation rates, and wage information. Users can query specific time series data or use shortcuts for common economic indicators like unemployment and industry-specific employment.Last updated2
Related MCP Connectors
Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.
Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys.
Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.
Appeared in Searches
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/shawndrake2/mcp-fred'
If you have feedback or need assistance with the MCP directory API, please join our Discord server