KaliCart Global is a keyless, read-only MCP server that lets AI agents search a federated catalog of products across independent WooCommerce stores. Each merchant runs the KaliCart Bridge plugin and remains the source of truth for price, stock, and checkout; the global layer provides a single agent-facing search surface over those stores. Results carry merchant-authoritative prices, canonical category leaves, availability status, and per-merchant data-access signals so agents know whether catalog data is live or an indicative snapshot.
Tools:
- global_search — federated product search across all participating merchants (free text in any language, plus brand, color, price-range, and in-stock filters)
- lookup_merchant — check whether a domain runs an ARC-compliant catalog and its federation status
Server Config
{
"mcpServers": {
"kalicart-global": {
"type": "streamable-http",
"url": "https://dashboard.kalicart.com/mcp-public"
}
}
}