Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

FRED Economic Data

com.olyport/fred

GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve

Uptime
11.1%
27 probes
Response
811ms
last probe
Tools
5
callable

Tools · 5

search_series

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_series_observations

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_series_info

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_category_series

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

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"
    }
  }
}