LogoSTMCP
Download
fred-mcp-server

Federal Reserve Economic Data MCP Server

A Model Context Protocol (MCP) server providing universal access to all 800,000+ Federal Reserve Economic Data (FRED) time series through three powerful tools for browsing, searching, and retrieving economic indicators.

Tools

1. fred_browse

Browse FRED's complete catalog through categories, releases, or sources.

Search for FRED economic data series by keywords, tags, or filters.

3. fred_get_series

Retrieve data for any FRED series by its ID with support for transformations and date ranges.

Open Graph image for Federal Reserve Economic Data MCP Server

JSON Config

{
  "mcpServers": {
    "FRED MCP Server": {
      "command": "/usr/bin/node",
      "args": [
        "<PATH_TO_YOUR_CLONED_REPO>/fred-mcp-server/build/index.js"
      ],
      "env": {
        "FRED_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Information