Connect to the MCP Server
Supersonic exposes an MCP server that any compatible AI agent can connect to. Once connected, your agent can call any of the 62 available tools.MCP Configuration
Add Supersonic to your MCP client:Authentication
Every request requires an API key:- API Key — identifies the user and workspace. Your agent inherits this user’s role and permissions. The workspace is derived from the API key automatically.
REST Bridge
If your client does not support MCP natively, you can call tools via the REST bridge:Permissions
Your agent’s access is determined by the user role attached to the API key:| Role | Level | Access |
|---|---|---|
| Owner | 3 | Everything, including destructive operations |
| Admin | 2 | Most operations, manage integrations |
| Member | 1 | Standard CRUD on records, tasks, views |
After Connecting
Once connected, your agent should:- Call
objects.listto discover all data types and their fields - Call
lists.listto see available pipelines and boards - Start operating — create records, move deals through stages, run analytics