Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
64/100
· OK
Passed
  • Open-source license (MIT)
  • Recently active
Flags
  • !No description
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/turbopress-de/turbometrics-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "turbometrics-mcp": {
      "command": "node",
      "args": ["/path/to/turbometrics-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/turbopress-de/turbometrics-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# turbometrics MCP Server

Connect Claude and other AI tools directly to your [turbometrics.io](https://turbometrics.io) account.

## What you can do

Ask your AI assistant questions like:

**Scans & Performance**
- "What's the performance score of turbopress.de?"
- "Which findings does turbometrics.io have?"
- "Has my score improved this week?"
- "Compare turbopress.de with turbometrics.io"
- "Scan https://new-client-site.com and show me the results" *(any URL, even unmonitored ones)*
- "Start a scan for example.com in the EU region"

**Real User Monitoring**
- "Show Core Web Vitals for turbopress.de"
- "How has the LCP of my site trended over the last 30 days?"
- "Which pages on turbopress.de have the worst LCP?"
- "Compare INP this week vs last week"

**Alerts & Account**
- "Show all open alerts"
- "List my recent scans filtered by status"
- "Show details for alert #123"
- "Mark all alerts as read"
- "What plan am I on and how many API requests do I have left today?"

## Requirements

- A turbometrics.io account (Starter plan or higher)
- An API token from [Profile → API](https://turbometrics.io/profile/api)

## Available Tools

| Tool | Description |
|------|-------------|
| `list_domains` | List all monitored URLs with schedule and status |
| `get_latest_scan` | Latest scan result: score, findings, TTFB, Core Web Vitals |
| `get_scan_history` | Score history — works for monitored and new domains |
| `get_findings` | Detailed findings for a specific scan |
| `list_alerts` | List open or resolved alerts |
| `get_rum_summary` | Real User Monitoring summary: Core Web Vitals p75 values |
| `get_rum_metric_history` | Daily trend for a RUM metric (LCP, CLS, INP, FCP, TTFB) |
| `get_rum_pages` | Slowest pages ranked by metric |
| `compare_domains` | Compare two domains side by side |
| `trigger_scan` | Start a scan for any URL — new or monitored; supports region, force, and auth |
| `list_scans` | List scans — filterable by domain, status and page |
| `get_alert` | Get details for a specific alert |
| `mark_alerts_read` | Mark alerts as read |
| `get_account_info` | Account details: plan, API limits, RUM status |

## Authentication

Every request requires a Bearer token passed via the `Authorization` header.
Get your token at [turbometrics.io/profile/api](https://turbometrics.io/profile/api).

## Setup

### Claude Desktop (Mac)

1. Install Node.js: `brew install node`
2. Get your API token from [Profile → API](https://turbometrics.io/profile/api)
3. Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "turbometrics": {
      "command": "/opt/homebrew/bin/npx",
      "args": [
        "mcp-remote",
        "https://turbometrics.io/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_TOKEN"
      ]
    }
  }
}
```

4. Restart Claude Desktop

### Claude Desktop (Windows)

Same as Mac — find your `npx` path with `where npx` in CMD.

### Other MCP Clients (Cursor, Windsurf, etc.)

| Setting | Value |
|---------|-------|
| Server URL | `https://turbometrics.io/mcp` |
| Transport | Streamable HTTP |
| Auth | `Authorization: Bearer YOUR_API_TOKEN` |

## Plans

API access is available from the **Starter plan** and above.

| Plan | Daily API Limit |
|------|----------------|
| Starter | 1,000 requests |
| Pro | 5,000 requests |
| Agency | Unlimited |

What people ask about turbometrics-mcp

What is turbopress-de/turbometrics-mcp?

+

turbopress-de/turbometrics-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install turbometrics-mcp?

+

You can install turbometrics-mcp by cloning the repository (https://github.com/turbopress-de/turbometrics-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is turbopress-de/turbometrics-mcp safe to use?

+

Our security agent has analyzed turbopress-de/turbometrics-mcp and assigned a Trust Score of 64/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains turbopress-de/turbometrics-mcp?

+

turbopress-de/turbometrics-mcp is maintained by turbopress-de. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to turbometrics-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy turbometrics-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: turbopress-de/turbometrics-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/turbopress-de-turbometrics-mcp)](https://claudewave.com/repo/turbopress-de-turbometrics-mcp)
<a href="https://claudewave.com/repo/turbopress-de-turbometrics-mcp"><img src="https://claudewave.com/api/badge/turbopress-de-turbometrics-mcp" alt="Featured on ClaudeWave: turbopress-de/turbometrics-mcp" width="320" height="64" /></a>

More MCP Servers

turbometrics-mcp alternatives