# elevai Commerce Demo (remote · elevai.ch)

Open demo shop: search products, place a 0.05 CHF order, create a PostFinance payment link.

- Trust score: 40/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `elevai.ch`: 40/100 (this document), [markdown](https://verifymcp.io/servers/ch-elevai-commerce-demo/elevai.md), [page](https://verifymcp.io/servers/ch-elevai-commerce-demo/elevai)

## Channel facts

- Endpoint: `https://elevai.ch/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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-09-20.

- **Endpoint Security**: 100/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - The endpoint enforces authorisation, advertised via RFC 9728 protected-resource metadata.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
  - The authorisation server supports Client ID Metadata Documents, the current MCP client-registration mechanism.
- **Transport & Reachability**: 0/100
  - Transport blocked by authentication: the endpoint requires auth we don't have to verify streamable-http.
- **Schema Quality & AI Usability**: 0/100
  - Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.
- **Tool Safety**: 0/100
  - Tool safety blocked by authentication: the endpoint requires auth we don't have to read its tools.
- **Capabilities**: 0/100
  - Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

**Unverified: 6 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the elevai Commerce Demo MCP server?

elevai Commerce Demo is a hosted endpoint at https://elevai.ch/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http ch-elevai-commerce-demo 'https://elevai.ch/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ch-elevai-commerce-demo": {
      "url": "https://elevai.ch/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ch-elevai-commerce-demo": {
      "type": "http",
      "url": "https://elevai.ch/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ch-elevai-commerce-demo]
url = "https://elevai.ch/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ch-elevai-commerce-demo": {
      "type": "remote",
      "url": "https://elevai.ch/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ch-elevai-commerce-demo --url 'https://elevai.ch/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ch-elevai-commerce-demo:
    url: "https://elevai.ch/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ch-elevai-commerce-demo": {
      "Transport": "http",
      "Url": "https://elevai.ch/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ch-elevai-commerce-demo -t streamable-http -u 'https://elevai.ch/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ch-elevai-commerce-demo": {
      "type": "http",
      "url": "https://elevai.ch/mcp"
    }
  }
}
```

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-09-12 (score 40, −32)

- [security regression] Endpoint reachability: reachable → behind authorisation
- [security regression] Stability: 0.23 → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Transport: pass → unverified
- [security improvement] Authorization: unverified → pass
- [security] First check of Authorization: pass
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

### 2026-09-11 (score 72, +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-09-10 (score 71, 0)

- [cosmetic] “create_payment_link” reworded the description of “method”

### 2026-09-09 (score 71, +1)

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

### 2026-09-07 (score 70, +1)

- [functional regression] Schema quality: 650 → 910
- [functional improvement] Tool coverage: 64% → 69%
- [functional] New tool “get_login_status”
- [functional] New tool “start_login”
- [cosmetic] “create_order” added an optional parameter “login_handle”
- [cosmetic] “create_order” reworded the description of “email”

### 2026-09-06 (score 69, +2)

- [security] Tool “create_order” rewrote its description, which is the text the model reads
- [security] Tool “create_payment_link” rewrote its description, which is the text the model reads
- [security] Tool “get_order_status” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 447 → 650
- [functional improvement] Tool coverage: 45% → 64%
- [functional] The server now declares the “resources” capability
- [functional] First check of Capabilities: pass
- [functional] First check of Schema quality: 100
- [functional] New resource “elevai_produkte”
- [functional] New resource “elevai_zahlung”
- [cosmetic] “create_order” added an optional parameter “accept_terms”
- [cosmetic] “create_order” added an optional parameter “terms_version”
- [cosmetic] “create_payment_link” added an optional parameter “method”
- [cosmetic] “create_order” reworded the description of “email”

### 2026-09-05 (score 67, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-04 (score 66)

First indexed and scored.

## MCP tools (7)

### `search_products` (~74 tokens)

Produkte suchen

Durchsucht den Katalog des elevai-Demoshops nach einem Begriff und liefert Name, Preis, Waehrung und Produktseite. Ohne Begriff kommen die zuletzt aufgenommenen Produkte.

Input parameters:

- `limit` (integer)
- `query` (string): Suchbegriff, etwa "Kite" oder "Abo".

Output parameters:

- `count` (integer)
- `products` (array)

### `get_product` (~41 tokens)

Produkt ansehen

Liefert die Einzelheiten zu einem Produkt: Beschreibung, Preis, Lagerstatus, Kategorien und Bild.

Input parameters:

- `product_id` (integer, required): Die id aus search_products.

Output parameters:

- `currency` (string)
- `id` (integer): product_id fuer create_order
- `image` (string|null)
- `in_stock` (boolean)
- `name` (string)
- `price` (string)
- `url` (string)

### `create_order` (~332 tokens)

Bestellung anlegen

Legt im elevai-Demoshop eine Bestellung an und gibt ein Handle zurueck, mit dem sich anschliessend ein Zahllink erzeugen laesst. Beim ersten Aufruf fragt das Werkzeug die Zustimmung zu den Geschaeftsbedingungen zurueck; danach erneut aufrufen mit accept_terms und terms_version. Demoshop mit Grenzen: Einzelpreis bis 0.05 CHF, Bestellsumme bis 0.25 CHF. Was sonst gilt, steht in den Geschaeftsbedingungen, die dieses Werkzeug zurueckgibt — nicht in deiner Antwort wiederholen.

Input parameters:

- `accept_terms` (boolean): Nur true, wenn der Mensch den Geschaeftsbedingungen ausdruecklich zugestimmt hat. Nie selbst setzen.
- `country` (string): Zwei Buchstaben, ISO 3166-1, Vorgabe CH.
- `email` (string, required): Die E-Mail-Adresse der Person. Niemals erfinden, niemals einen Platzhalter wie "?" einsetzen — fehlt sie, zuerst danach fragen. Entfaellt, wenn ein bestaetigtes login_handle mitgegeben wird.
- `first_name` (string)
- `last_name` (string)
- `login_handle` (string): Das Handle aus start_login, sofern die Person sich im Shop angemeldet hat. Dann wird die Adresse aus dem Konto genommen und nicht erfragt.
- `product_id` (integer, required): Die id aus search_products.
- `quantity` (integer)
- `terms_version` (string): Die Fassung, der zugestimmt wurde. Kommt aus der Rueckfrage dieses Werkzeugs.

Output parameters:

- `currency` (string)
- `is_demo` (boolean)
- `order_handle` (string): Schluessel fuer create_payment_link und get_order_status, zwei Stunden gueltig
- `status` (string)
- `total` (string)

### `create_payment_link` (~101 tokens)

Zahllink erzeugen

Erzeugt zu einer Bestellung eine PostFinance-Checkout-Zahlseite. Verlangt das Handle aus create_order. Der Betrag stammt aus der Bestellung, nicht vom Aufrufer.

Input parameters:

- `method` (string): Zahlart: pfpay fuer PostFinance Pay. Ohne Angabe liefert das Werkzeug die Zahlart zur Bestaetigung zurueck, statt eine Zahlseite zu erzeugen.
- `order_handle` (string, required): Das Handle aus create_order.

Output parameters:

- `currency` (string)
- `note` (string)
- `order_handle` (string)
- `payment_url` (string): Vollstaendiger Link zur PostFinance-Zahlseite, unveraendert ausgeben

### `get_order_status` (~69 tokens)

Bestellstatus abfragen

Zeigt den aktuellen Stand einer Bestellung. In dieser Demo ist "reserviert" (on-hold) der Endzustand: der Betrag wird nie eingezogen und die Reservation faellt nach drei Tagen weg. Verlangt das Handle aus create_order.

Input parameters:

- `order_handle` (string, required)

Output parameters:

- `created` (string|null)
- `currency` (string)
- `is_paid` (boolean)
- `order_handle` (string)
- `status` (string)
- `total` (string)

### `start_login` (~118 tokens)

Anmeldung im Shop starten

Startet eine Anmeldung im Shop. Gibt eine Adresse und einen Pruefcode zurueck. Die Person oeffnet die Adresse selbst im Browser, meldet sich dort bei WordPress an und bestaetigt. Frag NIE nach einem Passwort und nimm keines entgegen — dieses Werkzeug hat kein Feld dafuer, und der Shop erwartet es nur auf seiner eigenen Seite. Gib die Adresse und den Pruefcode unveraendert aus und sage, dass der Code auf der Seite derselbe sein muss. Danach mit get_login_status nachfragen.

Output parameters:

- `code` (string)
- `expires_in` (integer)
- `login_handle` (string)
- `login_url` (string)

### `get_login_status` (~90 tokens)

Anmeldung nachfragen

Fragt nach, ob die Anmeldung bestaetigt wurde. Antwortet mit wartet, bestaetigt oder abgelaufen. Bei bestaetigt kommen Vorname und Kundennummer zurueck — nie ein Passwort und nie eine Sitzung. Nicht in Schleife aufrufen: einmal nachfragen, wenn die Person sagt, sie sei fertig.

Input parameters:

- `login_handle` (string, required): Das Handle aus start_login.

Output parameters:

- `customer_id` (integer)
- `first_name` (string)
- `status` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ch-elevai-commerce-demo/elevai#diagnostics

## Score history

- 2026-09-20: 40
- 2026-09-19: 40
- 2026-09-18: 40
- 2026-09-17: 40
- 2026-09-16: 40
- 2026-09-15: 40
- 2026-09-14: 40
- 2026-09-13: 40
- 2026-09-12: 40
- 2026-09-11: 72
- 2026-09-10: 71
- 2026-09-09: 71
- 2026-09-08: 70
- 2026-09-07: 70
- 2026-09-06: 69
- 2026-09-05: 67
- 2026-09-04: 66

## Common questions

### What is the elevai Commerce Demo MCP server?

elevai Commerce Demo is an MCP server listed in the public MCP registry as ch.elevai/commerce-demo. Open demo shop: search products, place a 0.05 CHF order, create a PostFinance payment link. This page covers its hosted endpoint (https://elevai.ch/mcp).

### Is the elevai Commerce Demo MCP server safe to use?

elevai Commerce Demo scores 40 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the elevai Commerce Demo MCP server expose?

elevai Commerce Demo exposes 7 tools: search_products, get_product, create_order, create_payment_link, get_order_status, and 2 more. Their descriptions and schemas cost roughly 825 tokens of context every time the server is loaded.

### Does the elevai Commerce Demo MCP server require authentication?

Yes. elevai Commerce Demo asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the elevai Commerce Demo MCP server still maintained?

elevai Commerce Demo is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://elevai.ch/mcp
- Website: https://elevai.ch/demos/agentic-commerce/
- Changelog RSS feed: https://verifymcp.io/servers/ch-elevai-commerce-demo/elevai.xml
- Changelog JSON feed: https://verifymcp.io/servers/ch-elevai-commerce-demo/elevai.json
- HTML version of this page: https://verifymcp.io/servers/ch-elevai-commerce-demo/elevai
