← jithox.com

INDIVIDUAL MCP TOOL

search_retail_products

Search the queried retail source by free text or EAN.

jithox.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://commerce.mcp.jithox.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_retail_products 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

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

  • get_product_offer — Report one product's current offer from the queried source: price in integer cents, availability, seller count and delivery promise, each with provenance and retrieval time.
  • compare_product_offers — Compare current offers for 2–5 EANs as a VALUE TABLE ordered by a stated criterion (price ascending).
  • build_affiliate_buy_link — Deterministically build the OFFICIAL product link carrying the partner tracking id — no network call, nothing ordered.
  • get_commerce_readiness — One plain state of THIS server: is a retail source configured, is the affiliate programme configured, and what that means for the other tools.