AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Orbis Mcp

mcp-orbisapi-orbis-mcp · by OrbisAPI

MCP server for Orbis — 2,800+ APIs with x402 USDC micropayments on Base for Claude, Cursor, and AI agents

No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add mcp-orbisapi-orbis-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v1.0.3 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v1.0.3. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-orbisapi-orbis-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Orbis Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

@orbisapi/mcp

[](https://www.npmjs.com/package/@orbisapi/mcp) [](https://registry.modelcontextprotocol.io/servers/io.github.OrbisAPI/orbis-mcp) [](https://github.com/OrbisAPI/orbis-mcp/stargazers) [](LICENSE)

> MCP server for Orbis — gives Claude, Cursor, and any AI agent access to 2,800+ APIs with x402 USDC micropayments on Base. $0.01/call. No signup.


What this does

This MCP server connects your AI agent to the Orbis API marketplace. Your agent can:

  • Browse 2,800+ APIs across data, AI, finance, and utilities
  • Call any API directly — payment handled automatically via x402 on Base
  • No API keys — agents pay per call in USDC, no accounts needed

Quickstart

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "orbis": {
      "command": "npx",
      "args": ["-y", "@orbisapi/mcp"]
    }
  }
}

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor

Add to Cursor settings → MCP:

{
  "mcpServers": {
    "orbis": {
      "command": "npx",
      "args": ["-y", "@orbisapi/mcp"]
    }
  }
}

Any MCP-compatible agent

npx @orbisapi/mcp

Available Tools

| Tool | Description | |------|-------------| | browse_apis | Search and list available APIs on Orbis | | call_api | Call any API — x402 payment handled automatically | | register_agent | Register your agent wallet for tracking | | subscribe_to_api | Subscribe to an API for discounted access |


How payments work

Orbis uses the x402 protocol — an open HTTP payment standard built on Base. When your agent calls an API:

  1. Orbis returns a 402 Payment Required response with payment details
  2. The MCP server handles the USDC payment on Base automatically
  3. The API call completes — total cost: $0.01

No wallets to configure for browsing. To make paid calls, provide your Base wallet via ORBIS_KEY.


Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | ORBIS_KEY | No | Your Orbis API key from orbisapi.com — enables paid API calls |


Links


If this is useful, star the repo — it helps other developers find Orbis.


License

MIT © Orbis

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v1.0.3 Imported from the upstream source.