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

# List all MCP groups

`GET /api/v1/mcp-groups`

## Query parameters

- `enabled` boolean

## Response `200`

- McpGroupResponseDto[]
  - `id` string, required
  - `slug` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `credentialContractName` string, required
  - `credentialMapping` object, nullable, required
  - `defaultDockerImage` string, nullable, required
  - `enabled` boolean, required
  - `templateHash` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2026-02-03** `1c925b8c211d` — 4 breaking, 6 info
  - the response property `items/credentialMapping` became nullable for the status `200`
  - the response property `items/defaultDockerImage` became nullable for the status `200`
  - the response property `items/description` became nullable for the status `200`
  - the response property `items/templateHash` became nullable for the status `200`
  - …6 more
- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added
- **2026-02-02** `321c48cce199` — 1 breaking
  - api path removed without deprecation
- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/mcp-groups/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/9b3bfcd1f476/schema)
