MCP endpoint
Model Context Protocol (MCP) server over a stateless Streamable HTTP transport. Point an MCP client at this URL to use unicum.gg's read API as MCP tools (the same player, clan and tank data as the REST endpoints). The POST body is a JSON-RPC 2.0 message (initialize, tools/list, tools/call, ...); the server replies with a JSON-RPC response or, when streaming, an SSE stream. GET opens the SSE stream and DELETE ends a session (transport-level, not documented separately).
Response Body
application/json
curl -X POST "https://example.com/mcp"{ "jsonrpc": "string", "id": "string"}Supporters podium GET
Active supporters ranked by their current monthly pledge, highest first. The pledge amount is never exposed, only the ranking; anonymous supporters appear as "Anonymous".
Search maps GET
Search the battle-map catalogue by name (minimum 3 characters), served from our in-memory catalogue. Returns the results in a single JSON response. For the streamed variant (a single `local` chunk), use `/search/ndjson`.