Create enabled MCP server
POST /api/v1/workspaces/{workspace_id}/enabled_mcp_servers
POST
/api/v1/workspaces/{workspace_id}/enabled_mcp_servers
Creates a new enabled MCP server
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” workspace_id
required
integer
Workspace ID
Request Body
Section titled “Request Body ”object
mcp_server_id
required
integer
after_oauth_redirect_url
required
string
Responses
Section titled “ Responses ”Successful
object
mcp_server_id
required
integer
Example
12345 name
required
string
Example
Shopify start_oauth_flow_url
required
string
Example
https://example.com/oauth/start enabled
boolean
Example
true logo_url
required
string
Example
https://example.com/logo.pngUnauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundNot Found
object
message
required
string
Example
Record not foundUnprocessable Entity
object
message
required
string
Example
Failed to save errors
required
object
key
additional properties
Array<string>
Example
{ "errors": { "username": [ "Username is required.", "Username must be unique." ], "email": [ "Invalid email format." ] }}