{"ok":true,"data":{"service":"platphorm-evidence","protocol":"JSON-RPC 2.0","endpoint":"/api/mcp","methods":["initialize","ping","tools/list","tools/call","resources/list","resources/read","prompts/list","prompts/get"],"tools":[{"name":"verify_claim","description":"Verify one claim against resolved or bounded inline evidence.","inputSchema":{"type":"object"},"outputSchema":{"type":"object"},"protected":false},{"name":"verify_claim_set","description":"Verify up to 20 independent claims.","inputSchema":{"type":"object","required":["claims"],"properties":{"claims":{"type":"array","maxItems":20,"items":{"type":"object"}}}},"outputSchema":{"type":"object"},"protected":false},{"name":"get_source_coverage","description":"Read source coverage for an Evidence case.","inputSchema":{"type":"object","required":["caseId"],"properties":{"caseId":{"type":"string"}}},"outputSchema":{"type":"object"},"protected":false},{"name":"get_claim","description":"Read a claim and its versioned evidence history.","inputSchema":{"type":"object","required":["claimId"],"properties":{"claimId":{"type":"string"}}},"outputSchema":{"type":"object"},"protected":false},{"name":"get_claim_evidence","description":"Read the evidence references attached to a claim.","inputSchema":{"type":"object","required":["claimId"],"properties":{"claimId":{"type":"string"}}},"outputSchema":{"type":"object"},"protected":false},{"name":"get_claim_gaps","description":"Read claim verification gaps or case coverage gaps.","inputSchema":{"type":"object","properties":{"claimId":{"type":"string"},"caseId":{"type":"string"}}},"outputSchema":{"type":"object"},"protected":false},{"name":"list_claims","description":"List public claim-ledger entries, optionally by case.","inputSchema":{"type":"object","properties":{"caseId":{"type":"string"}}},"outputSchema":{"type":"object"},"protected":false},{"name":"propose_claim","description":"Create a draft claim in the Evidence ledger.","inputSchema":{"type":"object"},"outputSchema":{"type":"object"},"protected":true}],"resources":[{"uri":"evidence://verification-policy","name":"verification policy","mimeType":"application/json"},{"uri":"evidence://tool-policy","name":"tool policy","mimeType":"application/json"}],"prompts":[{"name":"verify_incident_claim","description":"Verify the supplied incident claim without promoting unsupported components."},{"name":"explain_evidence_gap","description":"Explain which source class or factual component remains unsupported."}]}}