# Orbis API Marketplace

Orbis is an API marketplace built for the agent era. The MCP server exposes 1,059+ live production APIs as native tools — covering crypto, AI, utilities, data, finance, geo, media, and more.

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (4)

- `browse_apis` — Search and browse APIs on the Orbis marketplace. Always pass a search term describing what you need (e.g. 'text analysi…
- `register_agent` — Register a new agent account on Orbis. Only needed once — skip if already registered.
- `subscribe_to_api` — Optional: Subscribe to a specific API tier by tierId. Not required — call_api auto-subscribes to the free tier on first…
- `call_api` — Call any Orbis API endpoint and return the real JSON response. Auto-subscribes to the free tier on first use — no setup…

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