Connect an assistant
The fastest path needs no key at all.1
Add the server
2
Sign in
Run
/mcp inside Claude Code and choose Authenticate. A browser opens, you approve
once, and the connection persists.3
Ask something
Which of my locations have reviews still waiting on a reply?
Show me leads from the last 7 days, strongest buying signal first.
Do AI assistants mention us when someone asks for a physio in Newcastle?
Call the API
1
Create a key
Sign in, open Settings → API & MCP and create an agent key. Copy it now; it is shown
once.
2
Make a request
Every operation is a
POST with a JSON body.3
Read entities directly
Generic reads are also available, filtered by a JSON query.
Paging
Every list takesskip alongside limit (list_mentions takes page). Anything past the
first page is reachable only by asking for it, so a tool that returns exactly limit rows
is usually not the whole set. Ask for the next page before concluding you have everything.