---
title: "List MCP Tool Groups"
method: GET
path: "/api/mcp/tool-groups"
tags: ["MCP Tool Groups"]
---

# List MCP Tool Groups

`GET /api/mcp/tool-groups`

Returns tool groups visible to the caller. When all of `limit`, `offset`, and `search` are omitted, every group is returned in one response.

## Query parameters

- `limit` integer
- `offset` integer
- `search` string

## Response `200`

Successful response

- object
  - `mcp_tool_groups` object[]
    - `id` integer
    - `name` string
    - `description` string, nullable
    - `enabled` boolean
    - `tools` object[]
      - `mcp_client_id` string, required — ID of a deployed MCP client.
      - `tool_names` string[] — Specific tools from this client to include in the group. An empty or omitted array means "all tools from this client".
    - `virtual_key_ids` string[]
    - `team_ids` string[]
    - `customer_ids` string[]
    - `user_ids` string[]
    - `provider_names` string[]
    - `api_key_ids` integer[]
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `count` integer
  - `total_count` integer
  - `limit` integer
  - `offset` integer

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
