HiveSight exposes a Model Context Protocol (MCP) server so you can ask your network questions in plain English from any MCP client — Claude Desktop, Cursor, the MCP Inspector, ChatGPT’s MCP support, or anything else that speaks the protocol. The agent on the other end of the MCP server has access to the same tools the in-app HiveSight agent uses: warm-path lookup, account research, intro suggestions, contact lookup, ICP fit checks, and more.Documentation Index
Fetch the complete documentation index at: https://docs.hivesight.so/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Each ecosystem has its own MCP URL:Connect from Claude Desktop
Connect from Cursor
In Cursor, open Settings → MCP and click Add new MCP server. Use the same URL from the integrations page. Cursor handles the OAuth flow automatically.Connect from MCP Inspector
The MCP Inspector is useful for testing tool responses. Point it at your ecosystem URL and authenticate when prompted.What you can ask
The MCP server exposes the agent toolset. Some examples:- “Who on my team has the strongest warm path into Acme Corp?”
- “Find me all VPs of Sales in my network at Series B SaaS companies.”
- “What does my team know about Jane Doe at Stripe? Any shared context?”
- “Pull up upcoming meetings where I don’t yet have a dossier.”
- “Which target accounts have I made no progress on this quarter?”
Security notes
- The MCP URL itself isn’t a secret — the OAuth handshake is what authorizes access. Anyone who hits the URL without a valid token gets a 401.
- Tokens are scoped to your HiveSight user. If you’re a member of a team ecosystem, your MCP tokens only see the ecosystems you have access to.
- Revoke a connected client at any time by removing the HiveSight MCP entry from the client’s config (Claude Desktop, Cursor, etc.) — the refresh token stops working as soon as it’s removed.