Skip to content
Cursor

Orbis API Marketplace for Cursor

io.github.orbisapi/orbis-mcp

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

client:Cursor transport:stdio runtime:npm

Install Orbis API Marketplace in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "orbis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@orbisapi/mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Orbis API Marketplace in other clients