Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. FRED Economic Data
FRED Economic Data logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:26:37 PM

FRED Economic Data

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "fred-economic-data": {
      "command": "npx",
      "args": [
        "-y",
        "wrapper"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

FRED MCP Server ๐Ÿ“Š

npm version npm downloads Python License: MIT

U.S. and global economic data for Claude Desktop and any MCP-compatible client, powered by FRED (Federal Reserve Economic Data). Search and pull from 800,000+ economic time series โ€” GDP, inflation, unemployment, interest rates, and more โ€” all from natural language.

npm package: fred-economic-mcp ย ยทย  GitHub repo: danishashko/fred-economic-mcp.

๐ŸŽฏ What You Get

  • ๐Ÿ”Ž Search 800k+ economic series by keyword
  • ๐Ÿ“ˆ Observations with built-in transforms (levels, % change, year-over-year) and frequency aggregation (daily โ†’ monthly/quarterly/annual)
  • ๐Ÿงพ Series metadata โ€” units, frequency, seasonal adjustment, coverage, notes
  • ๐Ÿ‡บ๐Ÿ‡ธ Economic snapshot โ€” key U.S. indicators in one call
  • ๐Ÿ—‚๏ธ Category browsing to discover data by topic
  • ๐Ÿ—“๏ธ Releases tracked by FRED

Every tool returns human-readable markdown by default, or structured JSON on request (response_format: "json"). The server is lightweight (Python standard library + mcp only), applies FRED's transformations server-side so the AI gets clean numbers, and retries automatically when FRED rate-limits.

๐Ÿ”‘ Get a Free API Key (required)

FRED requires a free API key. It takes about a minute:

  1. Create an account at fredaccount.stlouisfed.org and request a key at fredaccount.stlouisfed.org/apikeys.
  2. Provide it to the server via the FRED_API_KEY environment variable (see config below).

๐Ÿš€ Quick Start

Add this to your Claude Desktop config and restart Claude:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
config.json
{
  "mcpServers": {
    "fred": {
      "command": "npx",
      "args": ["-y", "fred-economic-mcp"],
      "env": {
        "FRED_API_KEY": "your_free_fred_api_key_here"
      }
    }
  }
}

On first launch the npx wrapper creates an isolated Python environment and installs the dependencies for you (a one-time step that can take a minute). You only need Python 3.10+ and Node.js 16+ on your machine.

Prefer a global install?

Terminal
npm install -g fred-economic-mcp
config.json
{
  "mcpServers": {
    "fred": {
      "command": "fred-economic-mcp",
      "env": { "FRED_API_KEY": "your_free_fred_api_key_here" }
    }
  }
}

๐Ÿ”ง Available Tools

ToolWhat it returnsParameters
search_seriesSeries matching a keyword, ranked by popularity (ID, title, units, frequency)query, limit
get_series_observationsThe actual data values, with transforms and frequency aggregationseries_id, observation_start, observation_end, units, frequency, sort_order, limit
get_series_infoMetadata for a series (units, frequency, seasonal adjustment, coverage, notes)series_id
get_economic_snapshotLatest value of key U.S. indicators in one dashboard(none)
browse_categoryChild categories and popular series within a FRED categorycategory_id
get_releasesEconomic data releases FRED trackslimit

Every tool also accepts response_format ("markdown", the default, or "json").

get_series_observations transforms (units): lin levels ยท chg change ยท ch1 change from year ago ยท pch percent change ยท pc1 percent change from year ago ยท pca compounded annual rate ยท log natural log.

Frequency aggregation (frequency): empty (native) ยท d daily ยท w weekly ยท m monthly ยท q quarterly ยท a annual.

Popular series IDs

You don't need to memorize IDs โ€” search_series finds them โ€” but these come up often:

Series IDIndicator
GDPC1Real Gross Domestic Product
UNRATEUnemployment Rate
CPIAUCSLConsumer Price Index (CPI)
PCEPIPCE Price Index (the Fed's preferred inflation gauge)
FEDFUNDSFederal Funds Rate
DGS1010-Year Treasury Yield
T10Y2Y10-Year minus 2-Year Treasury Spread
PAYEMSNonfarm Payrolls
MORTGAGE30US30-Year Fixed Mortgage Rate
UMCSENTConsumer Sentiment (University of Michigan)

๐Ÿ’ฌ Example Prompts

Once the server is connected, just ask Claude:

  • "How's the U.S. economy doing right now?"
  • "What's the current unemployment rate?"
  • "Show me year-over-year CPI inflation for the last 12 months."
  • "What's the 10-year Treasury yield, and how has it moved this year?"
  • "Find FRED series about consumer credit."
  • "What's the 10Y-2Y yield spread? Is the yield curve inverted?"
  • "Compare real GDP growth over the last 8 quarters."
  • "What does the PCEPI series measure, and how often is it updated?"

Example output

Asking "What's year-over-year CPI inflation for the last few months?" runs get_series_observations with series_id=CPIAUCSL, units=pc1:

markdown
# Consumer Price Index for All Urban Consumers: All Items (CPIAUCSL)

**Units:** Percent change from year ago ยท **Frequency:** m
**Total observations:** 940

**Latest:** 3.39 (2026-04-01)

| Date       | Value |
|------------|-------|
| 2026-04-01 | 3.39  |
| 2026-03-01 | 3.29  |
| 2026-02-01 | 2.43  |

๐Ÿ› Troubleshooting

"No FRED API key configured" Set FRED_API_KEY in your MCP client config (see Quick Start) to a free key from fredaccount.stlouisfed.org/apikeys, then restart the client.

"Command not found" / "Python not found" Make sure Python 3.10+ and Node.js 16+ are installed and on your PATH. On macOS/Linux, try python3.

"FRED is rate-limiting requests" FRED allows 120 requests/minute per key. The server retries automatically; if you still hit it, wait a minute.

Tools not showing up in Claude

  1. Confirm the config file is valid JSON (no trailing commas).
  2. Fully quit and reopen Claude Desktop.
  3. Check that FRED_API_KEY is set in the server's env block.

"FRED rejected the request" The series ID is probably wrong. Use search_series to find the correct ID, or get_series_info to confirm a series exists.

Using a different model or provider (LiteLLM, OpenRouter, NVIDIA NIM, a local model) This server never talks to a model. Your client starts it as a local process and speaks JSON-RPC over stdin/stdout, so changing ANTHROPIC_BASE_URL or swapping the model behind your client has no effect on it. If tools stop firing after a switch like that, check two things: the model has to support function calling, and a proxy configured to drop unsupported parameters can silently strip your tool definitions, which produces no error at all. Run /mcp in your client (or claude mcp list) to confirm the server is connected before suspecting the server.

๐Ÿ› ๏ธ Manual Installation (Alternative)

If you would rather run the Python file directly instead of via npx:

1. Download the server and install the dependency

Save fred_mcp.py somewhere on your machine, then:

Terminal
pip install mcp

(or pip3 on macOS/Linux)

2. Point Claude Desktop at it

config.json
{
  "mcpServers": {
    "fred": {
      "command": "python3",
      "args": ["/absolute/path/to/fred_mcp.py"],
      "env": { "FRED_API_KEY": "your_key_here" }
    }
  }
}

On Windows use "command": "python" and a path like "C:\\path\\to\\fred_mcp.py" (double backslashes or forward slashes).

3. Restart Claude Desktop.

๐Ÿ”’ Privacy & Rate Limits

  • Uses the official FRED API with your own free API key.
  • Requests go straight from your machine to FRED. Nothing is stored or proxied.
  • FRED rate-limits 120 requests/minute per key; the server retries with backoff on 429.
  • Intended for personal, educational, and research use.

๐Ÿ“ Notes

  • Series IDs are case-insensitive here (they're upper-cased for you), e.g. unrate works.
  • FRED marks missing observations with .; those are shown as N/A.
  • The units transforms (e.g. pc1 for year-over-year %) are computed by FRED, so the values are authoritative โ€” no client-side math.
  • Data coverage and frequency vary by series; use get_series_info to check before pulling a range.

๐Ÿ“‹ Changelog

See CHANGELOG.md for the full version history.

๐Ÿ“š Resources

  • Model Context Protocol
  • FRED API documentation
  • Get a FRED API key

โš–๏ธ Legal Disclaimer

This tool uses the FREDยฎ API but is not endorsed or certified by the Federal Reserve Bank of St. Louis. FREDยฎ is a registered trademark of the Federal Reserve Bank of St. Louis. Use of the FRED API is subject to its Terms of Use.

๐Ÿ‘ค Author

Daniel Shashko

  • GitHub: @danishashko
  • LinkedIn: daniel-shashko
  • npm: danielshashko

๐Ÿ“„ License

MIT ยฉ Daniel Shashko

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Federal Reserve MCP Server logoFederal Reserve MCP Server

    Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Federal Reserve MCP Server โ†’
  • F
    Fred

    FRED MCP โ€” Federal Reserve Economic Data (St. Louis Fed)

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Fred โ†’
  • US Macro logoUS Macro

    US macroeconomic data from FRED: inflation, employment, growth, housing, rates, recession signals.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs US Macro โ†’
  • F
    Fred MCP Server

    Federal Reserve Economic Data (FRED) MCP Server - Access all 800,000+ economic time series

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Fred MCP Server โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about FRED Economic Data

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "fred-economic-data": { "command": "npx", "args": ["-y", "FRED Economic Data"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFRED Economic Data AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/fred-economic-data?style=directory)](https://allmcps.com/mcp/fred-economic-data)
HTML Embed
<a href="https://allmcps.com/mcp/fred-economic-data"><img src="https://allmcps.com/api/badge/fred-economic-data?style=directory" alt="FRED Economic Data on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair ยท 36/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to FRED Economic Data โ†’Install in Claude DesktopInstall in CursorInstall in VS Code