Skip to main content

Timeseries queries

Time-bucketed MCP metrics over a window. Every timeseries query must include interval (or the deprecated intervalInSeconds). Each 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. Pin the tool-call subset with {"fieldName": "method", "operator": "IN", "value": ["tools/call"]} when you want toolName populated.
Total MCP requests per hour:
Hourly tool calls grouped by tool:
Track regressions per server, bucket-by-bucket:
Volume per JSON-RPC method over time:
Fine-grained tool-call traffic on one server:
Daily tool-call volume across a 7-day window:
Per-team tool-call usage over time:
Multiple filters and grouping together: