Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport http turbometrics https://turbometrics.de/mcp

Summary

Connects AI assistants to turbometrics.de for website performance analysis, scans, real user monitoring, and alerts management.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport http turbometrics https://turbometrics.de/mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "turbometrics": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://turbometrics.de/mcp"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "turbometrics": {
      "url": "https://turbometrics.de/mcp"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "turbometrics": {
      "url": "https://turbometrics.de/mcp"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml — add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.turbometrics]
url = "https://turbometrics.de/mcp"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "turbometrics": {
        "url": "https://turbometrics.de/mcp",
        "transport": "streamable-http"
      }
    }
  }
}

README.md

turbometrics MCP Server

Connect Claude and other AI tools directly to your 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

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.

Setup

Claude Desktop (Mac)

  1. Install Node.js: brew install node
  2. Get your API token from Profile → API
  3. Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "turbometrics": {
      "command": "/opt/homebrew/bin/npx",
      "args": [
        "mcp-remote",
        "https://turbometrics.io/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_TOKEN"
      ]
    }
  }
}
  1. 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 |

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Observability servers.