Skip to content

Get MCP server

GET
/api/v1/workspaces/{workspace_id}/mcp_servers/{id}

Retrieves a single MCP server by ID.

workspace_id
required
integer

Workspace ID

id
required
integer

MCP Server ID

Successful

object
id
required
integer
Example
12345
name
required
string
Example
Shopify
url
required
string
Example
https://example.com
healthcheck_status
required
string
Allowed values: pending healthy unhealthy
Example
pending
headers
required
object
key
additional properties
string
created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z
tools
required
Array<object>
object
id
required
integer
Example
12345
name
required
string
Example
Shopify
description
required
string
Example
Shopify API
enabled
required
boolean
Example
true
created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z
logo_url
required
string
nullable
Example
https://example.com/logo.png
oauth
required
boolean
start_oauth_flow_url
required
string
nullable
Example
https://example.com/oauth/start

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