KaliCart Global
Enables AI agents to search and retrieve real-time product data (prices, availability, variants) from a federated index of independent WooCommerce stores via the ARC Agent-Readable Catalog protocol.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KaliCart Globalsearch for blue running shoes under $100"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KaliCart Global — Federated Commerce Search for AI Agents
One query across many independent WooCommerce stores — real products, merchant-authoritative prices, live availability. Keyless, read-only, no registration.
KaliCart Global is a public Model Context Protocol server that lets an AI agent search real product offers across independent merchants that opted in through the ARC (Agent-Readable Catalog) protocol. Instead of scraping a storefront and guessing at price and stock, an agent queries a structured, federated index and gets data it can trust — then hands the shopper off to the merchant's own store to complete the purchase. The server itself never transacts.
Endpoint:
https://dashboard.kalicart.com/mcp-public(remote, Streamable HTTP)Registry:
io.github.giuseppesocci-bot/kalicart-global— official MCP registry, statusactiveDocs: https://bridge.kalicart.com/mcp/ · ARC protocol: https://bridge.kalicart.com/spec/
Why it exists
Crawling a product page works when a machine only needs to read it. It breaks the moment an agent needs to act on a real price and real stock — the price may be stale, the stock may be phantom, the variant may not exist. KaliCart's approach is to make a catalog computable rather than merely crawlable: queryable, authoritative and real-time by design.
Reading a catalog this way is also far cheaper. A companion case study on the Bridge layer measured a live 626-product catalog served to an agent in 8,000 tokens instead of 196,595 — a ~24× reduction, small enough to fit a listing inside a model's context window instead of overflowing it (read it). Global brings the same structured, read-cheap surface to many merchants at once.
Related MCP server: WooCommerce MCP Server
Connect
Add it to your MCP client as a remote (Streamable HTTP) server — no API key or account required:
{
"mcpServers": {
"kalicart-global": {
"url": "https://dashboard.kalicart.com/mcp-public"
}
}
}Tools
All five tools are public, keyless, read-only, and idempotent.
Tool | Purpose |
| Search the federated index by free text ( |
| Full product detail by |
| Check whether a merchant domain runs an ARC-compliant catalog (KaliCart Bridge). Returns bridge version, discovery URL and federated-indexing consent flags. A miss schedules a background probe. |
| List participating merchants with domain, storefront URL and product count. |
| List canonical category leaves with product counts; supports |
Typical flow: list_categories / list_merchants to understand coverage → global_search to find offers → get_product on finalists → hand off to the merchant storefront URL.
Behavior notes
global_searchwith neitherqnorleafreturns an empty result set, not an error.list_categorieswithoutparentreturns the full leaf list.Free-text queries match native merchant catalog text; there is no server-side translation. Use
leafand facet filters for language-neutral retrieval.Price filters operate in each offer's merchant currency; no FX conversion is applied.
No pagination: use
limit(max 25 for offers, 50 for merchants).
This repository is the public interface for the server — documentation, issue tracking and security contact. The server is a hosted service; its source is not published here.
Feedback
If you are evaluating or integrating this server and hit unexpected behavior, open an issue. Including the UTC timestamp of your requests lets us correlate with server logs.
For security matters, see SECURITY.md — please do not report vulnerabilities via public issues.
Related
KaliCart Bridge — the free WooCommerce plugin that makes a single merchant's catalog agent-readable (ARC). Bridge is the door on each store; Global is the federated index across many such doors.
kalicart-mcp — per-site MCP plugin for WordPress content.
Maintained by Save The Brain · Giuseppe Socci
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceA Shopify-focused MCP server that enables AI agents to manage store operations like order tracking, product discovery, and checkout link generation. It facilitates customer-facing interactions including shipping estimates and real-time inventory searches.Last updated
- AlicenseBqualityDmaintenanceA production-grade MCP server for the WooCommerce REST API, enabling AI assistants to manage products, orders, customers, and store settings.Last updated341MIT

Nexbidofficial
Alicense-qualityBmaintenanceAgentic commerce infrastructure for AI agents. MCP-native product discovery, contextual ad matching, and purchase facilitation with European privacy compliance (nDSG/GDPR).Last updatedMIT- AlicenseAqualityBmaintenanceAgentShare delivers structured product search and pricing signals for AI agents over REST and MCP (Streamable HTTP). Responses include freshness & coverage metadata so agents can reason about data recency. API keys secure billed endpoints; public discovery at /agent.json and /mcp.json. Currently integrates connected marketplaces and affiliate feeds – roadmap expands to global e-commerce (AliExpreLast updated41MIT
Related MCP Connectors
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/giuseppesocci-bot/kalicart-global'
If you have feedback or need assistance with the MCP directory API, please join our Discord server