← checkout402.com

INDIVIDUAL MCP TOOL

update_content

Edit a gated article in place: fix a typo, rewrite the piece, change the teaser.

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 update_content and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.

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.
  • 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.