npm @orbisapi/mcpstdioMITupdated 2mo ago
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 can you do with Orbis API Marketplace?
@orbisapi/mcp
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:
- Orbis returns a
402 Payment Requiredresponse with payment details - The MCP server handles the USDC payment on Base automatically
- 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
Install
Add Orbis API Marketplace to your client. Pick the one you use.
claude mcp add mcp -- npx -y @orbisapi/mcpcodex mcp add mcp -- npx -y @orbisapi/mcpamp mcp add mcp -- npx -y @orbisapi/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@orbisapi/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@orbisapi/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @orbisapi/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
4 tools
Orbis API Marketplace exposes 4 tools to a connected agent.
- 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
Score
69 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 81 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.7Latest | Jun 11, 2026 |
| 1.0.3 | Apr 18, 2026 |