US-Macro-MCP

hgus107/US-Macro-MCP
★ 0 stars Python Database Updated today
MCP server exposing 58 US macroeconomic indicators from FRED - inflation, employment, growth, housing, rates, recession signals and the FOMC calendar.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "us-macro-mcp": {
      "command": "uvx",
      "args": [
        "us-macro-mcp"
      ]
    }
  }
}

Or install with pip: pip install us-macro-mcp

README Excerpt

An MCP server that gives AI assistants clean access to US macroeconomic data — 58 indicators covering inflation, employment, growth, housing, consumer behaviour, interest rates, financial stress, markets and federal finances, sourced from the Federal Reserve's FRED database. It is built so the assistant never has to know a FRED series ID, and never has to do arithmetic. Ask for `cpi` and you get the latest reading, the previous one, the year-ago value, and the percentage changes already calculat

Tools (8)

compare_indicatorsget_historyget_indicatorlist_indicatorsmacro_snapshotrecession_signalsrelease_calendarsearch_indicators
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →