Skip to main content
Glama
GENESISRE

genesis-proofrelay

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
proofrelay.get_verifier_statusA

Read-only status lookup for public ProofRelay discovery metadata. Use first to confirm the hosted MCP endpoint, server-card URL, product URL, public tool count, and trust boundary. Requires no authentication, performs no network call from this local wrapper, mutates nothing, and returns JSON text with status, URLs, counts, and non-confidential boundary notes.

proofrelay.recommend_checkpointA

Read-only checkpoint recommendation for a high-level agent action class. Use before relied-upon actions such as paid_tool_call, revenue_action, external_reliance, or financial_transaction; use get_verifier_status for discovery only and verify_bundle after evidence metadata exists. Requires no authentication, mutates nothing, and returns JSON text with status pass, skipped, or needs_review plus checkpoint and reason fields.

proofrelay.verify_bundleA

Read-only public-safe bundle shape check for synthetic or non-confidential evidence metadata. Use when you already have a bundle fixture and need a local pass/fail boundary check before sharing or routing to hosted verification; use recommend_checkpoint when deciding whether a checkpoint is needed. Requires no authentication, mutates nothing, does not certify real-world facts, and returns JSON text with status, checks, problems, verifier, and hosted endpoint fields.

proofrelay.scan_mcp_riskA

Read-only advisory scan of caller-supplied public MCP descriptor metadata. Use before registering or trusting an MCP server to flag mutating tools, payment or wallet language, credential signals, or missing public metadata; use verify_bundle for evidence bundles instead. Requires no authentication, does not fetch server_url, mutates nothing, is not a security certification, and returns JSON text with status, findings, recommended_control, non_claims, and boundary fields.

proofrelay.describe_cli_sdk_helperA

Read-only integration guide for the invisible pass/fail/review helper pattern. Use when an agent or developer needs to understand how to wrap actions with ProofRelay-style checkpoint statuses; use recommend_checkpoint for a specific action decision. Requires no authentication, mutates nothing, and returns JSON text describing statuses, hosted endpoint, and the action-to-audit flow.

Prompts

Interactive templates invoked by user choice

NameDescription
proofrelay-public-safe-bundle-reviewAsk an agent to review a non-confidential evidence bundle without exposing secrets.

Resources

Contextual data attached and managed by the client

NameDescription
ProofRelay MCP server cardPublic server-card URL and tool-count metadata.
ProofRelay public trust boundaryPublic-safe data boundary and non-claims.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GENESISRE/proofrelay'

If you have feedback or need assistance with the MCP directory API, please join our Discord server