---
title: "Get a specific MCP group"
method: GET
path: "/api/v1/mcp-groups/{id}"
tags: ["mcp-groups"]
---

# Get a specific MCP group

`GET /api/v1/mcp-groups/{id}`

## Path parameters

- `id` string, required

## 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-07-17** `cc60562ad9f3` — 1 breaking
  - the `credentialMapping/additionalProperties/` response's property type/format changed from ``/`` to `string`/`` for status `200`
- **2026-02-03** `1c925b8c211d` — 4 breaking, 6 info
  - the response property `credentialMapping` became nullable for the status `200`
  - the response property `defaultDockerImage` became nullable for the status `200`
  - the response property `description` became nullable for the status `200`
  - the response property `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

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