get_server_client_breakdown
Which MCP clients connect to a server, with session and request counts.
Returns a breakdown of which MCP clients connect to a server, clientName, clientVersion, protocol, sessionCount, requestCount, plus a timeline of request counts per client per time bucket. Results are capped to the top 10 clients by request count. Read-only.
In MCP Apps-capable clients this renders the client-breakdown widget: a chart of clients over time.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | The organization the server belongs to. From list_organizations. |
serverId | string | Yes | The server to query. From list_servers. |
timeRange | "24h" | "7d" | "30d" | "90d" | No | Window to aggregate (default 24h). |
granularity | "minute" | "hour" | "day" | "week" | "month" | No | Timeline bucket size (default hour for 24h, day otherwise). |
Related
get_server_tool_breakdown: what those clients are calling