---
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.
Each object includes supports_skills when ToolHive can install skills for that client.

## Response `200`

OK

- PkgApiV1ClientStatusResponse
  - `clients` GithubComStacklokToolhivePkgClientClientAppStatus[]
    - `client_type` 'roo-code' | 'cline' | 'cursor' | 'vscode-insider' | 'vscode' | 'claude-code' | 'windsurf' | 'windsurf-jetbrains' | 'amp-cli' | 'lm-studio' | 'goose' | 'trae' | 'continue' | 'opencode' | 'kiro' | 'antigravity' | 'zed' | 'gemini-cli' | 'vscode-server' | 'mistral-vibe' | 'codex' | 'kimi-cli' | 'factory' | 'copilot-cli' — 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
    - `supports_plugins` boolean — SupportsPlugins indicates whether ToolHive can install plugins for this client
    - `supports_skills` boolean — SupportsSkills indicates whether ToolHive can install skills for this client

---

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