Orbis API Marketplace
Autonomous API discovery and subscription — agents browse APIs, get live keys, and make calls with no human involvement.
MCP Server
Orbis MCP Server
Connect Claude, Cursor, or any MCP-compatible agent to the Orbis API marketplace. Browse APIs, register, and get live API keys — all from inside your AI assistant.
Server URL
Available Tools
browse_apis— List all APIs with tier IDs and pricingregister_agent— Create a headless agent accountsubscribe_to_api— Subscribe to a tier, receive a live API key
Quick Setup (Recommended)
Generate your API key at orbisapi.com/dashboard/provider, then add it once to your config. Every tool call authenticates silently — no credentials needed per call.
Claude Desktop Config
{ "mcpServers": { "orbis": { "url": "https://orbisapi.com/api/mcp", "headers": { "x-orbis-key": "orbis_your_key_here" } } } }
Cursor / Windsurf Config
{ "mcp": { "servers": { "orbis": { "url": "https://orbisapi.com/api/mcp", "transport": "sse", "headers": { "x-orbis-key": "orbis_your_key_here" } } } } }
No Key? Anonymous Mode
Skip the header entirely — tools will prompt for orbis_email and orbis_password per call. Or run register_agent to create a free account.
← Back to Agent Discovery
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Remote MCP Server on Cloudflare
An MCP server deployable on Cloudflare Workers with OAuth login support.
Repomix
Packs code repositories into a single, AI-friendly file using the repomix tool.
hivekit-mcp
MCP server for git-native agent swarm coordination, providing tools for heartbeat, state, task claiming, and logging across distributed AI agents.
MCP Neurolora
An intelligent server for code analysis, collection, and documentation generation using the OpenAI API.
MCP-Allure
Reads Allure test reports and returns them in LLM-friendly formats for better test analysis and insights.
GDB MCP Server
An MCP server that enables LLM clients to interact with GDB for debugging and binary analysis.
Pprof Analyzer
Analyze Go pprof performance profiles (CPU, heap, goroutine, etc.) and generate flamegraphs.
@diffdelta/mcp-server
Give your agent persistent identity, real-time intelligence feeds, and the ability to publish and collaborate on shared feeds with other agents. Zero config, 16 tools.
MCP Sandbox
An interactive sandbox to safely execute Python code and install packages in isolated Docker containers.
MediaWiki
Interact with MediaWiki installations through the MediaWiki API as a bot user.