Connect from Claude
- Claude (web & desktop)
- Claude Code
- ChatGPT, Gemini & others
- Open Settings → Connectors → Add custom connector.
- Enter the server URL:
https://mcp.digitalsurge.com.au/mcp - When prompted, sign in with your Digital Surge credentials (and two-factor code) to authorize the connection.
Prefer a plain-English walkthrough? The Help Centre has a
setup guide
and a technical guide
with a breakdown of every tool your agent gets.
How access works
- You authorize each agent by signing in to Digital Surge yourself — the agent never sees your password.
- Each connection gets its own access grant, valid for about 30 days before it needs re-authorization.
- The first time a new agent connects, we email you so you always know what has access.
Reviewing and revoking access
You can list and disconnect agents through the API itself — see the Connected AI Agents endpoints in the API Reference:GET /api/private/mcp-agents/— every agent currently connected, with its user-agent and last activityDELETE /api/private/mcp-agents/{id}/— disconnect an agent immediately (its access is revoked)
Personal API keys cannot manage connected agents — reviewing or revoking agent access requires your own logged-in session, which keeps a leaked key from silently granting itself more access.