Warpmetrics MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WARPMETRICS_API_KEY | Yes | Your Warpmetrics API key | |
| WARPMETRICS_API_URL | No | API URL (default: https://api.warpmetrics.com) | https://api.warpmetrics.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_runs | List runs. Retrieve a paginated list of runs with optional filtering by label and date range. |
| get_run | Get run detail. Retrieve a single run by ID with full details including groups, calls, outcomes, and totals. |
| get_run_timeline | Get run timeline. Retrieve the execution timeline for a run, showing the sequence of calls and groups. |
| list_run_labels | List run labels. Retrieve all distinct run labels for the project, optionally filtered by date range. |
| get_run_matrix | Get run matrix. Retrieve a comparison matrix for runs with a given label, showing metrics across runs. |
| list_groups | List groups. Retrieve a paginated list of groups with optional filtering by label and date range. |
| get_group | Get group detail. Retrieve a single group by ID with full details including calls and outcomes. |
| list_calls | List calls. Retrieve a paginated list of LLM calls with optional filtering by date, model, status, and sort order. |
| get_call | Get call detail. Retrieve a single LLM call by ID with full details including messages, response, tools, and ancestry. |
| list_outcomes | List outcomes. Retrieve a paginated list of outcomes with optional filtering by name, classification, and date range. |
| get_outcome_stats | Get outcome statistics. Retrieve aggregated outcome statistics grouped by name, optionally filtered by date range. |
| list_classifications | List classifications. Retrieve all outcome classification rules for the project. |
| get_stats | Get summary statistics. Retrieve summary statistics including totals, trends vs previous period, and previous period values. Optionally filtered by date range. |
| get_timeseries | Get time series. Retrieve time series data with automatic hourly/daily resolution. Returns runs, calls, cost, latency, and success/failure per bucket. |
| get_global_counters | Get global counters. Retrieve all-time counters for the project: total runs, groups, calls, outcomes, tokens, cost, and latency. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/warpmetrics/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server