← Registry

API Tools

four02proof.onrender.com

Provides APIs for payment processing, invoice generation, payment verification, loyalty checks, and compliance receipts.

1 endpoint11 known toolsFirst detected June 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://four02proof.onrender.com/mcp

No auth detected

Known tools 11

platform_stats

Live 402Proof platform stats: total payments, volume, active agents.

Inferred read-only
get_invoice

Request a payment invoice for any SqueezeOS endpoint.

Potential side effects
verify_payment

Submit XRPL tx_hash after paying an invoice.

Potential side effects
check_loyalty

Loyalty tier and free-call balance for any XRPL wallet.

Inferred read-only
get_compliance_receipt

Retrieve a tamper-evident compliance receipt by UUID.

Inferred read-only
get_agent_passport

Full Agent Passport for any XRPL wallet: payment history, risk score 0-100, loyalty tier, passport hash.

Potential side effects
bureau_public_score

FICO-style 300-850 Agent Credit Bureau score for any XRPL wallet.

Inferred read-only
bureau_full_report

Full credit bureau report: score breakdown, spend history, risk factors.

Inferred read-only
bureau_verify_threshold

Boolean creditworthiness check — is this wallet above a score threshold?

Inferred read-only
bureau_get_attestation

Portable attestation JWT (24h TTL) proving creditworthiness.

Inferred read-only
bureau_verify_attestation

Verify a bureau attestation JWT.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-09-27T04:50:32.253Z.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.