FRED Economic Data
Rank #20,463io.github.danishashko/fred-economic-mcp
FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.
FRED Economic Data is a Model Context Protocol (MCP) server published by danishashko. It ranks #20,463 of 115,460 servers tracked on MCP Toplist. FRED Economic Data is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 2, 2026 and most recently updated on Jun 14, 2026.
Ranks ahead of 94,997 of 115,460 servers on MCP Toplist.
Use FRED Economic Data
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fred-economic-mcp -e "FRED_API_KEY=<your FRED_API_KEY>" -- npx -y fred-economic-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fred-economic-mcp]
command = "npx"
args = ["-y", "fred-economic-mcp"]
[mcp_servers.fred-economic-mcp.env]
FRED_API_KEY = "<your FRED_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fred-economic-mcp": {
"command": "npx",
"args": [
"-y",
"fred-economic-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fred-economic-mcp": {
"command": "npx",
"args": [
"-y",
"fred-economic-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fred-economic-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fred-economic-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fred-economic-mcp": {
"command": "npx",
"args": [
"-y",
"fred-economic-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fred-economic-mcp": {
"command": "npx",
"args": [
"-y",
"fred-economic-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.danishashko%2Ffred-economic-mcp)<a href="https://mcptoplist.com/server/io.github.danishashko%2Ffred-economic-mcp"><img src="https://mcptoplist.com/badge/io.github.danishashko%2Ffred-economic-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
danishashko
Other servers by danishashko
- Yahoo Finance#5,927 · 2 vers
- Make MCP#19,259 · 2 vers
- SEC EDGAR#23,330 · 1 ver
- Geocoding#23,331 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.3 | Jun 14, 2026 |
Frequently asked questions
- Who maintains FRED Economic Data?
- FRED Economic Data is maintained by danishashko, which publishes 5 MCP servers (7 total versions) tracked on MCP Toplist.
- Is FRED Economic Data listed on the Official MCP Registry?
- Yes — FRED Economic Data is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does FRED Economic Data have?
- MCP Toplist tracks 1 version of FRED Economic Data, most recently published on Jun 14, 2026.
- Where can I find the source code for FRED Economic Data?
- The source code for FRED Economic Data is hosted at github.com/danishashko/fred-economic-mcp.