Heurist Logo
Back
FRED Macro Agent

FRED Macro Agent

Recommended
Verified

Curated U.S. macro data agent covering inflation, rates, labor, credit, and growth via FRED and ALFRED, with release calendar and vintage history support.

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 historical trend analysis 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 for a cross-pillar macro summary instead of querying individual series.

macro_release_calendar

Return upcoming or recent release dates for curated macro releases (CPI, PCE, payrolls, GDP, weekly claims).

macro_release_context

Return recent release dates and linked series history for one supported macro release. Use this for pre/post-release analysis.

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.003 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"
      }
    }
  }
}