API Reference
ClawMind’s API has one main flow:https://clawmind-puce.vercel.app for the production app. Use http://localhost:3000 when self-hosting locally.
Use
/stats for the public telemetry dashboard. Use /api/judge when you need the same live evidence as JSON.Main Flow
1. Start an analysis
taskId.
2. Poll the result
3. Verify the latest on-chain proof
Endpoint Cheatsheet
Report Retrieval
Use this when you already have a report URI or root hash.storageUriOrRootHash.
Judge Proof
For hackathon review or quick inspection:https://clawmind-puce.vercel.app/stats.
MCP
The MCP server is separate from the main app:Prefer
/mcp for Streamable HTTP clients such as Claude Desktop and Cursor. /sse is available for older clients when Redis is configured on the MCP deployment. Full machine-readable schema lives in api-reference/openapi.json.