🚗 DokanMazad MCP Server

Model Context Protocol server for the DokanMazad Korean car auction Partner API.

EndpointGET /sse — Server-Sent Events stream (open per session) MessagesPOST /messages?sessionId=... — client → server JSON-RPC HealthGET /health AuthSend X-API-Key: dmz_pk_... header when connecting to /sse

Client config (Claude Desktop / Cursor / Continue)

{
  "mcpServers": {
    "dokanmazad": {
      "url": "https://YOUR_DEPLOYED_URL/sse",
      "headers": { "X-API-Key": "dmz_pk_..." }
    }
  }
}

v0.1.0 — github.com/Dokan-Mazad/dokanmazad-mcp-server