FRED Economic Data runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm. Last commit 6 Aug 2026.
FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const r = spawnSync(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fred-economic-mcp -- npx -y fred-economic-mcp
{
"mcpServers": {
"fred-economic-mcp": {
"args": [
"-y",
"fred-economic-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.fred-economic-mcp]
command = "npx"
args = ["-y", "fred-economic-mcp"]
{
"mcpServers": {
"fred-economic-mcp": {
"args": [
"-y",
"fred-economic-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"fred-economic-mcp": {
"args": [
"-y",
"fred-economic-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
FRED_API_KEY (Free FRED API key from https://fredaccount.stlouisfed.org/apikeys).
The author declared them in the registry entry; get the values from the project itself.
GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve
Federal Reserve Economic Data (FRED) MCP Server - Access all 800,000+ economic time series
Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP.
Look up real FRED (Federal Reserve Economic Data) series and historical observations.
US macroeconomic data from FRED: inflation, employment, growth, housing, rates, recession signals.
FRED MCP — Federal Reserve Economic Data (St. Louis Fed)
MCP server for FRED (Federal Reserve Economic Data): full read API plus GeoFRED, 34 tools.
Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.
Answers built from our own checks of this server.