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
Server Terkait
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Grafana
Search dashboards, investigate incidents and query datasources in your Grafana instance
Remote MCP Server (Authless)
An example remote MCP server deployable on Cloudflare Workers without authentication.
YepCode
Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages
BrainBox
Hebbian memory for AI agents — learns file access patterns, builds neural pathways, predicts next tools/files, saves tokens
Postman Tool Generation
Generates AI agent tools from Postman collections and requests using the Postman API.
MetaMCP
A self-hostable middleware to manage all your MCPs through a GUI and a local proxy, supporting multiple clients and workspaces.
MCP Sequence Simulation Server
Simulate DNA and amino acid sequences using evolutionary models and algorithms.
YFinance Trader
Provides stock market data and trading capabilities using the yfinance library.
ExMCP Test Server
An Elixir-based MCP server for testing and experimenting with the Model Context Protocol.
TokenCost
An MCP (Model Context Protocol) server that provides real-time LLM token pricing data for 60+ AI models across 15 providers.