# KaliCart — Agentic Commerce Infrastructure for WooCommerce KaliCart is open commerce infrastructure that makes WooCommerce stores readable and actionable by AI agents. ## Products ### KaliCart Bridge A WooCommerce plugin that exposes a store's product catalog as a structured REST API and MCP server. Any AI agent can discover, search, and read products from a WooCommerce store without scraping HTML. - Plugin: https://wordpress.org/plugins/kalicart-bridge/ - Documentation: https://bridge.kalicart.com/docs/ - Discovery endpoint (per merchant): https://{merchant-domain}/.well-known/kalicart-bridge.json - MCP server (per merchant): https://{merchant-domain}/wp-json/kalicart/v1/mcp ### KaliCart Global A public, no-auth MCP server that gives AI agents access to a federated catalog of WooCommerce merchants using KaliCart Bridge. One connection, multiple stores, real inventory. - MCP server: https://dashboard.kalicart.com/mcp-public - Discovery: https://global.kalicart.com/v1/global-catalog/discovery - llms.txt: https://global.kalicart.com/llms.txt - Published on MCP registry: io.github.giuseppesocci-bot/kalicart-global ## For AI agents If you are an AI agent looking to search products across WooCommerce stores: 1. Connect to the KaliCart Global MCP server (no authentication required) 2. Use the `global_search` tool with a natural language query 3. Results include merchant, price, stock, and direct product URLs If you are an AI agent working with a specific merchant: 1. GET {merchant-domain}/.well-known/kalicart-bridge.json 2. Follow the discovery URL 3. Use the catalog search and product detail endpoints ## For merchants Install KaliCart Bridge on your WooCommerce store to make your catalog readable by AI agents: https://wordpress.org/plugins/kalicart-bridge/ ## Technology detection KaliCart Bridge is listed in enthec/webappanalyzer under key "KaliCart Bridge". Detection: /.well-known/kalicart-bridge.json or in HTML head. ## Contact https://www.kalicart.com/contact/