Channel3 Shopping
com.trychannel3/shoppingShopping search across 100M+ products, with every retailer's offer and live price in one place.
Tools · 6
Search 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…
Get 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. R…
Search and page through products for the storefront UI.
Find products similar to a given product, for the storefront UI.
Fetch a product with live offers, for the storefront UI.
Fetch 30-day price history for a product, for the storefront UI.
Resources · 1
Interactive storefront for browsing Channel3 products.
ui://storefront/app.html
Prompts · 6
Turn any shopping goal — a gift, an outfit, a project — into products.
Gift ideas tailored to a person, occasion, and budget.
Find the cheapest in-stock offer for a product URL.
Find lookalike products from an image.
Compare products side by side on price, offers, and specs.
Hunt down the best prices on a product type across retailers.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"channel3_shopping": {
"url": "https://mcp.trychannel3.com/",
"transport": "http"
}
}
}