---
title: "List all clients status"
method: GET
path: "/api/v1beta/discovery/clients"
tags: ["discovery"]
---

# List all clients status

`GET /api/v1beta/discovery/clients`

List all clients compatible with ToolHive and their status

## Response `200`

OK

- V1ClientStatusResponse
  - `clients` ClientMCPClientStatus[]
    - `client_type` 'roo-code' | 'cline' | 'cursor' | 'vscode-insider' | 'vscode' | 'claude-code' | 'windsurf' | 'windsurf-jetbrains' | 'amp-cli' | 'amp-vscode' | 'amp-cursor' | 'amp-vscode-insider' | 'amp-windsurf' | 'lm-studio' | 'goose' | 'trae' | 'continue' | 'opencode' | 'kiro' | 'antigravity' | 'zed' — ClientType is the type of MCP client
    - `installed` boolean — Installed indicates whether the client is installed on the system
    - `registered` boolean — Registered indicates whether the client is registered in the ToolHive configuration

## Changes

- **2026-01-29** `ff6ce8dd8f3a` — 6 warning, 7 info
  - removed the optional property `clients/items/supports_plugins` from the response with the `200` status
  - removed the optional property `clients/items/supports_skills` from the response with the `200` status
  - added the new `amp-cursor` enum value to the `clients/items/client_type` response property for the response status `200`
  - added the new `amp-vscode` enum value to the `clients/items/client_type` response property for the response status `200`
  - …9 more

[Change history](https://skmtc.dev/stacklok/apis/toolhive-api/changes/api/v1beta/discovery/clients/get.md)

---

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