eCommerce
trychannel3.com
Provides product search and retrieval functionality for e-commerce storefronts.
ENDPOINT 1
https://mcp.trychannel3.com
MCP server metadata
- Name
- Channel3
- Version
- 4.0.0
Use Channel3 to search products and compare live retailer offers. Call search_products separately for each distinct product type. Call get_products for full details by product ID or retailer URL. Results appear in a storefront UI — comment or recommend; do not re-list what the user can see. For deictic references ("this product"), use the storefront model context.
Known tools 6
search_productsSearch 100M+ products across thousands of retailers for one product type.
Inferred read-onlyget_productsGet full product data (offers, description, attributes, images) by product ID from a search result, or by retailer URL.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for trychannel3.com was fetched 2026-08-11T06:56:04.167Z.
trychannel3.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.