← kalicart.com

INDIVIDUAL MCP TOOL

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.

kalicart.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dashboard.kalicart.com/mcp-public

No auth detected

Connect to this endpoint to inspect the live schema for global_search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

kalicart.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kalicart-global]
url = "https://dashboard.kalicart.com/mcp-public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kalicart-global": {
      "type": "http",
      "url": "https://dashboard.kalicart.com/mcp-public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kalicart-global
Remote MCP URL: https://dashboard.kalicart.com/mcp-public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kalicart-global": {
      "url": "https://dashboard.kalicart.com/mcp-public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kalicart-global": {
      "type": "http",
      "url": "https://dashboard.kalicart.com/mcp-public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kalicart-global",
  "transport": "streamable-http",
  "url": "https://dashboard.kalicart.com/mcp-public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_merchant — Check whether a merchant domain runs an ARC-compliant catalog (KaliCart Bridge).
  • get_product — Retrieve full product detail from the KaliCart Global federated index by p2209_id.
  • list_merchants — List WooCommerce merchants participating in the KaliCart Global federated catalog.
  • list_categories — List canonical product category leaves used by KaliCart Global with product counts.