What is the Orbis API Marketplace MCP server?
8,000+ pay-per-call APIs via x402 USDC micropayments on Base. No API keys needed.
How to install Orbis API Marketplace
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
WALLET_PRIVATE_KEYrequiredsecretBase mainnet wallet private key — funds API call micropayments in USDC via x402
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"orbis-mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"orbis-mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"orbis-mcp": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"orbis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
}
}
}
}Claude Code
claude mcp add orbis-mcp --env WALLET_PRIVATE_KEY=<YOUR_WALLET_PRIVATE_KEY> -- npx -y @orbisapi/mcpRelated MCP servers
Browse, subscribe to, and call 3,000+ APIs autonomously. x402 USDC pay-per-call on Base.
View repository →