Back to Browse

Mcp MCP Server

Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes.

About

Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes.

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-warpmetrics-mcp": {
      "args": [
        "-y",
        "@warpmetrics/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Warpmetrics MCP Server

Connect AI assistants to your Warpmetrics AI agent telemetry via the Model Context Protocol.

MCP Registry npm

Installation

npm install -g @warpmetrics/mcp

Setup

1. Get your API key

Create an API key at warpmetrics.com/app/api-keys

2. Configure Claude Desktop

Add to your ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "warpmetrics": {
      "command": "warpmetrics-mcp",
      "env": {
        "WARPMETRICS_API_KEY": "wm_live_your_api_key_here"
      }
    }
  }
}

3. Restart Claude Desktop

The Warpmetrics tools will now be available.

Available Tools

Tools are loaded dynamically from the Warpmetrics API and stay automatically in sync.

View all available tools:

Example Prompts

Runs & Calls

  • "How many runs did I have today?"
  • "Show me the most expensive calls"
  • "List recent failed runs"
  • "Show details for run wm_run_01abc123"

Costs & Performance

  • "What's my total LLM spend this week?"
  • "What's the average latency for my code-review agent?"
  • "Show me cost trends for the last 7 days"

Outcomes & Success Rates

  • "What's the success rate for my code-review agent?"
  • "Show me outcome statistics"
  • "List all outcome classifications"

Environment Variables

VariableRequiredDescription
WARPMETRICS_API_KEYYesYour Warpmetrics API key
WARPMETRICS_API_URLNoAPI URL (default: https://api.warpmetrics.com)

Development

git clone https://github.com/warpmetrics/mcp.git
cd mcp
npm install

# Run locally
WARPMETRICS_API_KEY=wm_live_... node src/index.js

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Mcp MCP Server - Connect AI assistants to Warpmetrics — query runs, calls, | MCP Marketplace