← four02proof.onrender.com

INDIVIDUAL MCP TOOL

bureau_get_attestation

Portable attestation JWT (24h TTL) proving creditworthiness.

four02proof.onrender.comnone authenticationAvailability not checked

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

four02proof.onrender.com

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.four02proof-onrender-com]
url = "https://four02proof.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "four02proof-onrender-com": {
      "type": "http",
      "url": "https://four02proof.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: four02proof-onrender-com
Remote MCP URL: https://four02proof.onrender.com/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": {
    "four02proof-onrender-com": {
      "url": "https://four02proof.onrender.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "four02proof-onrender-com": {
      "type": "http",
      "url": "https://four02proof.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "four02proof-onrender-com",
  "transport": "streamable-http",
  "url": "https://four02proof.onrender.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • platform_stats — Live 402Proof platform stats: total payments, volume, active agents.
  • get_invoice — Request a payment invoice for any SqueezeOS endpoint.
  • verify_payment — Submit XRPL tx_hash after paying an invoice.
  • check_loyalty — Loyalty tier and free-call balance for any XRPL wallet.
  • get_compliance_receipt — Retrieve a tamper-evident compliance receipt by UUID.
  • get_agent_passport — Full Agent Passport for any XRPL wallet: payment history, risk score 0-100, loyalty tier, passport hash.
  • bureau_public_score — FICO-style 300-850 Agent Credit Bureau score for any XRPL wallet.
  • bureau_full_report — Full credit bureau report: score breakdown, spend history, risk factors.