15 AI-callable tools for chess variant analysis, hex map generation, and board game utilities. Connect from any MCP client or call via REST.
claude mcp add --transport http moddable-tools https://tools.moddable.games/mcp
POST /mcp/messageMCP protocol (JSON-RPC)GET /mcpMCP server-sent events (SSE)POST /api/callREST API — {"tool": "name", "args": {...}}GET /api/toolsList all tools with input schemasGET /llms.txtAI-readable discovery fileGET /openapi.jsonOpenAPI 3.1 specificationcurl -X POST https://tools.moddable.games/api/call \
-H "Content-Type: application/json" \
-d '{"tool": "chess_list_variants", "args": {"group": "Tactical"}}'