Channel3 MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Channel3 MCP Serverfind me a good wireless mouse under $50"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Channel3 Shopping
Shopping search across 100M+ products, with every retailer's offer and live price in one place — an MCP server with an interactive storefront UI on hosts that support it.
https://github.com/user-attachments/assets/59508319-aa1f-4462-afbe-52b64638ece3
Transport: Streamable HTTP (protocol revision
2026-07-28, stateless)Endpoint:
https://mcp.trychannel3.com/Tools:
search_products,get_productsPrompts:
find-gift,price-check,find-dupesUI: results render in an interactive storefront (MCP Apps) on hosts that support it
Connect
One URL, no API key and no OAuth:
https://mcp.trychannel3.com/Limits on the free tier are generous and sized for personal use. For unlimited usage and affiliate attribution, add an API key.
Claude Code
claude mcp add --transport http --scope user Channel3 https://mcp.trychannel3.com/Claude web, Desktop, and mobile
Settings → Connectors → Add custom connector, then paste the endpoint URL. Claude connects from its own servers, so one connector covers every Claude surface including mobile.
Don't use claude_desktop_config.json for this: it only accepts stdio servers, and an entry with a url field is silently dropped along with the rest of mcpServers.
ChatGPT
Turn on developer mode under Settings → Security and login, then create an app under Settings → Plugins pointing at the endpoint URL, with authentication set to none.
Codex
codex mcp add Channel3 --url https://mcp.trychannel3.com/Cursor and VS Code by hand
~/.cursor/mcp.json, or .cursor/mcp.json to scope it to one project:
{
"mcpServers": {
"Channel3": {
"url": "https://mcp.trychannel3.com/"
}
}
}.vscode/mcp.json, or code --add-mcp '{"name":"Channel3","type":"http","url":"https://mcp.trychannel3.com/"}' for the user profile:
{
"servers": {
"Channel3": {
"type": "http",
"url": "https://mcp.trychannel3.com/"
}
}
}Any other client
Register the endpoint as a Streamable HTTP server; there is no SSE endpoint. It's stateless, so there's no session to keep alive, and clients on the 2026-07-28 revision can skip the initialize handshake entirely.
Related MCP server: ecommerce-mcp-server
Free Tier and API Keys
Create an account at trychannel3.com, copy a key from the dashboard, and send it as an X-API-Key header. That lifts the free-tier rate limit and attributes affiliate clicks to your account.
Cursor / VS Code: add
"headers": { "X-API-Key": "<your-api-key>" }alongsideurl.Claude Code: append
--header "X-API-Key: <your-api-key>"to theclaude mcp addcommand.Claude connectors: enter the key under Request headers in the Add custom connector dialog. That section is a beta still rolling out.
ChatGPT: developer-mode apps accept OAuth or no auth only, so there's no header field.
OpenAI hosted MCP (Responses API
mcptool,HostedMCPTool): put the key in the tool'sauthorizationfield — the server accepts it as a bearer token.Codex: map the header to an env var in
~/.codex/config.tomlso the key stays out of the file:
[mcp_servers.Channel3]
url = "https://mcp.trychannel3.com/"
env_http_headers = { "X-API-Key" = "CHANNEL3_API_KEY" }This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceKlarna-style product discovery for AI shopping agents. Makes product catalogs machine-readable so AI agents can search, compare, and purchase products programmatically.6MIT
- AlicenseAqualityFmaintenanceEnables AI agents to search products, lookup barcodes, and manage shopping carts and wishlists using free e-commerce APIs.8MIT
- FlicenseAqualityDmaintenanceEnables AI-powered shopping assistance by analyzing natural language shopping queries and automating product searches on multiple e-commerce platforms.12
- AlicenseAqualityCmaintenanceEnables AI agents to perform Google searches and retrieve structured JSON results for 10 types including web, images, news, and shopping with live prices. Offers 1,000 free searches per month with no credit card required.129MIT
Related MCP Connectors
Clean product data from any URL. Schema.org + AI extraction. 200 free calls/month.
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
Routes natural-language shopping queries to merchant storefronts, returns normalized results.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/channel3-ai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server