← four02proof.onrender.com

INDIVIDUAL MCP TOOL

get_invoice

Request a payment invoice for any SqueezeOS endpoint.

four02proof.onrender.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

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.
  • 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.
  • bureau_verify_threshold — Boolean creditworthiness check — is this wallet above a score threshold?