Heurist Logo
Back
FRED Macro Agent

FRED Macro Agent

Verified

Registry-driven FRED and ALFRED macro agent for curated U.S. inflation, rates, labor, credit, growth, release, and vintage context.

Tags

FinanceMacroeconomics

Tools (6)

macro_series_snapshot

Return a compact latest read for one curated macro series. Use this for the newest supported macro reading, previous reading, and derived change metrics.

required: series_key

macro_series_history

Return bounded history for one curated macro series. Use this for overlays, trend summaries, or transformed views like YoY or qoq annualized.

required: series_key

macro_regime_context

Return a curated multi-pillar macro regime summary across inflation, rates, labor, credit conditions, and growth. Use this when the caller wants interpretation instead of one raw series.

macro_release_calendar

Return curated upcoming or recent macro release dates for the supported release set only. Use this instead of raw FRED release calendar endpoints.

macro_release_context

Return compact release-aware context for one supported macro release, including recent release dates and linked curated series history.

required: release_key

macro_vintage_history

Return point-in-time-safe history for one curated series using ALFRED realtime dates. Use this for backtests or retrospective questions where revised history would be misleading.

required: series_key, realtime_date

x402 API Endpoints

macro_series_snapshot
Basehttps://mesh.heurist.xyz/x402/agents/FredMacroAgent/macro_series_snapshot
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FredMacroAgent/macro_series_snapshot
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FredMacroAgent/macro_series_snapshot
macro_series_history
Basehttps://mesh.heurist.xyz/x402/agents/FredMacroAgent/macro_series_history
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FredMacroAgent/macro_series_history
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FredMacroAgent/macro_series_history
macro_regime_context
Basehttps://mesh.heurist.xyz/x402/agents/FredMacroAgent/macro_regime_context
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FredMacroAgent/macro_regime_context
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FredMacroAgent/macro_regime_context
macro_release_calendar
Basehttps://mesh.heurist.xyz/x402/agents/FredMacroAgent/macro_release_calendar
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FredMacroAgent/macro_release_calendar
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FredMacroAgent/macro_release_calendar
macro_release_context
Basehttps://mesh.heurist.xyz/x402/agents/FredMacroAgent/macro_release_context
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FredMacroAgent/macro_release_context
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FredMacroAgent/macro_release_context
macro_vintage_history
Basehttps://mesh.heurist.xyz/x402/agents/FredMacroAgent/macro_vintage_history
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FredMacroAgent/macro_vintage_history
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FredMacroAgent/macro_vintage_history

Pricing

0.01 USDC/usex402Test on x402scan

MCP Endpoint

https://mesh.heurist.xyz/mcp/agents/FredMacroAgent
Configuration
{
  "mcpServers": {
    "heurist-agent": {
      "url": "https://mesh.heurist.xyz/mcp/agents/FredMacroAgent/",
      "headers": {
        "X-HEURIST-API-KEY": "your-api-key-here"
      }
    }
  }
}