← suorigo.cz

INDIVIDUAL MCP TOOL

create_order

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

suorigo.cznone authenticationAvailability not checked

LIVE ENDPOINT

https://suorigo.cz/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_order and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

suorigo.cz

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://suorigo.cz/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: suorigo-konfigurator
Remote MCP URL: https://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://suorigo.cz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_products — Vrátí katalog triček/mikin Suorigo (barvy, velikosti, ceny vč.
  • get_quote — Spočítá cenu nakonfigurovaného trička (vč.
  • 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.
  • get_order_status — Vrátí stav objednávky (stav platby a zpracování) podle čísla objednávky.