---
title: "List all MCP servers"
method: GET
path: "/api/v1/mcp-servers"
tags: ["mcp-servers"]
---

# List all MCP servers

`GET /api/v1/mcp-servers`

## Query parameters

- `groupId` string, required

## Response `200`

- McpServerResponseDto[]
  - `id` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `transportType` 'http' | 'stdio', required
  - `endpoint` string, nullable, required
  - `command` string, nullable, required
  - `args` string[], nullable, required
  - `hasHeaders` boolean, required
  - `headerKeys` string[], nullable, required
  - `enabled` boolean, required
  - `healthCheckUrl` string, nullable, required
  - `lastHealthCheck` string, date-time, nullable, required
  - `lastHealthStatus` 'healthy' | 'unhealthy' | 'unknown', nullable, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `groupId` string, nullable, required

## Changes

- **2026-02-05** `d70838e27152` — 1 breaking
  - added the new required `query` request parameter `groupId`
- **2026-02-04** `e9f8ffc0b4ff` — 2 info
  - removed the `sse` enum value from the `items/transportType` response property for the response status `200`
  - removed the `websocket` enum value from the `items/transportType` response property for the response status `200`
- **2026-02-03** `1c925b8c211d` — 8 breaking, 12 info
  - the response property `items/args` became nullable for the status `200`
  - the response property `items/command` became nullable for the status `200`
  - the response property `items/description` became nullable for the status `200`
  - the response property `items/endpoint` became nullable for the status `200`
  - …16 more
- **2026-02-03** `4b54e651bd84` — 1 info
  - added the optional property `items/groupId` to the response with the `200` status
- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/mcp-servers/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
