Orbis API Marketplace
Rank #34,262io.github.OrbisAPI/orbis-mcp
8,000+ pay-per-call APIs via x402 USDC micropayments on Base. No API keys needed.
Orbis API Marketplace is a Model Context Protocol (MCP) server published by orbisapi. It ranks #34,262 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Orbis API Marketplace is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 18, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 81,198 of 115,460 servers on MCP Toplist.
Use Orbis API Marketplace
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add orbis-mcp -e "WALLET_PRIVATE_KEY=<your WALLET_PRIVATE_KEY>" -- npx -y @orbisapi/mcpReplace each placeholder with your own value before saving.
[mcp_servers.orbis-mcp]
command = "npx"
args = ["-y", "@orbisapi/mcp"]
[mcp_servers.orbis-mcp.env]
WALLET_PRIVATE_KEY = "<your WALLET_PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orbis-mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orbis-mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"orbis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orbis-mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orbis-mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.OrbisAPI%2Forbis-mcp)<a href="https://mcptoplist.com/server/io.github.OrbisAPI%2Forbis-mcp"><img src="https://mcptoplist.com/badge/io.github.OrbisAPI%2Forbis-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
orbisapi
Other servers by orbisapi
- Orbis Commerce MCP#50,447
- Orbis Crypto MCP#50,448
- Orbis Travel MCP#50,449
- Orbis API Marketplace#53,011 · 1 ver
- Orbis Research MCP#59,672
Available versions (2)
| Version | Published |
|---|---|
| 1.0.7 | Jun 11, 2026 |
| 1.0.3 | Apr 18, 2026 |
Frequently asked questions
- Who maintains Orbis API Marketplace?
- Orbis API Marketplace is maintained by orbisapi, which publishes 7 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Orbis API Marketplace listed on the Official MCP Registry?
- Yes — Orbis API Marketplace is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Orbis API Marketplace have?
- MCP Toplist tracks 2 versions of Orbis API Marketplace, most recently published on Jun 11, 2026.
- Where can I find the source code for Orbis API Marketplace?
- The source code for Orbis API Marketplace is hosted at github.com/orbisapi/orbis-mcp.