---
title: "Get Kong entities for the MCP Server Gateway"
method: GET
path: "/v1/mcp-cp/{controlPlaneId}/mcp-servers/{mcpServerId}/kong-entities"
tags: ["MCP Servers"]
---

# Get Kong entities for the MCP Server Gateway

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

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

Retrieves Kong entities (Routes, Services, Plugins) for the Gateway in front of the MCP Server.

## Query parameters

- `runtime_version` string

## Response `200`

Kong entities for the MCP server

- KongEntitiesResponse
  - `routes` KongRoute[], required
    - `id` string, uuid — Route ID
    - `name` string, required — Route name
    - `service` object — Reference to the service
      - `id` string, uuid
    - `paths` string[], required — Request paths
    - `methods` string[], required — HTTP methods
  - `services` KongService[], required
    - `id` string, uuid — Service ID
    - `name` string, required — Service name
    - `protocol` string, required — The protocol used to communicate with the Service.
    - `host` string, required — Service host
    - `port` integer, required — Service port
    - `path` string, required — Service path

## 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/b1ea6bd77dec/schema)
