# Orbis API Marketplace

Browse, subscribe to, and call 65+ production APIs from Claude, Cursor, or Windsurf. Agents get a live API key in 3 tool calls — no browser, no OAuth, no human in the loop. Free tiers activate instan…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add orbisapi/marketplace

# Browse available tools
npx -y @smithery/cli@latest tool list orbisapi/marketplace

# Get full schema for a tool
npx -y @smithery/cli@latest tool get orbisapi/marketplace browse_apis

# Call a tool
npx -y @smithery/cli@latest tool call orbisapi/marketplace browse_apis '{}'
```

## Direct MCP Connection

Endpoint: `https://orbisapi.run.tools`

## Tools (3)

- `browse_apis` — Browse all available APIs on the Orbis marketplace. Returns a catalogue with API names, descriptions, tier IDs, pricing…
- `register_agent` — Register a new agent account on Orbis. Only needed once per agent instance. Returns a walletAddress that identifies thi…
- `subscribe_to_api` — Subscribe to an API tier on Orbis and receive a live API key instantly. Free tiers need no payment. Returns the API key…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get orbisapi/marketplace <tool-name>
```
