Skip to main content
Glama

Server Details

Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
jasonxkensei/prove-before-act
GitHub Stars
1
Server Listing
xProof

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Post-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.
    16
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

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).

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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.