Skip to content
VS Code

Orbis API Marketplace for VS Code

io.github.orbisapi/orbis-mcp

8,000+ pay-per-call APIs via x402 USDC micropayments on Base. No API keys needed.

client:VS Code transport:stdio runtime:npm

Install Orbis API Marketplace in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "wallet-private-key",
      "description": "WALLET_PRIVATE_KEY",
      "password": true
    }
  ],
  "servers": {
    "orbis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@orbisapi/mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "${input:wallet-private-key}"
      }
    }
  }
}

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

Orbis API Marketplace in other clients