← checkout402.com

INDIVIDUAL MCP TOOL

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.

checkout402.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.checkout402.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_mcp_tools 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

checkout402.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.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.
  • 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.
  • report_checkout — Report that a checkout failed you — paid and nothing arrived, wrong or stale data, a changed schema, a charge you did not make.