INDIVIDUAL MCP TOOL
compare_product_offers
Compare current offers for 2–5 EANs as a VALUE TABLE ordered by a stated criterion (price ascending).
LIVE ENDPOINT
https://commerce.mcp.jithox.com/mcp
Connect to this endpoint to inspect the live schema for compare_product_offers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.com-jithox-be-commerce-preflight]
url = "https://commerce.mcp.jithox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-jithox-be-commerce-preflight": {
"type": "http",
"url": "https://commerce.mcp.jithox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-jithox-be-commerce-preflight
Remote MCP URL: https://commerce.mcp.jithox.com/mcp
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": {
"com-jithox-be-commerce-preflight": {
"url": "https://commerce.mcp.jithox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-jithox-be-commerce-preflight": {
"type": "http",
"url": "https://commerce.mcp.jithox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-jithox-be-commerce-preflight",
"transport": "streamable-http",
"url": "https://commerce.mcp.jithox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_retail_products— Search the queried retail source by free text or EAN.get_product_offer— Report one product's current offer from the queried source (price in integer minor units, availability, provenance) — or, given a merchant host plus the merchant's own itemId, prepare/re-check NORMALIZED CHECKOUT EVIDENCE over the merchant's declared UCP/ACP checkout data: items, currency, subtotal, discount, tax, fees, shipping, total, fulfillment, policy links, expiry and an evidence hash, with bounded truth states 'verified' / 'changed' / 'unsupported' / 'unavailable' / 'unverified'.build_affiliate_buy_link— Return the provider's OFFICIAL product link for a record — no network call, nothing ordered, never a checkout-completion URL.get_commerce_readiness— One plain state of THIS server: which commerce provider is configured, which protocols this deployment speaks (UCP profile discovery + negotiation; the ACP REST checkout format), what each protocol still needs before live evidence exists, and the affiliate state.