Connects Claude to your turbometrics.de performance monitoring account via their API. You get tools to pull scan results and Core Web Vitals, query Real User Monitoring data with daily trends and slowest pages, trigger new scans for any URL with region selection, and manage alerts. Useful when you want to compare domain performance, track LCP or INP over time, or analyze findings without opening the dashboard. Requires a Starter plan or higher and a Bearer token from your profile settings. Built on streamable HTTP transport with rate limits from 1,000 to unlimited daily requests depending on your plan.
Connect Claude and other AI tools directly to your turbometrics.de account.
Ask your AI assistant questions like:
Scans & Performance
Real User Monitoring
Alerts & Account
| 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 |
Every request requires a Bearer token passed via the Authorization header.
Get your token at turbometrics.de/profile/api.
brew install node~/Library/Application Support/Claude/claude_desktop_config.json:{
"mcpServers": {
"turbometrics": {
"command": "/opt/homebrew/bin/npx",
"args": [
"mcp-remote",
"https://turbometrics.de/mcp",
"--header",
"Authorization: Bearer YOUR_API_TOKEN"
]
}
}
}
Same as Mac — find your npx path with where npx in CMD.
| Setting | Value |
|---|---|
| Server URL | https://turbometrics.de/mcp |
| Transport | Streamable HTTP |
| Auth | Authorization: Bearer YOUR_API_TOKEN |
API access is available from the Starter plan and above.
| Plan | Daily API Limit |
|---|---|
| Starter | 1,000 requests |
| Pro | 5,000 requests |
| Agency | Unlimited |
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json