io.github.OrbisAPI/orbis-marketplace
Official2 toolsOrbis API Marketplace
Browse, subscribe to, and call 3,000+ APIs autonomously. x402 USDC pay-per-call on Base.
Discover and autonomously call 3,000+ APIs with pay-per-call pricing on blockchain.
Captured live from the server via tools/list.
browse_apis
Search and browse 20,200+ production APIs on the Orbis marketplace. Returns APIs with x402 USDC pay-per-call pricing on Base or Solana — no account, no signup, no subscription needed. Always pass a search term describing what you need (e.g. 'weather', 'QR code', 'text analysis', 'finance').
Parameters (2)
- searchstring
What kind of API do you need? e.g. 'text', 'weather', 'image', 'finance', 'crypto'
- categorystring
Optional: filter by category name
call_api
Call any API on the Orbis marketplace and get a real JSON response. Pay per call with x402 USDC on Base or Solana — your wallet is your identity, no account needed. Pass x_payment with a signed USDC payment header. Generate it with x402-fetch (npm) or the x402 Python library.
Parameters (6)
- apiSlugstringrequired
API slug from browse_apis (e.g. 'weather-api-b83454')
- pathstringrequired
Endpoint path (e.g. '/current' or '/info')
- methodstring
HTTP method — GET, POST, PUT, DELETE (default: GET)
- queryobject
Optional query string parameters as key-value pairs
- bodyobject
Optional request body for POST/PUT requests
- x_paymentstring
Signed USDC payment header for x402. Your wallet address becomes your identity — no API key or account needed. Generate with x402-fetch (npm) or the x402 Python library.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"orbis-marketplace": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://orbisapi.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.