Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Channel3 Shopping

REMOTE · MCP.TRYCHANNEL3.COM · SCANNED AUG 7

Shopping search across 100M+ products, with every retailer's offer and live price in one place.

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security60
Transport & Reachability100
Schema Quality & AI Usability76
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 828 tokens (~118/item across 7 items; 6 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 65% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
  • Supports UI / widget rendering.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.trychannel3.com

# add to Claude Code
claude mcp add --transport http com-trychannel3-shopping https://mcp.trychannel3.com/
# ~/.codex/config.toml
[mcp_servers.com-trychannel3-shopping]
url = "https://mcp.trychannel3.com/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-trychannel3-shopping": {
      "type": "remote",
      "url": "https://mcp.trychannel3.com/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-trychannel3-shopping --url https://mcp.trychannel3.com/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-trychannel3-shopping:
    url: "https://mcp.trychannel3.com/"
// mcp.json
{
  "mcpServers": {
    "com-trychannel3-shopping": {
      "type": "http",
      "url": "https://mcp.trychannel3.com/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 7 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “search_products” rewrote its description, which is the text the model reads security
    • Tool “get_products” rewrote its description, which is the text the model reads security
    • Tool coverage: 82% → 65% functional
    • Schema quality: pass → fail functional
    • “search_products” added an optional parameter “thread_id” cosmetic
    • “get_price_history” added an optional parameter “thread_id” cosmetic
    • “browse_products” added an optional parameter “thread_id” cosmetic
    • “get_details” added an optional parameter “thread_id” cosmetic
    • “get_products” added an optional parameter “thread_id” cosmetic
    • “get_similar” added an optional parameter “thread_id” cosmetic
  • 6 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 5 Aug 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 7 Aug 2026 · Probed https://mcp.trychannel3.com/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=trychannel3.com CN=WE1,O=Google Trust Services,C=US 3 Aug 2026 1 Nov 2026 ECDSA 256 ECDSA-SHA256 44125acf7f93c01138c5c25137f608d
SANs: trychannel3.com, mcp.trychannel3.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC secure

Validation of mcp.trychannel3.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
trychannel3.com. present 2371 13 Verified
mcp.trychannel3.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.trychannel3.com/ Verified 200
http (plaintext) http://mcp.trychannel3.com/ HTTPS enforced 301 https://mcp.trychannel3.com/
MCP tools · 6 exposed · ~706 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
browse_products ~141

Search and page through products for the storefront UI.

NameTypeReqDescription
image_urlstringPublic image URL for visual search. Combine with `query` for text + image.
limitinteger
page_tokenstringToken from a previous response's next_page_token.
querystringOne product type and its constraints in natural language (brand, color, material, size, price, gender). Good: "red leather jacket under $200"; "leather golf glove under $40". Bad: "gift ideas for dad…
thread_idstring
NameTypeReqDescription
next_page_tokenyes
productsarrayyes

No examples provided.

get_details ~40

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

NameTypeReqDescription
product_idstringyesCanonical product ID.
thread_idstring
NameTypeReqDescription
productobjectyes

No examples provided.

get_price_history ~44

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

NameTypeReqDescription
product_idstringyesCanonical product ID.
thread_idstring
NameTypeReqDescription
historyarrayyes
statisticsyes

No examples provided.

get_products ~175

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.

NameTypeReqDescription
product_idsarrayyesProducts to fetch in parallel.
thread_idstringConversation thread ID. Omit ONLY on the very first Channel3 call of a conversation. From then on, always pass the `thread_id` from the most recent Channel3 result, unchanged — even when the new call…
NameTypeReqDescription
as_ofstringyesISO timestamp of when this result was produced; prices are live as of this moment.
productsarrayyes
server_originstringOrigin of this MCP server; the storefront UI posts analytics events here.
session_idstringPostHog MCP session ID for analytics correlation.
thread_idstringyesConversation thread ID. Pass it back unchanged as `thread_id` on every follow-up call in this conversation.
unresolvedarray

No examples provided.

get_similar ~54

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

NameTypeReqDescription
limitinteger
product_idstringyesCanonical product ID to find similar products for.
thread_idstring
NameTypeReqDescription
next_page_tokenyes
productsarrayyes

No examples provided.

search_products ~252

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.

NameTypeReqDescription
image_urlstringPublic image URL for visual search. Combine with `query` for text + image.
querystringOne product type and its constraints in natural language (brand, color, material, size, price, gender). Good: "red leather jacket under $200"; "leather golf glove under $40". Bad: "gift ideas for dad…
thread_idstringConversation thread ID. Omit ONLY on the very first Channel3 call of a conversation. From then on, always pass the `thread_id` from the most recent Channel3 result, unchanged — even when the new call…
NameTypeReqDescription
as_ofstringyesISO timestamp of when this result was produced; prices are live as of this moment.
image_urlstringThe image URL this result answers.
next_page_tokenyesOpaque pagination token used by the storefront UI; not usable via this tool.
productsarrayyes
querystringThe text query this result answers.
seqinteger
server_originstringOrigin of this MCP server; the storefront UI posts analytics events here.
session_idstringPostHog MCP session ID for analytics correlation.
thread_idstringyesConversation thread ID. Pass it back unchanged as `thread_id` on every follow-up call in this conversation.

No examples provided.