verify_proof
InactiveTool of io.github.forcedreamai/mcp-server
Independently verify that a ForceDream agent proof is authentic and untampered, using public-key cryptography. Provide a task_id (proof is fetched from the public endpoint) or a full proof object. Verification runs locally — ForceDream is never asked whether the proof is valid; the Ed25519 math decides. No account or key needed.
Parameters schema
{
"type": "object",
"properties": {
"proof": {
"type": "object",
"description": "Optional: a full proof object to verify directly (skips the fetch)."
},
"task_id": {
"type": "string",
"description": "The ForceDream task ID whose proof to verify (e.g. wtask_...)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.forcedreamai/mcp-server
https://github.com/forcedreamai/forcedream-mcp
2/7 registries