> ## Documentation Index
> Fetch the complete documentation index at: https://macrofeed.dsforge.co/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Use in the CTX UI

> Open MacroFeed in Context and ask economic-calendar questions without writing integration code.

Use MacroFeed live in the Context interface when you want an answer from an LLM without configuring an MCP client or writing SDK code.

<Card title="Open MacroFeed in Context" icon="arrow-up-right-from-square" href="https://www.ctxprotocol.com/?toolId=ca9e2cc7-f389-4f64-a301-f7cdc1b50a0e">
  Open the Context interface with MacroFeed selected by its marketplace tool ID.
</Card>

## Ask a question

MacroFeed is listed as **MacroFeed - Economic Calendar**.

Try:

```text theme={null}
Using MacroFeed, find this week's high-impact USD events and give me the official source for the next CPI release.
```

Context can select and call several MacroFeed methods in one managed Query, then return a grounded answer with evidence and disclosed data gaps.

## Pin the product

If you open Context without the deep link, select MacroFeed manually or use its marketplace ID:

```text theme={null}
ca9e2cc7-f389-4f64-a301-f7cdc1b50a0e
```

Pinning MacroFeed is useful when you want the answer to stay within its official-source economic-calendar surface instead of using broad marketplace discovery.

## Choose a different path

<CardGroup cols={2}>
  <Card title="Connect an MCP agent" icon="plug" href="/docs/connect">
    Add the CTX marketplace MCP to Cursor, Claude Code, OpenClaw, or another client.
  </Card>

  <Card title="Use the Context SDK" icon="terminal" href="/docs/api-quickstart">
    Build a server-side Query or Execute integration.
  </Card>
</CardGroup>
