eCommerce
suorigo.cz
Provides an API for managing a custom t-shirt store, including product catalog, pricing, design upload, order creation, and status tracking.
ENDPOINT 1
https://konfigurator.suorigo.cz/api/mcp
MCP server metadata
- Name
- suorigo-konfigurator
- Version
- 1.0.0
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
create_designZvaliduje 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-onlycreate_orderZaloží objednávku (čeká na platbu) a vrátí platební instrukce: částku, číslo účtu, variabilní symbol a QR.
Inferred read-onlyget_order_statusVrátí stav objednávky (stav platby a zpracování) podle čísla objednávky.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.