---
title: "Get MCP Server by Control Plane"
method: GET
path: "/v1/mcp-cp/{controlPlaneId}/mcp-servers/{mcpServerId}"
tags: ["MCP Servers"]
---

# Get MCP Server by Control Plane

`GET /v1/mcp-cp/{controlPlaneId}/mcp-servers/{mcpServerId}`

**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.

## Response `200`

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

- MCPServerCPInfo
  - `id` string, uuid, required — The unique identifier for the MCP server.
  - `name` string, required — The name of the MCP server.
  - `description` string — A description of the MCP server.
  - `labels` object — Labels for the MCP server.
  - `deployed_at` string, date-time — The timestamp when the MCP server was deployed.
  - `control_plane_id` string, uuid, nullable — The control plane ID associated with the MCP server.
  - `resource_id` string, 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').
  - `version` string, required — The version of the MCP server.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
  - `container` object — Configuration for the main container.
    - `image` string — The container image to use.
  - `init_container` object — Configuration for the init container.
    - `image` string — The container image to use.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b31b9b097e6d/schema)
