Channel3 Product Search

by channel3-ai

399 downloads
Not rated
GitHub

About

Product search and price comparison for AI agents. Search 100M+ products across thousands of retailers by text or image, compare live offers and prices, and turn any merchant URL into structured product data. No API key required to start; add one for unlimited use and affiliate c

Details

Author
channel3-ai
Downloads
399
Categories
Search

- Search over 100 million products by text or image
- Compare live offers and prices across retailers
- Resolve any merchant URL into structured product data
- Return affiliate-aware buy URLs for commission earnings
- No API key required for rate-limited free tier
- Simple HTTP transport for any MCP client

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Channel3 Product Search
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect any MCP client to the server URL https://mcp.trychannel3.com/. The free tier requires no API key. For unlimited use and to earn affiliate commission, create an account at trychannel3.com, generate an API key, and append it as https://mcp.trychannel3.com/?apiKey=YOUR_KEY. Example configurations for Cursor, Claude Code, and VS Code are provided in the README.

search_products

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 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.

get_products

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. 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.

browse_products

Search and page through products for the storefront UI.

get_similar

Find products similar to a given product, for the storefront UI.

get_details

Fetch a product with live offers, for the storefront UI.

get_price_history

Fetch 30-day price history for a product, for the storefront UI.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "channel3 product search": {
            "Channel3": {
                "url": "https://mcp.trychannel3.com/"
            }
        }
    }
}

McpServers

{
    "Channel3": {
        "url": "https://mcp.trychannel3.com/"
    }
}

Channel3 Product Search

Give your AI agent real-time product search across 100M+ products from thousands of retailers. Channel3 returns live offers with current prices, images, availability, and direct buy URLs, so your agent can find products, compare prices, and link users straight to checkout.

What it does

- Search 100M+ products by text or image - Compare live offers and prices across retailers for the same product - Resolve any merchant URL into structured product data (title, price, images, availability) - Affiliate-aware buy URLs, so you earn commission on what your agent recommends

Quick start (no API key)

The free tier needs no key. Point your client at: https://mcp.trychannel3.com/ Cursor — add to ~/.cursor/mcp.json: ``json { "mcpServers": { "Channel3": { "url": "https://mcp.trychannel3.com/" } } } ` Claude Code: `bash claude mcp add --transport http Channel3 "https://mcp.trychannel3.com/" ` VS Code — add to .vscode/mcp.json: `json { "servers": { "Channel3": { "type": "http", "url": "https://mcp.trychannel3.com/" } } } ` See the docs for Claude Desktop, Codex, and OpenCode.

Unlimited access + affiliate commission

The free tier is rate-limited. For unlimited use and to earn affiliate commission on purchases your agent drives, create an account at trychannel3.com, generate an API key, and append it:
https://mcp.trychannel3.com/?apiKey=YOUR_KEY`

Links

- Docs: https://docs.trychannel3.com/mcp-overview - Sign up for a key: https://trychannel3.com - Source: https://github.com/channel3-ai/mcp-server
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.