# LivaGlow Shop (remote · livaglow.de)

Personalised ceramic mugs from Germany: prices, delivery, FAQ search, mug-design tool with preview.

- Trust score: 76/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `livaglow.de`: 76/100 (this document), [markdown](https://verifymcp.io/servers/de-livaglow-livaglow-shop/api-mcp.md), [page](https://verifymcp.io/servers/de-livaglow-livaglow-shop/api-mcp)

## Channel facts

- Endpoint: `https://livaglow.de/api/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-25.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 55/100
  - 17% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1032 tokens (~60/item across 17 items; 11 tools + 6 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 47/100
  - Stability observed for 14 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.
  - Structured output schemas are declared (9% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).
  - Supports UI / widget rendering.

## Install

### How do I install the LivaGlow Shop MCP server?

LivaGlow Shop is a hosted endpoint at https://livaglow.de/api/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 de-livaglow-livaglow-shop 'https://livaglow.de/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "de-livaglow-livaglow-shop": {
      "url": "https://livaglow.de/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "de-livaglow-livaglow-shop": {
      "type": "http",
      "url": "https://livaglow.de/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.de-livaglow-livaglow-shop]
url = "https://livaglow.de/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "de-livaglow-livaglow-shop": {
      "type": "remote",
      "url": "https://livaglow.de/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add de-livaglow-livaglow-shop --url 'https://livaglow.de/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  de-livaglow-livaglow-shop:
    url: "https://livaglow.de/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "de-livaglow-livaglow-shop": {
      "Transport": "http",
      "Url": "https://livaglow.de/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add de-livaglow-livaglow-shop -t streamable-http -u 'https://livaglow.de/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "de-livaglow-livaglow-shop": {
      "type": "http",
      "url": "https://livaglow.de/api/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-25 (score 76, 0)

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

### 2026-09-24 (score 76, +1)

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

### 2026-09-22 (score 75, +1)

- [security] Tool “get_delivery_estimate” rewrote its description, which is the text the model reads
- [functional] Schema quality: excellent → good

### 2026-09-20 (score 74, +1)

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

### 2026-09-18 (score 73, 0)

- [security] Tool “get_page_markdown” rewrote its description, which is the text the model reads

### 2026-09-17 (score 73, +1)

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

### 2026-09-15 (score 72, +1)

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

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

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

## MCP tools (11)

### `get_shop_overview` (~49 tokens)

Shop overview

Facts about LivaGlow and its single product, the personalised ceramic mug: specs, fixed prices, volume discount, shipping (Germany only), delivery, returns policy, photo requirements and key URLs.

### `calculate_price` (~66 tokens)

Price quote

Exact price for a number of mugs in EUR: first mug full price, every additional mug discounted (also across different designs), shipping cost or free shipping, total. Same maths as the shop checkout, before any promo code.

Input parameters:

- `quantity` (integer, required): Number of mugs in one order

### `get_delivery_estimate` (~47 tokens)

Delivery estimate

Expected delivery window for an order placed now (Germany, UPS or DHL): production start rule (cutoff 14:00 Berlin time on business days), earliest and latest delivery date.

### `list_occasions` (~49 tokens)

Occasions and templates

Occasion landing pages with ready-made templates (photo mug, birthday, couples, pet, Mother's Day, Christmas) with German and English URLs and the designer deep link that preselects the templates.

### `search_faq` (~59 tokens)

Search FAQ

Keyword search over the shop FAQ and the occasion-page FAQs (German): designer usage, image quality, payment, shipping, returns, care. Returns the best matching questions with full answers.

Input parameters:

- `query` (string, required): Search words, German or English

### `search_guides` (~75 tokens)

Search guide articles

Find LivaGlow guide articles (German) about printed mugs: dishwasher safety, porcelain vs ceramic, photo resolution, printing costs, print durability, gift ideas. Returns title, direct answer and URL.

Input parameters:

- `query` (string, required): Search words, German or English (e.g. "spülmaschinenfest", "photo resolution")

### `get_page_markdown` (~113 tokens)

Page as Markdown

Full content of a LivaGlow page as Markdown. Supported paths: /, /custom, /faq, /ratgeber, /ratgeber/:slug, /tasse/:slug, /mug/:slug, /vorlagen, /vorlagen/:slug, /produktsicherheit, /partnerprogramm (e.g. /faq, /ratgeber/tasse-spuelmaschinenfest, /tasse/geburtstag, /mug/birthday).

Input parameters:

- `path` (string, required): Path starting with /

### `get_store_rating` (~29 tokens)

Store rating

Current Trustpilot rating of the shop (TrustScore and number of reviews) with the profile URL.

### `get_design_options` (~52 tokens)

Design options

Everything an agent needs before create_design_link: available fonts with style hints, text size range, background presets, photo shapes, clipart ids by category, templates with their text slots, print-area geometry and limits.

### `create_design_link` (~254 tokens)

Create a mug design draft

Turns a design description into a link that opens the LivaGlow designer with the finished draft (texts, cliparts, background, photo placeholder, optional template). Nothing is stored or ordered: the customer opens the link, checks the 3D preview, uploads their photo if a placeholder is present, and orders. Texts are placed automatically (centred column) unless x/y are given; with a template, texts replace the template's text slots in order. Photos cannot be passed; use photo:{shape} to reserve a placeholder. Call get_design_options first for valid fonts, cliparts and templates.

Input parameters:

- `background`: Background preset id (e.g. "creme", "sonnenuntergang") or {kind:"solid",color:"#rrggbb"} or {kind:"gradient",from:"#rrggbb",to:"#rrggbb",angle:135}
- `items` (array): Texts and cliparts in top-to-bottom order
- `layout` (string): Column for automatically placed items (default: opposite the photo, else center)
- `photo`: Reserve a photo placeholder the customer fills in the designer
- `template` (string): Template id from get_design_options (optional)

Output parameters:

- `elementCount` (integer)
- `hasPhotoPlaceholder` (boolean)
- `locale` (string)
- `next` (string)
- `previewNote` (string)
- `previewUrl` (string): PNG of the flat print area
- `price` (object)
- `summary` (string)
- `url` (string): Designer link with the draft
- `warnings` (array)

### `get_care_and_safety` (~39 tokens)

Care and safety

Care instructions and safety warnings for the mug (dishwasher, microwave, thermal shock, damage) as published on the product safety page.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/de-livaglow-livaglow-shop/api-mcp#diagnostics

## Score history

- 2026-09-25: 76
- 2026-09-24: 76
- 2026-09-23: 75
- 2026-09-22: 75
- 2026-09-21: 74
- 2026-09-20: 74
- 2026-09-19: 73
- 2026-09-18: 73
- 2026-09-17: 73
- 2026-09-16: 72
- 2026-09-15: 72
- 2026-09-14: 71
- 2026-09-13: 71
- 2026-09-12: 70
- 2026-09-11: 70

## Common questions

### What is the LivaGlow Shop MCP server?

LivaGlow Shop is an MCP server listed in the public MCP registry as de.livaglow/livaglow-shop. Personalised ceramic mugs from Germany: prices, delivery, FAQ search, mug-design tool with preview. This page covers its hosted endpoint (https://livaglow.de/api/mcp).

### Is the LivaGlow Shop MCP server safe to use?

LivaGlow Shop scores 76 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 LivaGlow Shop MCP server expose?

LivaGlow Shop exposes 11 tools: get_shop_overview, calculate_price, get_delivery_estimate, list_occasions, search_faq, and 6 more. Their descriptions and schemas cost roughly 832 tokens of context every time the server is loaded.

### Does the LivaGlow Shop MCP server require authentication?

No. We connected to LivaGlow Shop without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the LivaGlow Shop MCP server still maintained?

LivaGlow Shop is still listed as active in the MCP registry. We last reached this channel on 25 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://livaglow.de/api/mcp
- Website: https://livaglow.de/chatgpt
- Changelog RSS feed: https://verifymcp.io/servers/de-livaglow-livaglow-shop/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/de-livaglow-livaglow-shop/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/de-livaglow-livaglow-shop/api-mcp
