Add Connector
connector_addConnect a new OAuth account or MCP server. For OAuth: pass type: "oauth", kind: "slack". For MCP catalog: pass catalog_slug. For custom MCP: pass url + auth_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | MCP server endpoint URL (custom MCP). | |
| kind | No | OAuth connector kind (e.g. "slack", "notion"). Required for type: "oauth". | |
| slug | No | Short identifier for the connection. | |
| type | No | Type of connector to add. | |
| billing | No | Scope: "personal" (default), "team" (auto-resolves), a team slug, or "team:<id>". | |
| auth_type | No | Auth type (custom MCP). Default: none. | |
| auth_token | No | Auth token or API key. | |
| header_name | No | Custom header name (for header_key auth). | |
| catalog_slug | No | MCP catalog slug for one-click connect. | |
| display_name | No | Human-readable name (custom MCP). |