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

# List available MCP group templates

`GET /api/v1/mcp-groups/templates`

## Response `200`

- GroupTemplateDto[]
  - `slug` string, required
  - `name` string, required
  - `description` string
  - `credentialContractName` string, required
  - `credentialMapping` object
  - `defaultDockerImage` string, required
  - `version` object, required
    - `major` number, required
    - `minor` number, required
    - `patch` number, required
  - `servers` object[], required
    - `name` string, required
    - `description` string
    - `transportType` 'http' | 'stdio' | 'sse' | 'websocket', required
    - `endpoint` string
    - `command` string
    - `args` string[]
    - `recommended` boolean, required
    - `defaultSelected` boolean, required
  - `templateHash` string, required

## Changes

- **2026-07-17** `cc60562ad9f3` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2026-02-09** `e9e7dcb42b41` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`
- **2026-02-03** `1c925b8c211d` — 4 info
  - the response property `items/version/major` became required for the status `200`
  - the response property `items/version/minor` became required for the status `200`
  - the response property `items/version/patch` became required for the status `200`
  - added 'propertyNames' constraint to the `items/credentialMapping` response property for the status `200`
- **2026-02-03** `e82c880347b2` — 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/templates/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)
