← trychannel3.com

INDIVIDUAL MCP TOOL

get_products

Get full product data (offers, description, attributes, images) by product ID from a search result, or by retailer URL.

trychannel3.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.trychannel3.com

No auth detected

Connect to this endpoint to inspect the live schema for get_products and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

trychannel3.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.channel3]
url = "https://mcp.trychannel3.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "channel3": {
      "type": "http",
      "url": "https://mcp.trychannel3.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: channel3
Remote MCP URL: https://mcp.trychannel3.com

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "channel3": {
      "url": "https://mcp.trychannel3.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "channel3": {
      "type": "http",
      "url": "https://mcp.trychannel3.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "channel3",
  "transport": "streamable-http",
  "url": "https://mcp.trychannel3.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search 100M+ products across thousands of retailers for one product type.
  • 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.