Skip to content
VS Code

mcp x402 pay for VS Code

io.github.cryptoapis-io/mcp-x402-pay

MCP server that pays x402-gated HTTP endpoints — fetch, and on a 402 authorize, sign, retry

client:VS Code transport:stdio runtime:npm

Install mcp x402 pay in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-x402-pay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-x402-pay"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp x402 pay in other clients