Shopping search across 100M+ products, with every retailer's offer and live price in one place.
MCPpedia last refreshed this data
com.trychannel3/shopping is an MCP server that shopping search across 100M+ products, with every retailer's offer and live price in one place. Its tool list has not been published yet over http, requires no API key, and scores 42/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"Channel3": {
"url": "https://mcp.trychannel3.com/"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны.
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
MCP server for Salesforce B2C Commerce Cloud development assistance
MCP Security Weekly
Get CVE alerts and security updates for com.trychannel3/shopping and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
2026-07-28, stateless)https://mcp.trychannel3.com/search_products, get_productsfind-gift, price-check, find-dupesOne 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 mcp add --transport http --scope user Channel3 https://mcp.trychannel3.com/
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.
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 mcp add Channel3 --url https://mcp.trychannel3.com/
~/.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/"
}
}
}
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.
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.
"headers": { "X-API-Key": "<your-api-key>" } alongside url.--header "X-API-Key: <your-api-key>" to the claude mcp add command.mcp tool, HostedMCPTool): put the key in the tool's authorization field — the server accepts it as a bearer token.~/.codex/config.toml so the key stays out of the file:[mcp_servers.Channel3]
url = "https://mcp.trychannel3.com/"
env_http_headers = { "X-A
... [View full README on GitHub](https://github.com/channel3-ai/mcp-server#readme)