Skip to main content
GET
List session MCP servers

Authorizations

X-API-KEY
string
header
required

Headers

X-End-User-ID
string | null

Path Parameters

session_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

The unique identifier for the MCP server.

name
string
required

The name of the MCP server.

status
string
required

The current status of the MCP server (e.g., active, inactive).

transport_type
string
required

MCP transport type (sse or http).

server_url
string
required

MCP server connection URL.

description
string | null

A description of the MCP server.

source_type
string
default:manual

Origin of the server: manual or flow_relay.

flow
PublicMCPServerFlowInfo · object | null

Flow relay metadata when source_type is flow_relay.

cached_tools
Cached Tools · object[]

The tools provided by this MCP server.

cached_resources
Cached Resources · object[]

The resources provided by this MCP server.