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
See the individual category pages for full parameter references.
Transport
Canal 3 uses SSE (Server-Sent Events) transport over HTTPS:When to Use MCP vs REST
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