{
  "markdown": "# Warpmetrics MCP Server\n\nConnect AI assistants to your Warpmetrics AI agent telemetry via the [Model Context Protocol](https://modelcontextprotocol.io).\n\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io/servers/io.github.warpmetrics/warpmetrics-mcp)\n[![npm](https://img.shields.io/npm/v/@warpmetrics/mcp)](https://www.npmjs.com/package/@warpmetrics/mcp)\n\n## Installation\n\n```bash\nnpm install -g @warpmetrics/mcp\n```\n\n## Setup\n\n### 1. Get your API key\n\nCreate an API key at [warpmetrics.com/app/api-keys](https://warpmetrics.com/app/api-keys)\n\n### 2. Configure Claude Desktop\n\nAdd to your `~/.claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"warpmetrics\": {\n      \"command\": \"warpmetrics-mcp\",\n      \"env\": {\n        \"WARPMETRICS_API_KEY\": \"wm_live_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n### 3. Restart Claude Desktop\n\nThe Warpmetrics tools will now be available.\n\n## Available Tools\n\nTools are loaded dynamically from the Warpmetrics API and stay automatically in sync.\n\n**View all available tools:**\n- Documentation: [warpmetrics.com/docs/mcp](https://warpmetrics.com/docs/mcp)\n- CLI: `npx @warpmetrics/mcp --list-tools`\n\n## Example Prompts\n\n### Runs & Calls\n- \"How many runs did I have today?\"\n- \"Show me the most expensive calls\"\n- \"List recent failed runs\"\n- \"Show details for run wm_run_01abc123\"\n\n### Costs & Performance\n- \"What's my total LLM spend this week?\"\n- \"What's the average latency for my code-review agent?\"\n- \"Show me cost trends for the last 7 days\"\n\n### Outcomes & Success Rates\n- \"What's the success rate for my code-review agent?\"\n- \"Show me outcome statistics\"\n- \"List all outcome classifications\"\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `WARPMETRICS_API_KEY` | Yes | Your Warpmetrics API key |\n| `WARPMETRICS_API_URL` | No | API URL (default: https://api.warpmetrics.com) |\n\n## Development\n\n```bash\ngit clone https://github.com/warpmetrics/mcp.git\ncd mcp\nnpm install\n\n# Run locally\nWARPMETRICS_API_KEY=wm_live_... node src/index.js\n```\n\n## License\n\nMIT\n",
  "bytes": 2127,
  "sha": "8b793b6faa80bd8be385803ec04d554efe5997e4005c781100ee6b1bf9f76c8d",
  "repo_slug": "warpmetrics/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_warpmetrics_mcp_e7724c1e/readme"
}