GENESIS ProofRelay MCP Verifier
io.genesisre/proofrelay-mcp-verifierRead-only verifier for 25 ProofRelay MCP tools and non-confidential evidence bundles.
Tools · 26
Read the ProofRelay verifier status, accepted bundle shape, and trust boundary before submitting evidence. Use this first when an agent needs to understand what ProofRelay verifies and what it does no…
Choose the next public-safe GENESIS checkpoint for a paid, material, or relied-upon agent workflow. Submit normalized context only; the tool returns reason codes without protected routing internals.
Verify a submitted non-confidential ProofRelay V1 or V2 evidence bundle for hash integrity, monotonic ordering, signatures, and chain continuity. The tool does not charge, settle, mutate storage, or c…
Validate rail-agnostic payment or entitlement proof hashes and return the ProofRelay payment_context evidence profile. This does not charge, settle, custody funds, or verify external payment finality.
Build a canonical, unsigned, non-attesting ProofRelay bundle draft from public-safe event hashes. The public MCP server does not sign or certify caller-provided facts.
Return the agent-native Stripe checkout entitlement workflow for ProofRelay paid verification, including token, status, redemption, and replay expectations.
Map public-safe x402 request, 402 challenge, payment payload, facilitator response, and resource response hashes into ProofRelay's payment_context evidence profile.
Return a deterministic replay rejection test plan and optionally classify observed first/replay responses. The tool does not redeem tokens or call paid endpoints.
Convert hash-only MCP tool request, response, schema, authority, and payment context references into a portable ProofRelay evidence wrapper without ingesting raw prompts, outputs, credentials, or logs…
Map public OpenAPI operation metadata and schema hashes into a ProofRelay event plan with checkpoint recommendations for paid, mutating, or relied-upon API operations.
Generate an unsigned, hash-only paid MCP/API tool receipt draft that callers can include in a signed ProofRelay bundle. The tool does not charge, redeem, settle, or attest to external facts.
Return a read-only, public-metadata MCP risk score from tool descriptors, schemas, and registry claims. Use before listing, integrating, or wrapping another MCP server; it does not fetch network data,…
Return public-safe setup guidance for connecting MCP clients to ProofRelay and preparing hash-only evidence inputs without exposing secrets or requiring package installation.
Build an unsigned, hash-only human approval receipt draft for authority, policy, and subject evidence. The tool does not create approval authority or certify the approver's identity.
Build a portable hash-only audit pack manifest from bundle, verifier, policy, and evidence hashes without uploading private files or logs.
Summarize public-safe agent action log counts and hashes into a governance review profile without ingesting raw logs or traces.
Review public vendor or MCP server risk metadata for governance signals using hashes and declared boundaries only. This is not legal, security, or procurement certification.
Build a hash-only title production evidence profile from order, property, title-search, commitment, exception, and tax-cert hashes. The tool does not certify title status or legal sufficiency.
Build a hash-only closing proof pack manifest from settlement, title, lender, funding, notary, disbursement, and approval hashes. The tool does not authorize closing or disbursement.
Review hash-only wire, payoff, or disbursement change metadata for red flags and required controls without approving funds movement.
Map lender condition text, evidence, reviewer, and waiver hashes into a portable condition profile without satisfying lender conditions.
Compute a public-safe readiness signal from title, closing, wire, lender-condition, approval, exception, and risk hashes/counts. The tool does not certify readiness to close or fund.
Map Concordium, ERC-8004, DID, domain, wallet-controller, or IAM identity references into a hash-only PREP-3 input. ProofRelay accepts identity as evidence; it does not issue identity or certify peopl…
Build a public-safe ProofRelay Registry entry draft for an agent, API, MCP server, workflow, or adapter using only hashes and profile markers.
Build an unsigned ProofRelay evidence-conformance badge draft such as PREP-compatible, Verified Bundle, Verified MCP, or Replay Tested. This is not legal, security, model-safety, or platform certifica…
Verify a legacy Ed25519 or V2 ES256 ProofRelay artifact using public key material and optional issuer/purpose pins. The tool never accepts private keys and does not sign caller claims.
Resources · 18
Public-safe reason codes and outputs for checkpoint routing.
proofrelay://contract/checkpoint-recommendation/v1
JSON Schema for non-confidential evidence bundles.
proofrelay://schemas/evidence-bundle-v1
Current read-only verifier status and non-claims.
proofrelay://status
Schema for hash-only rail-agnostic payment proof context.
proofrelay://schemas/payment-context-evidence-profile-v1
Hash-only PREP-3 external identity reference schema.
proofrelay://schemas/agent-identity-evidence-v1
Public-safe ProofRelay Registry entry draft schema.
proofrelay://schemas/registry-entry-v1
Unsigned ProofRelay evidence-conformance badge draft schema.
proofrelay://schemas/conformance-badge-v1
Canonical public-safe receipt envelope schema.
proofrelay://schemas/proof-envelope-v1
Hash-only XRPL/RLUSD/USDC settlement evidence schema.
proofrelay://schemas/xrpl-settlement-evidence-v1
One-call pass/fail/review workflow with automatic proof.
proofrelay://workflows/invisible-checkpoint-v1
Agent-readable Stripe checkout entitlement workflow.
proofrelay://workflows/stripe-entitlement-v1
Workflow for wrapping MCP/API tool calls with evidence.
proofrelay://workflows/mcp-operator-evidence-v1
Workflow for Registry entries and conformance badge drafts.
proofrelay://workflows/registry-and-badges-v1
Public metadata schema for scoring MCP descriptor risk signals.
proofrelay://schemas/mcp-risk-scan-v1
Workflow for approval receipts and audit pack evidence.
proofrelay://workflows/governance-audit-v1
Public metadata schema for vendor risk profile review.
proofrelay://schemas/vendor-risk-profile-v1
Workflow for title, closing, wire, lender, and readiness evidence.
proofrelay://workflows/real-estate-proof-pack-v1
Public schema for hash-only real-estate readiness signals.
proofrelay://schemas/real-estate-readiness-signal-v1
Prompts · 13
Guide an agent to verify non-confidential evidence before relying on a paid or material output.
Guide an agent to call recommend_checkpoint with normalized public-safe workflow context.
Summarize what ProofRelay verifies and explicitly does not verify.
Guide an agent through payment-proof normalization, bundle drafting, verification, and replay rejection checks.
Guide an agent to confirm deterministic replay rejection without logging bearer tokens.
Guide MCP builders through request/response hashing, payment context normalization, receipt drafting, and bundle verification.
Guide operators to run public metadata risk checks before submitting an MCP server to a directory or marketplace.
Guide operators to preserve human approval decisions as hash-only receipts before relying on high-impact actions.
Guide operators through approval, bundle, verifier, action-log, and vendor-risk evidence needed for governance audit replay.
Guide title, closing, lender, and funding operators to assemble hash-only real-estate proof packs.
Guide operators to preserve callback, approval, and instruction hashes before relying on wire/payoff changes.
Guide operators to bind external PREP-3 identity references into paid MCP/API action evidence without issuing identity claims.
Guide operators to combine PREP, bundle, replay, verifier, and proof hashes into Registry entries and conformance badge drafts.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"genesis_proofrelay_mcp_verifier": {
"url": "https://mcp.genesisre.io/mcp",
"transport": "streamable-http"
}
}
}