Skip to main content

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 URLhttps://mcp.orbb.com/mcp
TransportStreamable HTTP
AuthenticationOAuth 2.1 — sign in with your Orbb account
AvailabilityEnabled 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:

AreaToolsWhat they do
Search & discoveryorbb_search_people, orbb_search_companies, orbb_list_personasSearch the people and companies your organization knows, filtered by relationship strength, engagement, CRM fields, and personas.
Connector pathsorbb_find_connector_paths, orbb_find_connector_introsFind the warmest paths from your organization to a target person or account, and who can make the introduction.
Interactionsorbb_get_account_interactions, orbb_get_contact_interactionsReview 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.

Next steps