create_mcp_server
Creates a new MCP server within a specified integration, returning its ID and slug for further configuration.
Instructions
Create an MCP server under an existing integration. Registers the server and returns the new id and slug; use list_mcp_integrations first to find the parent integration, then capabilities or access tools to configure it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the MCP server | |
| slug | No | Custom slug. Auto-generated if omitted | |
| description | No | Description of the MCP server | |
| mcp_integration_id | Yes | ID or slug of the MCP integration this server belongs to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |