Skip to main content
GET
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Query Parameters

source
enum<string> | null

Restrict results to platform-managed or workspace-authored MCP integrations. Defaults to all rows.

Available options:
platform,
workspace

Response

Successful Response

id
string<uuid4>
required
workspace_id
string<uuid>
required
name
string
required
description
string | null
required
slug
string
required
server_type
enum<string>
required
Available options:
http,
stdio
server_uri
string | null
required
auth_type
enum<string>
required

Authentication type for MCP integrations.

Available options:
OAUTH2,
CUSTOM,
NONE
oauth_integration_id
string<uuid4> | null
required
state
enum<string>
required
Available options:
not_configured,
configured,
connected,
reauth_required,
error
stdio_command
string | null
required
stdio_args
string[] | null
required
timeout
integer | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
has_stdio_env
boolean
default:false
tools
MCPToolSummary · object[] | null