Path 01 / Agent integration
Connect through the CTX Protocol API.
Add MacroFeed to an agent's available tools, then let CTX discover and execute the focused MCP methods during its managed tool loop.
LISTING URL + SDK SNIPPET COMING SOONConnect / CTX Protocol
MacroFeed is accessed through CTX Protocol. Connect programmatically through the protocol API, or select the tool live in the CTX interface.
Path 01 / Agent integration
Add MacroFeed to an agent's available tools, then let CTX discover and execute the focused MCP methods during its managed tool loop.
LISTING URL + SDK SNIPPET COMING SOONPath 02 / Live use
Open the CTX interface, select or pin MacroFeed, and ask a macro question in natural language. CTX handles selection, execution, verification, and synthesis.
CTX UI LINK COMING SOONThis example is taken from a successful live CTX developer run. Unavailable forecast and previous fields remain null.
// arguments
{
"indicatorKey": "us_cpi_headline"
}
// response
{
"event": {
"eventId": "evt_2026-07-14_us_cpi_headline",
"indicatorKey": "us_cpi_headline",
"title": "Consumer Price Index",
"country": "US",
"currency": "USD",
"impact": "high",
"releaseAt": "2026-07-14T12:30:00.000Z",
"timezone": "America/New_York",
"period": "2026-06",
"status": "scheduled",
"actual": null,
"forecast": null,
"previous": null,
"forecastSource": "unavailable",
"scheduleSource": "official_calendar",
"sourceName": "U.S. Bureau of Labor Statistics",
"sourceUrl": "https://www.bls.gov/schedule/news_release/"
},
"found": true
}Eleven read-only tools support discovery, calendar queries, event inspection, history, and coverage verification.