Bring MacroFeed into your agent or your next conversation.

MacroFeed is accessed through CTX Protocol. Connect programmatically through the protocol API, or select the tool live in the CTX interface.

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 SOON

Use MacroFeed inline with an LLM.

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 SOON

A real tool call

This example is taken from a successful live CTX developer run. Unavailable forecast and previous fields remain null.

get_next_releaseSTRUCTURED CONTENT
// 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
}

Public MCP surface

Eleven read-only tools support discovery, calendar queries, event inspection, history, and coverage verification.