Skip to main content
POST
NOTE: Only shows Virtual MCP Servers available to the current user.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

VirtualMCPServerMySearchServiceSearchRequest searches Virtual MCP Servers the caller's own principal has a live use grant for. Only user principals may call this API.

pageSize
integer<int32>

Maximum number of matching servers to return. The maximum is 100.

pageToken
string

Opaque token that continues the PostgreSQL-backed search.

Response

200 - application/json

VirtualMCPServerMySearchServiceSearchResponse contains one page of the caller's currently available Virtual MCP Servers.

VirtualMCPServerMySearchServiceSearchResponse contains one page of the caller's currently available Virtual MCP Servers.

list
My Virtual Mcp Server · object[] | null

Available Virtual MCP Servers in this page.

nextPageToken
string

Opaque token that continues the PostgreSQL-backed search.