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.
Browse FRED's complete catalog through categories, releases, or sources.
Search for FRED economic data series by keywords, tags, or filters.
Retrieve data for any FRED series by its ID with support for transformations and date ranges.
{
"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>"
}
}
}
}