Skip to content
VS Code

supership scan for VS Code

io.github.andysalvo/supership-scan

Buy any x402 API or data on Base, Solana, Polygon. No wallet on the seller's chain. For AI agents.

client:VS Code transport:stdio runtime:npm

Install supership scan in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "supership-url",
      "description": "SUPERSHIP_URL",
      "password": true
    }
  ],
  "servers": {
    "supership-scan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "supership-scan"
      ],
      "env": {
        "SUPERSHIP_URL": "${input:supership-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

supership scan in other clients