Smithery

mcp.servers.instances.create

Creates a new instance for a Model Control Protocol (MCP) server. This endpoint validates that the user has connected accounts for all auth configurations associated with the MCP server before creating the instance.

Remote smithery/composio

Other tools also called mcp.servers.instances.create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user_id": {
      "type": "string",
      "example": "user_123456",
      "minLength": 1,
      "description": "The user ID (entity ID) that will be used as both the user identifier and instance ID"
    },
    "serverId": {
      "type": "string",
      "example": "550e8400-e29b-41d4-a716-446655440000",
      "description": "The ID of the MCP server"
    }
  }
}