INDIVIDUAL MCP TOOL
get_escrow
One escrow in full: state, both committed exit routes, every deadline, and what may be done to it right now (available_actions).
LIVE ENDPOINT
https://api.checkout402.com/mcp
Connect to this endpoint to inspect the live schema for get_escrow and invoke it with your own arguments.
Indexed 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 server
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.checkout402-seller]
url = "https://api.checkout402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"checkout402-seller": {
"type": "http",
"url": "https://api.checkout402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: checkout402-seller
Remote MCP URL: https://api.checkout402.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": {
"checkout402-seller": {
"url": "https://api.checkout402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"checkout402-seller": {
"type": "http",
"url": "https://api.checkout402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "checkout402-seller",
"transport": "streamable-http",
"url": "https://api.checkout402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whoami— Which checkout402 account this connection acts as, and whether the checkouts it creates move REAL money.get_analytics— Your earnings: revenue, fees, paid calls, unique buyers, per-offer breakdown — and any payments that SETTLED but failed to deliver, which is money taken for goods the buyer never got.list_awaiting_fulfilment— Webhook sales that have been PAID and not yet fulfilled — the work you owe buyers.mark_fulfilled— Close out a webhook sale: say whether the buyer actually received it.list_mcp_tools— Ask the seller's OWN MCP server which tools it advertises, so a checkout is priced against a name that actually exists.get_payout_history— Every change to this account's payout wallets — chain, old and new address, when, and which credential did it.quote_checkout— Read what a checkout URL costs — price, protocol fee, total, and which networks it accepts — WITHOUT paying.pay_test_checkout— Rehearse a purchase end to end and return the goods — no funds, no private key.