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

# List MCP Servers by Control Plane

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

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

Returns an array of MCP server objects for the specified control plane.

## Query parameters

- `page[size]` integer
- `page[after]` string
- `filter` object
  - `name` StringFieldContainsFilter — Filters on the given string field value by fuzzy match.
    - `contains` string, required

## Response `200`

A response to listing MCP servers with CP info.

- ListMCPServersCPInfoResponse
  - `data` MCPServerCPInfo[], required
    - `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.
  - `meta` CursorMeta, required — Pagination metadata.
    - `page` CursorMetaPage, required
      - `first` string, path — URI to the first page
      - `last` string, path — URI to the last page
      - `next` string, path, nullable, required — URI to the next page
      - `previous` string, path, nullable, required — URI to the previous page
      - `size` number, required — Requested page size

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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/versions/f920f418f552/schema)
