Skip to content

Create enabled MCP server

POST
/api/v1/workspaces/{workspace_id}/enabled_mcp_servers

Creates a new enabled MCP server

workspace_id
required
integer

Workspace ID

object
mcp_server_id
required
integer
after_oauth_redirect_url
required
string

Successful

object
mcp_server_id
required
integer
Example
12345
name
required
string
Example
Shopify
start_oauth_flow_url
required
string
nullable
Example
https://example.com/oauth/start
enabled
boolean
Example
true
logo_url
required
string
nullable
Example
https://example.com/logo.png

Unauthorized

object
message
required
string
Example
Record not found

Forbidden

object
message
required
string
Example
Record not found

Not Found

object
message
required
string
Example
Record not found

Unprocessable 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."
]
}
}