Public deterministic toolbook

Trusted tools for agents

A public deterministic toolbook with 28 ready-to-use tools, auditable execution details, JSON manifests, and a simple MCP-style endpoint.

28tools
9categories
100%deterministic

Input JSON

Manifest

Output JSON


        

Work

    
        

    Execution pattern

    Source path

    Download the repo and inspect the deterministic implementation directly.

    MCP style endpoint

    POST /api/mcp
    
    { "method": "tools/list" }
    { "method": "tools/call", "params": { "name": "arithmetic-calculator", "arguments": { "expression": "(12 + 5) * 8" } } }