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

ParameterTypeRequiredDescription
organizationIdstringYesThe organization the server belongs to. From list_organizations.
serverIdstringYesThe server to query. From list_servers.
timeRange"24h" | "7d" | "30d" | "90d"NoWindow to aggregate (default 24h).
granularity"minute" | "hour" | "day" | "week" | "month"NoTimeline bucket size (default hour for 24h, day otherwise).

On this page