cz-agents documentation

Use Czech business-data agents through MCP servers or through simple REST endpoints.

MCP

Best for Claude Desktop, Cursor, and autonomous agents that call tools interactively.

REST API

Best for scripts, batch jobs, cron checks, and internal compliance workflows.

Quick Start MCP

{
  "mcpServers": {
    "cz-dd": {
      "url": "https://dd.cz-agents.dev/mcp",
      "headers": {
        "Authorization": "Bearer czat_..."
      }
    }
  }
}

Quick Start REST

curl https://dd.cz-agents.dev/v1/dd/12345678

Reference