Distribution queries
Aggregated snapshots of MCP metrics over a time window. Every example below posts JSON to:Authorization: Bearer <your_api_key> and Content-Type: application/json. To keep the snippets short, only the JSON body is shown; the wrapper is identical to the Overview Quick Start.
MCP metrics include all JSON-RPC methods by default. Many of the examples below pin the tool-call subset with
{"fieldName": "method", "operator": "IN", "value": ["tools/call"]} so toolName is populated.Top servers by request count
Top servers by request count
Count requests per server, alongside p99 latency:
Tool calls grouped by tool name
Tool calls grouped by tool name
Restrict to
tools/call and group by toolName:Method distribution per server
Method distribution per server
Traffic mix per server (initialize / tools/list / tools/call / …):
Latency percentiles by tool
Latency percentiles by tool
p50, p90, and p99 latency per tool:
Distinct tools per server
Distinct tools per server
How many unique tools each server exposed:
Exclude internal tools
Exclude internal tools
Count tool calls excluding internal/debug tools using
NOT_IN:High-latency tool calls
High-latency tool calls
Find slow tool calls (above 5 seconds):
Group by metadata
Group by metadata
Tool-call counts per metadata key:
Filter by team
Filter by team
Tool-call activity scoped to a team:
Complex filter combination
Complex filter combination
Tool-call traffic on a known list of servers, latency window, scoped to a team: