Skip to main content
The Agentic AI Connector is Digital Surge’s hosted Model Context Protocol (MCP) server. It lets AI assistants use your account directly — no code, no API-key copy-pasting:
https://mcp.digitalsurge.com.au/mcp
Once connected, your agent can check live prices, review balances and transaction history, estimate and place trades, and manage price alerts — with your explicit sign-in and approval. Withdrawals are deliberately not available to agents.

Connect from Claude

  1. Open Settings → Connectors → Add custom connector.
  2. Enter the server URL: https://mcp.digitalsurge.com.au/mcp
  3. 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 activity
  • DELETE /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.

Agent safety

Trading tools obey the same rules as the app: trades require an estimate step, and the agent should confirm with you before executing. Still, treat an agent connection with the same care as a Read & Write API key — only connect agents you trust, and disconnect any you stop using.