Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.xproof-app]
url = "https://xproof.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xproof-app": {
"type": "http",
"url": "https://xproof.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xproof-app
Remote MCP URL: https://xproof.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"xproof-app": {
"url": "https://xproof.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xproof-app": {
"type": "http",
"url": "https://xproof.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xproof-app",
"transport": "streamable-http",
"url": "https://xproof.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
register_trial— START HERE if you have no API key.certify_file— Create a blockchain certification for a file.certify_with_confidence— Create a staged blockchain certification with a confidence score.get_proof— Retrieve a proof in structured JSON or Markdown format.discover_services— Discover available xproof certification services, pricing, and capabilities.audit_agent_session— Certify an AI agent's work session on the MultiversX blockchain BEFORE executing any critical action (trade, deploy, data access).check_attestations— Check domain-specific attestations for an AI agent wallet on xproof.investigate_proof— Reconstruct the full 4W audit trail for a contested agent action.