Claude Connector
The Maverick Intelligence connector lets Claude read your identified website visitors — and, if you allow it, push them into HubSpot and adjust your hot-lead settings — without you leaving the conversation. Ask things like:- “Who visited our pricing page this week?”
- “Any hot leads from fintech companies in the last few days?”
- “Has anyone from Acme been on the site? Show me their journey.”
- “Push that person into HubSpot.”
Add the connector to Claude
- Claude (web, desktop, mobile)
- Claude Code
- Other MCP clients
Pro and Max plans
- Go to Settings › Connectors
- Click Add custom connector
- Paste
https://mcp.maverickintelligence.co/mcp - Click Add, then Connect
- Sign in with your Maverick email — we’ll send you a link, no password needed
- Review the permissions and click Allow access
What Claude can do
Every tool is scoped to the account you sign in with, and the connector can only ever see what that account can see in the dashboard.Reading visitors
Most site traffic resolves to a company even when no individual is
identified, so
list_companies usually returns more than list_visitors for
the same period. Claude is told this, and will normally mention it rather than
report a person-level count as your total traffic.Making changes
These three tools change live data, so Claude asks you to confirm before using them, and Claude itself will normally check with you first.Authentication
There are two ways to connect. Signing in is the recommended one.Signing in (OAuth)
The default. Claude sends you an email link, you pick your account if your address has more than one, and you approve a list of permissions. Nothing is copied or pasted, access is tied to your own Maverick account, and you can revoke it at any time. Permissions are requested individually:
Access tokens last one hour and refresh automatically in the background.
API key
For automation, or clients that cannot do OAuth, send your existing Developer API key as anX-API-Key header. See Authentication for how
to create one.
Agencies and partners
If you hold a domain-scoped API key — one restricted to particular client sites — the connector honours that restriction on every tool. Visitors outside your scope are not returned, and are reported as “not found” rather than as “not allowed”, so the connector cannot be used to discover which other clients exist. Uselist_tracked_clients to see the sites available to your credential, then
pass domain or client_ref to any read tool to narrow further. OAuth
connections are account-wide, so use a scoped API key when you need a
per-client boundary.
Limits
Privacy and safety
- Claude sees only what your account sees. Excluded domains, excluded paths and suppressed visitors stay hidden.
- Write tools ask first. Claude confirms before touching your CRM or settings, and your MCP client prompts for approval too.
- You can block individual tools. In Claude, open the connector under Settings › Connectors and set any tool’s permission to Blocked — a good way to allow reads while ruling out writes entirely.
- Disconnect at any time by removing the connector in Claude, or by revoking the API key in your dashboard. Access tokens are short-lived and expire within an hour of last use.
- Tool arguments are not logged. Request logs record which tools ran, not the page paths or company names you asked about.
Troubleshooting
'Couldn't reach the MCP server'
'Couldn't reach the MCP server'
Check the URL includes the
/mcp path — https://mcp.maverickintelligence.co/mcp,
not the bare domain. The path is part of the server’s identity, and a token
issued for the bare domain will not be accepted.The sign-in link says it's no longer valid
The sign-in link says it's no longer valid
Links are single-use and expire after 15 minutes. They are also tied to the
specific connection attempt that created them, so a link from an earlier
attempt will not work — start again from Claude and use the newest email.
'No active Maverick Intelligence account is associated with...'
'No active Maverick Intelligence account is associated with...'
Use the email address you sign in to the dashboard with. Any of your account’s
registered addresses works, including secondary contacts. If you have just been
added to an account, ask the account owner to confirm your address was saved.
Claude says it doesn't have permission to write
Claude says it doesn't have permission to write
Either you connected with an API key (read-only by default — see the warning
above), or you approved only the read permission when signing in. Remove the
connector in Claude and add it again to be re-prompted for the full set.
Claude returns fewer visitors than the dashboard shows
Claude returns fewer visitors than the dashboard shows
Two likely reasons. Read tools default to 25 rows — ask for more and Claude
will page. And many visits resolve to a company without identifying a person;
ask about companies to see the fuller picture.
Rate limited
Rate limited
The connector shares the 1,000 requests/hour limit with the REST API. A long
analysis session can consume it. The limit resets on the hour.