What is Canal 3?
Canal 3 is Alana’s MCP (Model Context Protocol) server. It exposes your product catalog as a set of tools that AI agents — Claude, GPT-4, Cursor, Windsurf, and any MCP-compatible client — can call directly during a conversation or workflow. Unlike the REST API (Canal 2), MCP tools are designed for agent consumption: structured inputs, structured outputs, no pagination boilerplate.22 Tools Across 6 Categories
| Category | Tools | Description |
|---|---|---|
| Catalog | 4 | Search and browse products |
| Optimization | 4 | AI-powered content optimization |
| Search | 3 | Advanced search and recommendations |
| Media/Context | 3 | Image and brand context tools |
| Analytics | 3 | Performance and query analytics |
| Feed | 3 | Feed generation and status |
Transport
Canal 3 uses SSE (Server-Sent Events) transport over HTTPS:When to Use MCP vs REST
| Use case | Recommended |
|---|---|
| AI agent needs product data during a conversation | MCP (Canal 3) |
| Scheduled batch sync to an external platform | Feed API (Canal 1) |
| Custom dashboard or app integration | REST API (Canal 2) |
| Platform-native product feed (Google, Meta) | Feed API (Canal 1) |
Quick Start
- Get an API key from Settings → API Keys with
mcp:readscope - Configure your MCP client with the SSE endpoint and Bearer token
- Call tools like
search_productsoroptimize_productfrom your agent