Skip to main content
Glama
warpmetrics

Warpmetrics MCP Server

Official
by warpmetrics

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

Related MCP server: Shepherd 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

Variable

Required

Description

WARPMETRICS_API_KEY

Yes

Your Warpmetrics API key

WARPMETRICS_API_URL

No

API 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
7Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables querying Langfuse analytics, cost metrics, and usage data across multiple projects. Provides tools for trace analysis, model/service cost breakdowns, and daily usage trends through natural language queries.
    Last updated
    24
    132
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to query and analyze AI agent sessions from observability providers like Shepherd (AIOBS) and Langfuse, allowing users to debug agent runs, compare sessions, track performance, and analyze LLM usage patterns.
    Last updated
    18
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with Datadog's observability platform via natural language, covering metrics, logs, APM, monitors, dashboards, incidents, and infrastructure.
    Last updated
    868
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Agent-operated web + product analytics. 79 tools + 14 prompts; answers provably match the dashboard.

  • Ask your app anything — revenue, errors, read-cost, growth — and get rendered charts back.

  • Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.

View all MCP Connectors

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