Overview
What is the Orbb MCP server?
Orbb provides a hosted Model Context Protocol (MCP) server that lets you use Orbb directly from AI assistants such as Claude. Once connected, your assistant can search your organization's relationship graph, find warm paths into target accounts, and review interaction history — using the same data you see in the Orbb app.
The MCP server is aimed at end users, not developers: you connect it once from your AI assistant's settings, sign in with your existing Orbb account, and start asking questions in plain language.
| Server URL | https://mcp.orbb.com/mcp |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.1 — sign in with your Orbb account |
| Availability | Enabled per organization (off by default) |
Enabling MCP for your organization
MCP access is disabled by default for every organization. If your organization hasn't enabled it yet, contact your Orbb customer team.
What your assistant can do
The tool surface is intentionally small and task-focused:
| Area | Tools | What they do |
|---|---|---|
| Search & discovery | orbb_search_people, orbb_search_companies, orbb_list_personas | Search the people and companies your organization knows, filtered by relationship strength, engagement, CRM fields, and personas. |
| Connector paths | orbb_find_connector_paths, orbb_find_connector_intros | Find the warmest paths from your organization to a target person or account, and who can make the introduction. |
| Interactions | orbb_get_account_interactions, orbb_get_contact_interactions | Review meeting and email interaction history with an account or contact. |
Data access at a glance
- Read-only. Every tool queries your organization's data; nothing modifies your relationship graph, contacts, or CRM, and nothing is written back to any connected system.
- Always scoped to your organization. Every request runs as the signed-in Orbb user, and results are limited to that user's organization. See Security & access control for the full model.