← Back to browse

kx402

Indexed by io.github.Kali123411

About

Kaspa x402 agent payer — pay x402 v2 services on Kaspa (KAS) per call, no account or API key

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKASPA_X402_KASPA_WASM_MODULE KASPA_X402_FUNDING_WALLET KASPA_X402_NETWORK
Claude Code
claude mcp add --env KASPA_X402_KASPA_WASM_MODULE= --env KASPA_X402_FUNDING_WALLET= --env KASPA_X402_NETWORK= kx402 -- npx kx402
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"kx402","command":"npx","args":["kx402"],"env":{"KASPA_X402_KASPA_WASM_MODULE":"","KASPA_X402_FUNDING_WALLET":"","KASPA_X402_NETWORK":""}}'
JSON
{
  "mcpServers": {
    "kx402": {
      "command": "npx",
      "args": [
        "kx402"
      ],
      "env": {
        "KASPA_X402_KASPA_WASM_MODULE": "",
        "KASPA_X402_FUNDING_WALLET": "",
        "KASPA_X402_NETWORK": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.