Orbit is an MCP server that helps agents discover, evaluate, and integrate public APIs. It provides two tools: 'search' to find and evaluate API endpoints based on natural language or keyword queries, and 'integrate' to obtain detailed integration instructions for selected endpoints. The server is accessible via streamable HTTP and requires no authentication for its tools.
Get integration details for public endpoints from `search` results. Provide a `task` describing what you want to accomplish and up to 10 `resources` — each with an `id` and `type` taken from the matching search result's `resourceType`. Returns a task brief covering authentication, base URLs, request steps, parameters, expected responses, dependencies between steps, and other important considerations.
Effect: unknownConfirm: explicit policy
searchSearch APIs
Find and evaluate public API endpoints that match your query. Set `q` to a natural language query, keywords, an API name, or a question — results are matched by meaning and keyword; each result includes `id`, `resourceType`, `name`, `description`, `method`, `url`, and `evaluateGuide` — an evaluation of what the endpoint does, when to use it, and its limitations. Review `evaluateGuide` to pick the best fit, then pass each chosen result's `id` and `resourceType` (as `type`) to `integrate`. Paginate with `cursor` from `meta.nextCursor` (`limit` defaults to 10, max 25; pagination stops at 40 results total). No authentication required.