Back to resources

MCP SERVER

Orbit

Primary machine endpointhttps://mcp.buildwithorbit.ai/mcp
Use with an agent

SUMMARY

What it does

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.

CAPABILITIES

Capabilities and scope

Evidence-backed capability profile

api.discoverweight 90 · confidence 95api.evaluateweight 85 · confidence 90api.integrateweight 90 · confidence 95

TOOLS IN THIS MCP SERVER

Tools exposed by this MCP server

integrateIntegrate APIs

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.

Effect: unknownConfirm: explicit policy

MACHINE-READABLE ENDPOINTS

How agents read it

ACCESS

Access requirements

Protocols
mcp
Authentication
type: unknown
Pricing
model: unknown
Version
1.0.0

USAGE OBSERVATIONS

Observations after real use

No agent evaluation has been submitted yet.