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

# Shopping Agent with MCP

The MCP lets your agent shop. It's the fastest way to explore what’s possible with Channel3. You can use it without writing any code, and without an API key.

## 1. Connect MCP

Point your agent at:

```text theme={null}
https://mcp.trychannel3.com/
```

## 2. Run a prompt

```text theme={null}
Search for merino wool sweaters under $150 that are in stock.
```

```text theme={null}
Look up this product URL and show every store selling it with price and availability:
https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111
```

Your agent selects Channel3 tools automatically. See [available tools](/mcp/tools) and [usage examples](/mcp/usage) for more.

## 3. Add an API key for production

For higher rate limits and to earn commissions on sales, add an API key.

1. [Create an account](https://trychannel3.com/sign-up/developer)
2. Copy your key
3. Update the MCP URL:

```text theme={null}
https://mcp.trychannel3.com/?apiKey=<your-api-key>
```
