Skip to content

List enabled MCP servers

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

Retrieves the enabled MCP servers

workspace_id
required
integer

Workspace ID

Successful

object
results
required
Array<object>
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