eCommerce
kalicart.com
Searches and retrieves product offers from a federated index of WooCommerce merchants using the ARC protocol.
ENDPOINT 1
https://dashboard.kalicart.com/mcp-public
MCP server metadata
- Name
- kalicart-global
- Version
- 1.0.0
Known tools 5
global_searchSearch the KaliCart Global federated index: real product offers across independent WooCommerce merchants that opted in via the ARC (Agent-Readable Catalog) protocol.
Inferred read-onlylookup_merchantCheck whether a merchant domain runs an ARC-compliant catalog (KaliCart Bridge).
Inferred read-onlyget_productRetrieve full product detail from the KaliCart Global federated index by p2209_id.
Inferred read-onlylist_merchantsList WooCommerce merchants participating in the KaliCart Global federated catalog.
Inferred read-onlylist_categoriesList canonical product category leaves used by KaliCart Global with product counts.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://global.kalicart.com/mcp-public
MCP server metadata
- Name
- kalicart-global
- Version
- 1.1.0
Use KaliCart Global to discover product candidates across participating WooCommerce merchants. Search results and product details are indexed snapshots, not checkout authority. Preserve the user requirements, inspect match evidence, and verify a selected offer through its returned merchant Bridge handoff before confirming variant, price or stock. KaliCart Global never checks out, pays, or modifies merchant data.
Known tools 5
global_searchUse this when a user wants to find or compare product candidates across participating WooCommerce merchants.
Inferred read-onlylookup_merchantUse this when the user already knows a merchant domain and needs to check whether it publishes a KaliCart Bridge catalog, its latest observed access state, or its federation consent.
Inferred read-onlyget_productUse this after global_search when the selected candidate needs indexed details that are not already on its search card.
Inferred read-onlylist_merchantsUse this to inspect which WooCommerce merchants currently participate in the searchable KaliCart Global catalog and how much catalog coverage each contributes.
Inferred read-onlylist_categoriesUse this to discover the canonical category paths currently represented in KaliCart Global before calling global_search with leaf.
Inferred read-onlyCONNECT 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://global.kalicart.com/mcp-public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kalicart-global": {
"type": "http",
"url": "https://global.kalicart.com/mcp-public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kalicart-global
Remote MCP URL: https://global.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://global.kalicart.com/mcp-public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kalicart-global": {
"type": "http",
"url": "https://global.kalicart.com/mcp-public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kalicart-global",
"transport": "streamable-http",
"url": "https://global.kalicart.com/mcp-public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kalicart.com was fetched 2026-09-20T23:06:36.165Z.
kalicart.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.