mcpbeat

Kalicart Global MCP Server

io.github.giuseppesocci-bot/kalicart-global
answering

Kalicart Global is answering right now. Last checked 11 min ago. It exposes 5 tools. Last commit 6 Jul 2026.

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

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
168 ms
Response time
average over 24h
0
Stars
last commit 6 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add kalicart-global --transport http https://dashboard.kalicart.com/mcp-public
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kalicart-global": {
      "url": "https://dashboard.kalicart.com/mcp-public"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kalicart-global]
url = "https://dashboard.kalicart.com/mcp-public"
.cursor/mcp.json
{
  "mcpServers": {
    "kalicart-global": {
      "url": "https://dashboard.kalicart.com/mcp-public"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kalicart-global": {
      "url": "https://dashboard.kalicart.com/mcp-public"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

categories
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.
global
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 prices, UCP availability_status, storefront URLs and canonical category leaves. Provide q (free text) and/or leaf (canonical category). Spec: https://bridge.kalicart.com/spec/
lookup
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 probe. Use when you already know a merchant domain (verify ARC support, get its discovery URL); to discover products across merchants, use global_search.
merchants
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.
product
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 from global_search results.

Endpoints

URLTransportStateLatencyChecked
https://dashboard.kalicart.com/mcp-public streamable-http answering 215 ms 11 min ago

Kalicart Global — questions

Answers built from our own checks of this server.

What can Kalicart Global do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_product, global_search, list_categories, list_merchants, lookup_merchant. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Kalicart Global working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 168 ms. The bar chart above shows every period we have measured.
How do I connect Kalicart Global?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Kalicart Global need an API key?
No. Kalicart Global completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Kalicart Global?
It answers our handshake in 168 ms on average, which is faster than 70% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Kalicart Global open source?
Yes — 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.