# io.github.giuseppesocci-bot/kalicart-global (remote · dashboard.kalicart.com)

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

- Trust score: 66/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `dashboard.kalicart.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/giuseppesocci-bot-kalicart-global/mcp-public.md), [page](https://verifymcp.io/servers/giuseppesocci-bot-kalicart-global/mcp-public)

## Channel facts

- Endpoint: `https://dashboard.kalicart.com/mcp-public`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 700 tokens (~140/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http giuseppesocci-bot-kalicart-global https://dashboard.kalicart.com/mcp-public
```

### Codex

```toml
[mcp_servers.giuseppesocci-bot-kalicart-global]
url = "https://dashboard.kalicart.com/mcp-public"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "giuseppesocci-bot-kalicart-global": {
      "type": "remote",
      "url": "https://dashboard.kalicart.com/mcp-public",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add giuseppesocci-bot-kalicart-global --url https://dashboard.kalicart.com/mcp-public --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  giuseppesocci-bot-kalicart-global:
    url: "https://dashboard.kalicart.com/mcp-public"
```

### Other

```json
{
  "mcpServers": {
    "giuseppesocci-bot-kalicart-global": {
      "type": "http",
      "url": "https://dashboard.kalicart.com/mcp-public"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (5)

### `global_search` (~400 tokens)

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/

Input parameters:

- `brand` (string): Brand facet filter (normalized, e.g. "nike")
- `color` (string): Color family (e.g. "blue")
- `gender` (string): Gender facet (normalized): male, female, unisex, kids
- `in_stock` (boolean): Only offers with availability_status=in_stock
- `leaf` (string): Canonical category node. Accepts a terminal leaf (e.g. beverages.alcohol.sparkling_prosecco) or any parent node (e.g. jewellery, home.bedroom): a parent matches the node and its whole subtree, so you…
- `limit` (integer): Max offers to return (1-25, default 10). No pagination; raise to get more in one call
- `max_price` (number): Maximum price filter (numeric; per-offer merchant currency, no FX conversion)
- `min_price` (number): Minimum price filter (numeric; per-offer merchant currency, no FX conversion)
- `q` (string): Free-text product query. Each term must match as a whole word in the native merchant catalog text (name, short description, description) or in the canonical category path, so English category terms r…

### `lookup_merchant` (~92 tokens)

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.

Input parameters:

- `domain` (string, required): Merchant domain, e.g. shop.example.com

### `get_product` (~81 tokens)

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.

Input parameters:

- `p2209_id` (string, required): KaliCart product ID (e.g. prod_duinshop-it_432395)

### `list_merchants` (~71 tokens)

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.

Input parameters:

- `limit` (integer): Max merchants to return (default 20, max 50), ordered by product count desc. No pagination

### `list_categories` (~56 tokens)

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.

Input parameters:

- `parent` (string): Filter to children of this node (e.g. "apparel")

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/giuseppesocci-bot-kalicart-global/mcp-public#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 65
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 64
- 2026-07-26: 63

## Links

- Remote endpoint: https://dashboard.kalicart.com/mcp-public
- Repository: https://github.com/giuseppesocci-bot/kalicart-global
- Website: https://bridge.kalicart.com/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/giuseppesocci-bot-kalicart-global/mcp-public/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/giuseppesocci-bot-kalicart-global/mcp-public/changelog.json
- HTML version of this page: https://verifymcp.io/servers/giuseppesocci-bot-kalicart-global/mcp-public
