xProof
Server Details
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 2.5% over 38 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- jasonxkensei/prove-before-act
- GitHub Stars
- 1
- Server Listing
- xProof
TDQS
Scored across 13 tools
Most tools have clearly distinct purposes (file certification, decision certification, coherence anchoring, session audit, attestations, calibration, proof retrieval/verification). Minor overlap exists between get_proof and verify_proof, and between check_coherence and require_coherence_anchor, but descriptions clarify their different roles (retrieve vs verify, create vs check).
The vast majority follow a verb_noun pattern (audit_agent_session, certify_file, check_attestations, discover_services, get_calibration, get_proof, investigate_proof, register_trial, require_coherence_anchor, submit_outcome, verify_proof). One deviation: certify_with_confidence uses a verb_with_noun structure, but it's still readable and the pattern is otherwise consistent.
13 tools is well-scoped for a blockchain certification service covering discovery, trial, certification creation, verification, coherence anchoring, calibration, and investigation. Each tool addresses a specific workflow step without redundancy or bloat.
The core certification lifecycle (create, verify, retrieve) is fully covered, along with coherence anchors, calibration tracking, and investigation. A notable gap is the lack of a list or search tool to enumerate proofs for a wallet, but agents can work around it if proof IDs are known or provided by other flows.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Added
check_coherence - Added
require_coherence_anchor
1 tool update
- Added
register_trial
2 tool updates
- Added
get_calibration - Added
submit_outcome
2 tool updates
- Changed
certify_file4 fields changed- changed
Input schema / properties / author_name / descriptionPrevious value: -"Name of the certifier (default: AI Agent)"New value: +"Name of the certifier (default: AI Agent, max 128 chars)" - added
Input schema / properties / author_name / maxLengthAdded value: +128 - changed
Input schema / properties / filename / descriptionPrevious value: -"Original filename with extension"New value: +"Original filename with extension (max 255 chars)" - added
Input schema / properties / filename / maxLengthAdded value: +255
- Changed
certify_with_confidence4 fields changed- changed
Input schema / properties / author_name / descriptionPrevious value: -"Name of the certifying agent (default: AI Agent)"New value: +"Name of the certifying agent (default: AI Agent, max 128 chars)" - added
Input schema / properties / author_name / maxLengthAdded value: +128 - changed
Input schema / properties / filename / descriptionPrevious value: -"Original filename with extension (e.g. decision.json)"New value: +"Original filename with extension (e.g. decision.json, max 255 chars)" - added
Input schema / properties / filename / maxLengthAdded value: +255
1 tool update
- Removed
register_free_trial
1 tool update
- Added
register_free_trial
2 tool updates
- Changed
audit_agent_session1 field changed- added
Input schema / properties / reversibility_classAdded value: +{ + "description": "Governance: how reversible is this action? 'reversible' = can be undone at low cost, 'costly' = reversible but expensive (fees, slippage, delay), 'irreversible' = cannot be undone (on-chain settlement, data deletion, email sent). When 'irreversible', a confidence_level >= 0.95 is required to be policy-compliant.", + "enum": [ + "reversible", + "costly", + "irreversible" + ], + "type": "string" +}
- Changed
certify_with_confidence1 field changed- added
Input schema / properties / reversibility_classAdded value: +{ + "description": "Governance: how reversible is this action? 'reversible' = can be undone, 'costly' = reversible but expensive, 'irreversible' = cannot be undone (on-chain settlement, data deletion, sent email). When 'irreversible', confidence_level must be >= 0.95 or xproof flags a policy violation.", + "enum": [ + "reversible", + "costly", + "irreversible" + ], + "type": "string" +}
1 tool update
- Added
certify_with_confidence
1 tool update
- Added
investigate_proof
1 tool update
- Added
check_attestations
1 tool update
- Added
audit_agent_session
4 tool updates
- First observed
certify_file - First observed
discover_services - First observed
get_proof - First observed
verify_proof
Related MCP Connectors
Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.
Privacy-preserving file proofs on Solana. Files are hashed locally. Currently free, no API key.
Durable identity and memory for AI agents, anchored on the Emercoin blockchain.
Agent-native storage with cryptographic verification on Solana. Keyless: clients sign and pay.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenancePost-quantum document anchoring for AI agents. Anchor any SHA-256 hash to Algorand mainnet with ML-DSA-65 (NIST FIPS-204) signatures and receive a self-contained proof bundle verifiable offline — decades from now, without trusting any vendor.4 npmMIT

Orphographofficial
AlicenseNot gradedqualityAmaintenanceEnables AI agents and MCP hosts to anchor file hashes to Bitcoin via OpenTimestamps and verify proofs, ensuring files existed before a given time with privacy-preserving local hashing.MIT- AlicenseAqualityCmaintenanceEnables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.3MIT

proofcore-mcpofficial
AlicenseAqualityAmaintenanceZero-auth cryptographic notarization and PoE (Proof-of-Existence) layer on the TON Blockchain for AI outputs, smart contract audits, and agreements.841MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.