Public deterministic toolbook
A public deterministic toolbook with 28 ready-to-use tools, auditable execution details, JSON manifests, and a simple MCP-style endpoint.
Download the repo and inspect the deterministic implementation directly.
POST /api/mcp { "method": "tools/list" } { "method": "tools/call", "params": { "name": "arithmetic-calculator", "arguments": { "expression": "(12 + 5) * 8" } } }