Skip to main content

Distribution queries

Aggregated snapshots of MCP metrics over a time window. Every example below posts JSON to:
with 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.
Count requests per server, alongside p99 latency:
Restrict to tools/call and group by toolName:
Traffic mix per server (initialize / tools/list / tools/call / …):
p50, p90, and p99 latency per tool:
How many unique tools each server exposed:
Count tool calls excluding internal/debug tools using NOT_IN:
Find slow tool calls (above 5 seconds):
Tool-call counts per metadata key:
Tool-call activity scoped to a team:
Tool-call traffic on a known list of servers, latency window, scoped to a team: