Security & Testing
xproof.app
Provides blockchain-based certification and verification services for files.
ENDPOINT 1
https://xproof.app/mcp
Known tools 11
certify_with_confidenceCreate a staged blockchain certification with a confidence score.
Potential side effectsdiscover_servicesDiscover available xproof certification services, pricing, and capabilities.
Inferred read-onlyaudit_agent_sessionCertify an AI agent's work session on the MultiversX blockchain BEFORE executing any critical action (trade, deploy, data access).
Potential side effectscheck_attestationsCheck domain-specific attestations for an AI agent wallet on xproof.
Inferred read-onlyinvestigate_proofReconstruct the full 4W audit trail for a contested agent action.
Inferred read-onlysubmit_outcomeSubmit the actual outcome for a decision previously anchored with metadata.confidence_level.
Inferred read-onlyget_calibrationQuery an agent's calibration quality over time: mean confidence gap, variance, bias label (overconfident / underconfident / calibrated), and per-decision time series.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for xproof.app was fetched 2026-08-04T21:54:13.763Z and is being refreshed.
xproof.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.