thinkneo_get_proof
ActiveTool of ThinkNEO MCP Server
Retrieve the immutable proof record for a verified claim. Includes the original claim, verification evidence, verifier identity, and a SHA-256 proof hash for tamper detection. This is the 'proof' in 'From Prompt to Proof'. Requires authentication.
Parameters schema
{
"type": "object",
"title": "thinkneo_get_proofArguments",
"required": [
"claim_id"
],
"properties": {
"claim_id": {
"type": "string",
"title": "Claim Id",
"description": "UUID of the claim to get proof for"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries