KaliCart Global
Federated commerce search MCP server enabling AI agents to query real product offers, prices, and availability across independent WooCommerce stores without API keys or registration.
README
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, statusactive - Docs: 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.
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 |
|---|---|
global_search |
Search the federated index by free text (q) and/or canonical category (leaf), with facet filters (brand, gender, color, price range, stock). Returns offers with merchant-authoritative prices, UCP availability_status, storefront URLs and canonical category leaves. |
get_product |
Full product detail by p2209_id (obtained from global_search): price, availability, attributes, variants, direct storefront URL. |
lookup_merchant |
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_merchants |
List participating merchants with domain, storefront URL and product count. |
list_categories |
List canonical category leaves with product counts; supports parent filtering. |
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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。