Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Suorigo Konfigurátor

REMOTE · KONFIGURATOR.SUORIGO.CZ · SCANNED SEP 24

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

−2 this week 78 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security69
Transport & Reachability100
Schema Quality & AI Usability63
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1187 tokens (~237/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management88
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage87
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 62% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Suorigo Konfigurátor MCP server?

Suorigo Konfigurátor is a hosted endpoint at https://konfigurator.suorigo.cz/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.

remote · konfigurator.suorigo.cz

# add to Claude Code
claude mcp add --transport http cz-suorigo-konfigurator-server 'https://konfigurator.suorigo.cz/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "cz-suorigo-konfigurator-server": {
      "url": "https://konfigurator.suorigo.cz/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cz-suorigo-konfigurator-server": {
      "type": "http",
      "url": "https://konfigurator.suorigo.cz/api/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add cz-suorigo-konfigurator-server --url 'https://konfigurator.suorigo.cz/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  cz-suorigo-konfigurator-server:
    url: "https://konfigurator.suorigo.cz/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cz-suorigo-konfigurator-server": {
      "Transport": "http",
      "Url": "https://konfigurator.suorigo.cz/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add cz-suorigo-konfigurator-server -t streamable-http -u 'https://konfigurator.suorigo.cz/api/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 −2
    • Stability: 0.97 → fail ▼ security
    • A breaking change shipped without a version bump: still 1.0.0 ▼ security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “create_order” 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 security
    • Schema quality: 154 → 237 ▼ functional
    • “get_order_status” added a required parameter “email”, so existing callers break ▼ functional
    • Tool coverage: 53% → 62% ▲ functional
    • Schema quality: good → excellent functional
    • “create_order” added an optional parameter “idempotencyKey” cosmetic
    • “get_order_status” reworded the description of “orderNumber” cosmetic
  • 21 Sept 26 0
    • Stability: pass → 0.97 functional
  • 5 Sept 26 +62
    • Authorization: unverified → partial ▲ security
    • Injection markers: unverified → pass ▲ security
    • Stability: unverified → pass ▲ security
    • HSTS header: fail → pass ▲ security
    • Transport: fail → pass ▲ security
    • Endpoint reachability: not serving MCP → reachable ▲ functional
    • Tool coverage: unverified → 100 ▲ functional
    • MCP protocol: unverified → pass ▲ functional
  • 4 Sept 26 −62
    • Endpoint reachability: reachable → not serving MCP ▼ security
    • Stability: pass → unverified ▼ security
    • Tool safety: pass → unverified ▼ security
    • Authorization: partial → unverified ▼ security
    • Transport: pass → fail ▼ security
    • HSTS header: pass → fail ▼ security
    • Capabilities: pass → unverified ▼ functional
    • Tool coverage: 100 → unverified ▼ functional
  • 26 Aug 26 80
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 23 Aug 26 0
    • Authorization: unverified → partial ▲ security
    • HSTS header: fail → pass ▲ security
    • Transport: fail → pass ▲ security
    • Endpoint reachability: not serving MCP → reachable ▲ functional
    • Tool coverage: unverified → 100 ▲ functional
    • MCP protocol: unverified → pass ▲ functional
    • Stability: unverified → 0.93 ▲ functional
  • 22 Aug 26 0
    • Endpoint reachability: reachable → not serving MCP ▼ security
    • Stability: 0.87 → unverified ▼ security
    • Authorization: partial → unverified ▼ security
    • Transport: pass → fail ▼ security
    • HSTS header: pass → fail ▼ security
    • Capabilities: pass → unverified ▼ functional
    • Tool coverage: 100 → unverified ▼ functional
    • First check of Schema quality: unverified functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://konfigurator.suorigo.cz/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=suorigo.cz CN=WE1,O=Google Trust Services,C=US 2 Aug 2026 31 Oct 2026 ECDSA 256 ECDSA-SHA256 488f3ba0220a7e570e229e8c573668e4
SANs: suorigo.cz, *.suorigo.cz
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of konfigurator.suorigo.cz. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
cz. present 20237 13 Verified
suorigo.cz. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000
x-content-type-options nosniff
referrer-policy strict-origin-when-cross-origin

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://konfigurator.suorigo.cz/api/mcp Verified 200
http (plaintext) http://konfigurator.suorigo.cz/api/mcp Inconclusive 405
MCP tools · 5 exposed · ~948 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_design ~153

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.

NameTypeReqDescription
colorIdstring––
layersarrayyesvrstvy: {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?}
previewBackDataUrlstring––
previewFrontDataUrlstring––
productstringyes–

No output schema declared.

No examples provided.

create_order ~468

Založí ZÁVAZNOU objednávku (čeká na platbu) a vrátí platební instrukce: částku, číslo účtu, variabilní symbol, QR a odkaz na stav objednávky (statusUrl). Zákazníkovi zároveň odejde e-mail s platebními údaji. Platí člověk převodem — agent neplatí. Volej až po výslovném souhlasu zákazníka s položkami a cenou z get_quote. Vyžaduje skutečný e-mail zákazníka (doména musí přijímat poštu, jinak 422) a consent:true. Limity: 3 objednávky / IP / den, 2 nezaplacené na jeden e-mail; překročení = 429. Při opakování po timeoutu pošli stejný idempotencyKey — vrátí se tatáž objednávka místo duplicity.

NameTypeReqDescription
consentbooleanyessouhlas s obchodními podmínkami, musí být true
customerobjectyes{email (povinné), name?, phone?, address?, companyName?, ico?, dic?, billingStreet?, billingCity?, billingZip?, billingCountry?}
idempotencyKeystring–libovolný unikátní klíč této objednávky (např. UUID); opakované volání se stejným klíčem a obsahem vrátí stejnou objednávku (replayed:true), stejný klíč s jiným obsahem = 409
itemsarrayyespoložky: {product (id/slug), colorId?, colorName?, size, quantity, printMethod?, layers? (z create_design)}
notesstring–vzkaz zákazníka k objednávce (co má dílna vědět); uloží se k zakázce jako poznámka od zákazníka, delší text se ořízne
promoCodestring––
shippingIdstring–např. 'zasilkovna','balikovna','ppl','dpd' (volitelné)

No output schema declared.

No examples provided.

get_order_status ~125

Vrátí stav objednávky (stav platby a zpracování) podle čísla objednávky a e-mailu zákazníka. E-mail je povinný a musí se shodovat s objednávkou — jinak found:false (čísla objednávek jsou předvídatelná, bez e-mailu by šly číst cizí).

NameTypeReqDescription
emailstringyese-mail zákazníka použitý v objednávce
orderNumberstringyesčíslo objednávky z create_order (9 číslic)

No output schema declared.

No examples provided.

get_quote ~138

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

NameTypeReqDescription
printSideHeightsCmarray–výška motivu v cm na každé potištěné straně
printedSidesnumber–počet potištěných stran 0–4
productstringyes–
promoCodestring––
quantitynumber––
sizesobject–mapování velikost→počet, např. {"M":10,"L":5}

No output schema declared.

No examples provided.

list_products ~64

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

NameTypeReqDescription
productstring–id nebo slug konkrétního produktu (volitelné)

No output schema declared.

No examples provided.

Common questions

What is the Suorigo Konfigurátor MCP server?

Suorigo Konfigurátor is an MCP server listed in the public MCP registry as cz.suorigo.konfigurator/server. Potisk triček a textilu na míru (ČR), katalog, ceny, příprava designu a objednávky. This page covers its hosted endpoint (https://konfigurator.suorigo.cz/api/mcp).

Is the Suorigo Konfigurátor MCP server safe to use?

Suorigo Konfigurátor scores 78 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 Suorigo Konfigurátor MCP server expose?

Suorigo Konfigurátor exposes 5 tools: list_products, get_quote, create_design, create_order, get_order_status. Their descriptions and schemas cost roughly 948 tokens of context every time the server is loaded.

Does the Suorigo Konfigurátor MCP server require authentication?

No. We connected to Suorigo Konfigurátor without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Suorigo Konfigurátor MCP server still maintained?

Suorigo Konfigurátor is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.