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 91 available tools.MCP Configuration
Add Supersonic to your MCP client:Authentication
Every request requires two pieces of context:- API Key — identifies the user. Your agent inherits this user’s role and permissions.
- Workspace ID — identifies which workspace to operate in. A user can belong to multiple workspaces.
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