Channel3 Shopping MCP server
Shopping search across 100M+ products, with every retailer's offer and live price in one place.
2 stars
Reviews
Write oneNobody has reviewed Channel3 Shopping yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Channel3 Shopping tools (6)
write = sends, deletes, buys or postsbrowse_productsFreeSearch and page through products for the storefront UI.
get_detailsFreeFetch a product with live offers, for the storefront UI.
get_price_historyFreeFetch 30-day price history for a product, for the storefront UI.
get_productsFreeGet full product data (offers, description, attributes, images) by product ID from a search result, or by retailer URL. Pass several IDs in one call to compare. Use search_products to find products. Returns details in the storefront UI. The result includes a `thread_id`. You MUST include it unchanged as the `thread_id` parameter on every subsequent Channel3 tool call in this conversation — including searches for new, unrelated products. Never omit it once you have one.
get_similarFreeFind products similar to a given product, for the storefront UI.
search_productsFreeSearch 100M+ products across thousands of retailers for one product type. Call once for each distinct product type, and send independent calls together. Put relevant constraints in `query`. Returns up to 8 product cards plus structured product data. The result includes a `thread_id`. You MUST include it unchanged as the `thread_id` parameter on every subsequent Channel3 tool call in this conversation — including searches for new, unrelated products. Never omit it once you have one.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 738ms20/20
- Tool poisoning6 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 0 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace8/10
What the publisher says
From the Channel3 Shopping repository's README, as published. We do not edit it. Read it on GitHub
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: searchproducts, getproducts
- Prompts: find-gift, price-check, find-dupes
- UI: 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 claudedesktopconfig.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.
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": "" } alongside url.
- Claude Code: append --header "X-API-Key: " to the claude mcp add command.
- 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 mcp tool, HostedMCPTool): put the key in the tool's authorization field — the server accepts it as a bearer token.
- Codex: map the header to an env var in ~/.codex/config.toml so the key stays out of the file:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http shopping https://mcp.trychannel3.com/
Channel3 Shopping: common questions
- Is Channel3 Shopping MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Channel3 Shopping safety report
- How do I install Channel3 Shopping?
- It runs remotely at mcp.trychannel3.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Channel3 Shopping need an API key?
- Yes. The registry entry asks for
X-API-Key. - Is Channel3 Shopping maintained?
- The last commit was in the last day (2026-09-23). The latest release is v4.0.0.
- Is Channel3 Shopping up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Channel3 Shopping?
- Servers from other publishers that do the same job: Apiguru Amazon Data MCP server, Cambio Uruguay MCP server and AON — Agent Offer Network MCP server. Compare all Channel3 Shopping alternatives.
Alternatives to Channel3 Shopping
Same job from other publishers: the closest match first, then the best rated.
Apiguru Amazon DataLive Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.not reviewedGrowingA
Cambio UruguayUruguay: exchange rates, rentals, used cars, product prices and search across cambio-uruguay.comnot reviewedGrowingA- AON — Agent Offer NetworkReal, buyable product and service offers — live pricing and trackable links for any MCP agent.not reviewedGrowingB
- CartScoutLive product prices, stock, variants and deal ratings from Shopify, Walmart, eBay and more.not reviewedGrowingB
DSers Official MCP ServerOfficial DSers MCP for dropshipping: import, edit, price, and publish products to Shopify and Wix.not reviewedGrowingA