# Suorigo Konfigurátor (remote · konfigurator.suorigo.cz)

Potisk triček a textilu na míru (ČR) — katalog, ceny, příprava designu a objednávky.

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

## Components

- remote · `konfigurator.suorigo.cz`: 66/100 (this document), [markdown](https://verifymcp.io/servers/cz-suorigo-konfigurator-server/api-mcp.md), [page](https://verifymcp.io/servers/cz-suorigo-konfigurator-server/api-mcp)

## Channel facts

- Endpoint: `https://konfigurator.suorigo.cz/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-08-03.

- **Endpoint Security**: 69/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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 727 tokens (~145/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**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 47% 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 cz-suorigo-konfigurator-server https://konfigurator.suorigo.cz/api/mcp
```

### Codex

```toml
[mcp_servers.cz-suorigo-konfigurator-server]
url = "https://konfigurator.suorigo.cz/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cz-suorigo-konfigurator-server": {
      "type": "remote",
      "url": "https://konfigurator.suorigo.cz/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cz-suorigo-konfigurator-server --url https://konfigurator.suorigo.cz/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cz-suorigo-konfigurator-server:
    url: "https://konfigurator.suorigo.cz/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cz-suorigo-konfigurator-server": {
      "type": "http",
      "url": "https://konfigurator.suorigo.cz/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-08-03 (score 66, +1)

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

### 2026-08-01 (score 65, +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-07-31 (score 64, +3)

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

### 2026-07-30 (score 61, +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-07-28 (score 60, +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.

### 2026-07-27 (score 59, +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 58)

First indexed and scored.

## MCP tools (5)

### `list_products` (~64 tokens)

Vrátí katalog triček/mikin Suorigo (barvy, velikosti, ceny vč. množstevních slev) nebo jeden produkt podle id/slug.

Input parameters:

- `product` (string): id nebo slug konkrétního produktu (volitelné)

### `get_quote` (~138 tokens)

Spočítá cenu nakonfigurovaného trička (vč. DPH) — podle množství/velikostí, počtu potištěných stran a promo kódu.

Input parameters:

- `printSideHeightsCm` (array): výška motivu v cm na každé potištěné straně
- `printedSides` (number): počet potištěných stran 0–4
- `product` (string, required)
- `promoCode` (string)
- `quantity` (number)
- `sizes` (object): mapování velikost→počet, např. {"M":10,"L":5}

### `create_design` (~153 tokens)

Zvaliduje a uloží design (logo/text na stranách trička) a vrátí orientační cenu potisku + vrstvy s nahranými URL k použití v create_order.

Input parameters:

- `colorId` (string)
- `layers` (array, required): vrstvy: {type:'image'|'text', side:'front'|'back'|'sideLeft'|'sideRight', x,y,width,height v % 0–100, rotation?, src? (URL nebo data:URL obrázku), text?, fontFamily?, fontSize?, fill?}
- `previewBackDataUrl` (string)
- `previewFrontDataUrl` (string)
- `product` (string, required)

### `create_order` (~210 tokens)

Založí objednávku (čeká na platbu) a vrátí platební instrukce: částku, číslo účtu, variabilní symbol a QR. Platí člověk převodem — agent neplatí. Vyžaduje customer.email a consent:true.

Input parameters:

- `consent` (boolean, required): souhlas s obchodními podmínkami, musí být true
- `customer` (object, required): {email (povinné), name?, phone?, address?, companyName?, ico?, dic?, billingStreet?, billingCity?, billingZip?, billingCountry?}
- `items` (array, required): položky: {product (id/slug), colorId?, colorName?, size, quantity, printMethod?, layers? (z create_design)}
- `notes` (string)
- `promoCode` (string)
- `shippingId` (string): např. 'zasilkovna','balikovna','ppl','dpd' (volitelné)

### `get_order_status` (~40 tokens)

Vrátí stav objednávky (stav platby a zpracování) podle čísla objednávky.

Input parameters:

- `orderNumber` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/cz-suorigo-konfigurator-server/api-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 61
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 58

## Links

- Remote endpoint: https://konfigurator.suorigo.cz/api/mcp
- Website: https://konfigurator.suorigo.cz/
- Changelog RSS feed: https://verifymcp.io/servers/cz-suorigo-konfigurator-server/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cz-suorigo-konfigurator-server/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cz-suorigo-konfigurator-server/api-mcp
