mcpbeat Sign in

Orbis API Marketplace MCP Server

local only

Orbis API Marketplace runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 11 Jun 2026.

8,000+ pay-per-call APIs via x402 USDC micropayments on Base. No API keys needed.

Installs per day peak 19 · avg 10 · +12% w/w
a month agotoday
38
Installs / week
npm · @orbisapi/mcp
2
Stars
3 open issues
11 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Orbis API Marketplace every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add orbis-mcp -- npx -y @orbisapi/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "orbis-mcp": {
      "args": [
        "-y",
        "@orbisapi/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.orbis-mcp]
command = "npx"
args = ["-y", "@orbisapi/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "orbis-mcp": {
      "args": [
        "-y",
        "@orbisapi/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "orbis-mcp": {
      "args": [
        "-y",
        "@orbisapi/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WALLET_PRIVATE_KEY (Base mainnet wallet private key — funds API call micropayments in USDC via x402). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Orbis API Marketplace

same job, measured the same way
Gatefareio
by gatefareio

Marketplace of paid HTTP APIs. USDC micropayments via x402 on Base. Non-custodial.

32 installs/wk local only
Boo X402 MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.

30 installs/wk local only
U
Minia2a MCP
by minia2a

minia2a.uk x402 marketplace — 1,600+ pay-per-call API services with built-in USDC micropayments.

636 installs/wk local only
Nutriref
by younghef

Pay-per-call USDA nutrition for AI agents (x402 micropayments in USDC on Base).

local only
Drain MCP
by kimbo128

Pay for AI inference with USDC micropayments on Polygon. No API keys needed.

62 installs/wk local only
A
CryptoPulse Data API
by saascloud

Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402.

11 tools answering
DeriveAI x402 APIs
by deriveit33z-ship-it

25 pay-per-request intelligence APIs for AI agents via x402 micropayments (USDC/Base)

25 tools answering
X402 MCP
by kwizzlesurp10-ctrl

Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.

23 tools answering

Orbis API Marketplace — questions

Answers built from our own checks of this server.

Why is there no uptime for Orbis API Marketplace?
Orbis API Marketplace runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @orbisapi/mcp was installed 38 times last week.
How do I connect Orbis API Marketplace?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @orbisapi/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Orbis API Marketplace?
The npm package @orbisapi/mcp was installed 38 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Orbis API Marketplace open source?
Yes — it is published under the MIT licence, written in JavaScript, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.