FRED Economic Data
com.olyport/fredGDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve
Tools · 5
Search for FRED economic data series by keyword. Use this to find series IDs for economic indicators. For example, search 'unemployment rate' to find UNRATE, or 'gross domestic product' t…
Get time series observations (data points) for a FRED series. Returns the actual data values for an economic indicator over time. Use search_series first to find the series_id, or use well-kn…
Get metadata and details for a specific FRED series. Returns comprehensive information about a series including its title, frequency, units, seasonal adjustment, source, and date range. Use t…
Get all FRED series within a specific category. FRED organizes data into a hierarchy of categories. Use this to browse available series within a topic area. Common category IDs: - 32991: …
Get release dates for a specific FRED data release. Returns the dates when a particular data release was published. Useful for tracking when economic indicators are updated. Common release ID…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fred_economic_data": {
"url": "https://mcp.olyport.com/fred/mcp",
"transport": "streamable-http"
}
}
}