# fred-treasury-macro-data-mcp MCP server

US macro & Treasury data — FRED series, yield curve, auctions, and a macro dashboard.

## Links
- Registry page: https://www.getdrio.com/mcp/com-thenextgennexus-fred-treasury-macro-data-mcp
- Website: https://apify.com/nexgendata/fred-treasury-macro-data-mcp

## Install
- Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
- Header: Authorization

## Tools
- get_fred_series - Fetch a FRED economic data series — CPI, GDP, unemployment, fed funds rate, anything in FRED.

Args:
    series_id: FRED series id (examples: "CPIAUCSL" = CPI, "GDP" = GDP, "UNRATE" = unemployment,
        "FEDFUNDS" = effective fed funds rate, "DGS10" = 10Y Treasury, "T10Y2Y" = 10y-2y spread,
        "M2SL" = M2 money supply, "PAYEMS" = nonfarm payrolls, "DFF" = daily fed funds)
    start_date: ISO date (YYYY-MM-DD). Defaults to default_lookback_days ago.
    end_date:   ISO date (YYYY-MM-DD). Defaults to today. Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
- get_treasury_yield_curve - Full US Treasury par yield curve (1mo, 2mo, 3mo, 4mo, 6mo, 1y, 2y, 3y, 5y, 7y, 10y, 20y, 30y) for a date.

Args:
    date: ISO date (YYYY-MM-DD). Defaults to most recent business day on or before today. Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
- get_upcoming_treasury_auctions - Treasury securities auction calendar — upcoming auctions in the next N days.

Args:
    security_type: "all", "Bill", "Note", "Bond", "TIPS", "FRN", or "CMB"
    days_ahead: how many days of upcoming auctions to return (default 30, max ~180) Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
- get_auction_results - Treasury auction results — stop-out yield, bid-to-cover ratio, allotments, primary-dealer take.

Args:
    auction_id_or_recent: "recent" for the latest auctions, or a CUSIP to look up that issue.
    security_type: "all", "Bill", "Note", "Bond", "TIPS", "FRN", or "CMB"
    days_back: how many days of historical results to consider (default 30)
    limit: max results to return (default 25) Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
- get_macro_dashboard - One-call combined macro snapshot for AI trading agents.

Returns: latest 10Y Treasury yield, full yield curve, CPI YoY, headline unemployment,
effective fed funds rate, and the 5 most recent Treasury auction results.
Designed so an LLM can answer "what's the macro picture right now?" with one tool-call. Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.thenextgennexus
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 21, 2026
- Source: https://registry.modelcontextprotocol.io
