Skip to content
VS Code

mcp x402 accept for VS Code

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

Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server

client:VS Code transport:stdio runtime:npm

Install mcp x402 accept in VS Code

.vscode/mcp.json

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

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

mcp x402 accept in other clients