Bring MacroFeed into the way you already work.

Install the official CTX marketplace MCP in your agent, call MacroFeed from the Context SDK, or use it live in the Context interface.

Connect the CTX MCP.

Add the remote marketplace MCP to Cursor, Claude Code, OpenClaw, or any Streamable HTTP client. Then pin MacroFeed by tool ID.

Connect in 60 seconds

Build with the SDK.

Use Context Query for grounded natural-language answers or Execute for deterministic MacroFeed method calls from TypeScript or Python.

Open the SDK guide

Use MacroFeed inline with an LLM.

Open Context with MacroFeed selected and ask a macro question. Context handles execution, grounding, and synthesis.

Try in Context
MacroFeed - Economic Calendar
TOOL ID / COPY TO PIN MACROFEEDca9e2cc7-f389-4f64-a301-f7cdc1b50a0e

One factual release. One call.

In live CTX validation, a CPI-by-date request completed cleanly with one successful MacroFeed call and no redundant lookup steps.

get_macro_releaseANSWER-READY CONTENT
// arguments
{
  "indicator": "CPI",
  "releaseDate": "2026-07-14"
}

// response excerpt
{
  "answerReady": true,
  "found": true,
  "dateBasis": "release_date",
  "summary": "Consumer Price Index (2026-06): -0.4%; previous 0.5% | Core Consumer Price Index (2026-06): 0.0%; previous 0.2%.",
  "releases": [
    {
      "variant": "headline",
      "releaseDate": "2026-07-14",
      "releaseAt": "2026-07-14T12:30:00.000Z",
      "referencePeriod": "2026-06",
      "displayActual": -0.4,
      "displayPrevious": 0.5,
      "sourceName": "U.S. Bureau of Labor Statistics",
      "timingVerified": true
    },
    {
      "variant": "core",
      "displayActual": 0.0,
      "displayPrevious": 0.2,
      "timingVerified": true
    }
  ],
  "count": 2
}

Public MacroFeed methods

Twelve read-only methods support answer-ready release lookup, calendar queries, event inspection, history, coverage, and source verification. Agents reach them through the CTX marketplace MCP or Context SDK.