v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
MCP Servers

Get MCP Server by Control Plane

Pre-release Endpoint This endpoint is currently in beta and is subject to change.

Retrieves an MCP server by its ID within a specific control plane context.

get/v1/mcp-cp/{controlPlaneId}/mcp-servers/{mcpServerId}

Response

A response to retrieving a single MCP server within a control plane context.

idstring uuid required

The unique identifier for the MCP server.

namestring required

The name of the MCP server.

descriptionstring

A description of the MCP server.

labelsobject

Labels for the MCP server.

deployed_atstring date-time

The timestamp when the MCP server was deployed.

control_plane_idstring uuid nullable

The control plane ID associated with the MCP server.

resource_idstring uuid nullable

The MCP resource ID associated with the MCP server.

mode'basic' | 'advanced'

Whether the MCP Server deployment on this Control Plane is managed by Konnect defaults ('basic') or configured directly via Kong Operator custom resources ('advanced').

versionstring required

The version of the MCP server.

created_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time required

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}