loading…
Search for a command to run...
loading…
Read-only ProofRelay MCP verifier for non-confidential evidence bundles. Exposes 22 public-safe tools, 11 resources, and 11 prompts for bundle integrity checks,
Read-only ProofRelay MCP verifier for non-confidential evidence bundles. Exposes 22 public-safe tools, 11 resources, and 11 prompts for bundle integrity checks, receipt-chain review, checkpoint recommendations, MCP risk metadata review, and real-estate closing proof-pack readiness.
Public discovery package for the GENESIS ProofRelay MCP verifier.
Smithery proofrelay MCP server proofrelay MCP score
ProofRelay is a read-only MCP verifier for synthetic or non-confidential evidence bundle metadata. It helps agents and operators decide when an action needs a checkpoint, review public-safe bundle shape, and flag MCP metadata that deserves extra caution before reliance.
ProofRelay is not an oracle, escrow service, DeFi risk engine, legal opinion, or endorsement system. It does not certify real-world truth, prove title, approve payments, custody funds, or make a third-party tool safe.
Agents increasingly take actions that cross from "answer a question" into "rely on something external": paid tool calls, revenue actions, financial transactions, closing workflows, marketplace listings, and MCP integrations. Those actions need simple controls that work before private data or production systems are exposed.
ProofRelay gives agents a small decision layer:
Use these statuses consistently:
| Status | Meaning | Typical next step |
|---|---|---|
pass |
The public-safe metadata satisfies the local check. | Continue, while preserving the evidence reference. |
needs_review |
The action or bundle has missing, ambiguous, or higher-reliance signals. | Pause for operator, policy, or stronger evidence review. |
skipped |
The action class is low-reliance or no checkpoint applies. | Continue without treating the result as verified. |
fail |
The bundle shape or required metadata is inconsistent. | Do not rely on the bundle until corrected. |
See docs/DECISION_GUIDE.md for practical examples, including a paid-tool mismatch case study.
The local package exposes a small read-only MCP surface for public release and
discovery checks. The hosted MCP service remains available at
https://mcp.genesisre.io/mcp.
| Tool | Purpose | When to use | Safety boundary |
|---|---|---|---|
proofrelay.get_verifier_status |
Return public ProofRelay discovery metadata, URLs, counts, and boundary notes. | First call in a client or listing check. | No authentication, no mutation, no private evidence required. |
proofrelay.recommend_checkpoint |
Decide whether an action class should be checkpointed. | Before paid tool calls, revenue actions, financial transactions, external reliance, or closing-workflow steps. | Advisory only; it does not approve the action or certify authority. |
proofrelay.verify_bundle |
Check public-safe evidence bundle metadata for expected shape and consistency. | After an agent has a synthetic or non-confidential bundle fixture. | Do not submit secrets, prompts, raw logs, source code, customer files, wallet keys, payment credentials, or tenant traces. |
proofrelay.scan_mcp_risk |
Inspect caller-supplied public MCP descriptor metadata for advisory risk signals. | Before registering, listing, or relying on an MCP server. | Does not fetch the server URL and is not a security certification. |
proofrelay.describe_cli_sdk_helper |
Explain the invisible pass/fail/review helper pattern for wrapping actions. | When integrating ProofRelay-style checkpoints into agents or CLIs. | Documentation helper only; no production decision is made by the helper text. |
ProofRelay is about evidence and action-control metadata. DeFi safety tooling is about smart-contract, protocol, wallet, liquidity, oracle, bridge, and token risk. Those are different domains.
ProofRelay may help an agent notice that a financial or wallet-related action needs review, or that a bundle lacks a required authority envelope. It does not audit contracts, verify liquidity, price assets, validate token economics, score protocol risk, or make custody decisions.
npx -y smithery mcp add genesis/proof-relay
npx -y smithery mcp get proof-relay
npx -y smithery tool list proof-relay
npx -y smithery tool call proof-relay proofrelay.get_verifier_status '{}'
{
"mcpServers": {
"genesis-proofrelay": {
"type": "http",
"url": "https://mcp.genesisre.io/mcp"
}
}
}
Scenario: an agent plans a paid external tool call for a closing proof-pack
step. The action class is paid_tool_call, but the submitted bundle metadata
does not include a bounded authority envelope or matching receipt ordering.
Expected ProofRelay-style handling:
proofrelay.recommend_checkpoint with action_class: "paid_tool_call".needs_review, do not treat the tool call as approved.proofrelay.verify_bundle.pass; otherwise route the mismatch to an
operator or stronger verification path.This flow checks process integrity signals. It does not prove the underlying real-world facts, certify legal sufficiency, or endorse the paid tool provider.
ProofRelay verifies submitted synthetic or non-confidential evidence bundle shape and integrity signals. It does not process payments, custody funds, escrow assets, certify legal/title/compliance status, certify real-world facts, provide legal advice, review private source code, or require source-code disclosure.
Do not submit secrets, private prompts, raw logs, source code, customer files, wallet keys, payment credentials, or tenant traces to the public MCP endpoint.
This repository is intentionally limited to public ProofRelay MCP discovery,
setup, and trust-boundary material. The hosted MCP service is operated by
GENESIS at mcp.genesisre.io.
This repository does not include:
See PUBLICATION_BOUNDARY.md for the publication allowlist and exclusion policy.
MIT. See LICENSE.
Выполни в терминале:
claude mcp add genesis-proofrelay -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.