Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.giuseppesocci-bot/kalicart-global

io.github.giuseppesocci-bot/kalicart-global

Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.

Uptime
100.0%
1 direct probes · 30d
Response
130ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

global_search

Search the KaliCart Global federated index: real product offers across independent WooCommerce merchants that opted in via the ARC (Agent-Readable Catalog) protocol. Returns merchant-authoritative pri…

lookup_merchant

Check whether a merchant domain runs an ARC-compliant catalog (KaliCart Bridge). Returns bridge_version, merchant discovery URL and federated-indexing consent flags. A miss schedules a background prob…

get_product

Retrieve full product detail from the KaliCart Global federated index by p2209_id. Returns price, availability, attributes, variants, and a direct storefront URL for checkout handoff. Obtain p2209_id …

list_merchants

List WooCommerce merchants participating in the KaliCart Global federated catalog. Returns merchant domain, storefront URL, and product count. Use before global_search to understand catalog coverage.

list_categories

List canonical product category leaves used by KaliCart Global with product counts. Use to discover available categories before filtering global_search with the leaf parameter.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.giuseppesocci-bot/kalicart-global": {
      "url": "https://dashboard.kalicart.com/mcp-public",
      "transport": "streamable-http"
    }
  }
}