Get your AI assistant connected to HoopAI in under 5 minutes.
Step 1: Get a Private Integration Token
Go to Settings → Integrations → Private Integrations in your HoopAI account.
Click Create New Integration, select the required scopes for the tools you want to use, and copy the generated token.
For full access to all 36 MCP tools, see the complete scope list. For a quick start, enable View Contacts, View Conversations, and View Locations to test basic queries first.
Add the MCP endpoint and your token to your agent configuration. The locationId in the header is optional — you can also pass it in prompts.
Generic MCP client
Cursor / Windsurf
n8n
In your MCP settings, add a new server:
- URL:
https://services.leadconnectorhq.com/mcp/
- Transport: HTTP Streamable
- Headers:
Authorization: Bearer YOUR_API_KEY
locationId: YOUR_LOCATION_ID
In your n8n workflow, add the MCP Client node:
- MCP URL:
https://services.leadconnectorhq.com/mcp/
- Transport: HTTP Streamable (requires n8n v1.104+)
- Auth type: Header-based
- Key:
Authorization / Value: Bearer YOUR_API_KEY
- Location ID: Add as a header or set in the LLM system prompt:
See n8n integration for a full walkthrough.
Step 3: Test with a prompt
Once connected, try these prompts to verify everything is working:
Using locationId dynamically
The MCP server supports two patterns for passing your Location ID:
Option A — Header (recommended for single-account use):
Option B — System prompt (useful for multi-account setups):
Troubleshooting
Last modified on March 7, 2026