Orbis API Marketplace MCP Server

Autonomous API discovery and subscription — agents browse APIs, get live keys, and make calls with no human involvement.

Documentation

MCP Server

Orbis MCP Server

Access 20,200+ production APIs with x402 USDC micropayments on Base or Solana. No accounts. No API keys. No subscriptions. Your wallet is your identity.

Server URL

https://orbisapi.com/api/mcp

Available Tools

  • browse_apis — Search 20,200+ APIs with pricing on Base or Solana
  • call_api — Call any API with x402 USDC payment. Pass x_payment header, get real JSON back instantly.

Listed on Smithery

Quick Setup — No Key Required

No API key, no signup. Just paste the URL into your MCP client and you're live.

Claude Desktop / Claude Code

{ "mcpServers": { "orbis": { "command": "npx", "args": ["-y", "mcp-remote", "https://orbisapi.com/api/mcp"] } } }

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

Cursor / Windsurf / Cline

{ "mcpServers": { "orbis": { "url": "https://orbisapi.com/api/mcp" } } }

Settings → MCP → Add server → paste the URL above.

OpenAI Codex CLI

~/.codex/config.yaml

mcpServers: orbis: type: url url: "https://orbisapi.com/api/mcp"

Run codex — Orbis tools are available immediately.

Hermes Agent

~/.hermes/config.yaml

mcp_servers: orbis: url: "https://orbisapi.com/api/mcp"

Run hermes chat then /reload-mcp after config changes.

OpenClaw

// ~/.openclaw/openclaw.json { mcp: { servers: { orbis: { url: "https://orbisapi.com/api/mcp" } } } }

Hot-reloads automatically — no restart needed.