turbometrics
Connects AI assistants to turbometrics.de for website performance analysis, scans, real user monitoring, and alerts management.
README
turbometrics MCP Server
Connect Claude and other AI tools directly to your turbometrics.de 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.de have?"
- "Has my score improved this week?"
- "Compare turbopress.de with turbometrics.de"
- "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.de 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.de/profile/api.
Setup
Claude Desktop (Mac)
- Install Node.js:
brew install node - Get your API token from Profile → API
- Edit
~/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"
]
}
}
}
- 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.de/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 |
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.