← Registry

eCommerce

suorigo.cz

Provides an API for managing a custom t-shirt store, including product catalog, pricing, design upload, order creation, and status tracking.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://konfigurator.suorigo.cz/api/mcp

No auth detected

MCP server metadata

Name
suorigo-konfigurator
Version
1.0.0
Capabilities
tools
Server instructions

Suorigo — potisk triček/mikin na míru (Česko). Nástroji můžeš zákazníkovi nakonfigurovat a objednat trička: list_products → get_quote → (volitelně create_design pro nahrání loga) → create_order. Ceny jsou v Kč vč. DPH, platba probíhá bankovním převodem (vrátí se QR a instrukce — platí člověk, ne agent). Před create_order vždy potvrď s uživatelem položky, množství a cenu.

Known tools 5

list_products

Vrátí katalog triček/mikin Suorigo (barvy, velikosti, ceny vč.

Inferred read-only
get_quote

Spočítá cenu nakonfigurovaného trička (vč.

Inferred read-only
create_design

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.

Inferred read-only
create_order

Založí objednávku (čeká na platbu) a vrátí platební instrukce: částku, číslo účtu, variabilní symbol a QR.

Inferred read-only
get_order_status

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.suorigo-konfigurator]
url = "https://konfigurator.suorigo.cz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "suorigo-konfigurator": {
      "type": "http",
      "url": "https://konfigurator.suorigo.cz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: suorigo-konfigurator
Remote MCP URL: https://konfigurator.suorigo.cz/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "suorigo-konfigurator": {
      "url": "https://konfigurator.suorigo.cz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "suorigo-konfigurator": {
      "type": "http",
      "url": "https://konfigurator.suorigo.cz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "suorigo-konfigurator",
  "transport": "streamable-http",
  "url": "https://konfigurator.suorigo.cz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.