Path 01 / Agent
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 / CTX Protocol
Install the official CTX marketplace MCP in your agent, call MacroFeed from the Context SDK, or use it live in the Context interface.
Path 01 / Agent
Add the remote marketplace MCP to Cursor, Claude Code, OpenClaw, or any Streamable HTTP client. Then pin MacroFeed by tool ID.
Path 02 / Developer
Use Context Query for grounded natural-language answers or Execute for deterministic MacroFeed method calls from TypeScript or Python.
Path 03 / Live use
Open Context with MacroFeed selected and ask a macro question. Context handles execution, grounding, and synthesis.
Marketplace listing
MacroFeed - Economic Calendarca9e2cc7-f389-4f64-a301-f7cdc1b50a0eIn live CTX validation, a CPI-by-date request completed cleanly with one successful MacroFeed call and no redundant lookup steps.
// 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
}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.