turbometrics
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@turbometricsWhat's the performance score of turbopress.de?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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?"
Related MCP server: MCP Server Pagespeed
Requirements
A turbometrics.de account (Starter plan or higher)
An API token from Profile → API
Available Tools
Tool | Description |
| List all monitored URLs with schedule and status |
| Latest scan result: score, findings, TTFB, Core Web Vitals |
| Score history — works for monitored and new domains |
| Detailed findings for a specific scan |
| List open or resolved alerts |
| Real User Monitoring summary: Core Web Vitals p75 values |
| Daily trend for a RUM metric (LCP, CLS, INP, FCP, TTFB) |
| Slowest pages ranked by metric |
| Compare two domains side by side |
| Start a scan for any URL — new or monitored; supports region, force, and auth |
| List scans — filterable by domain, status and page |
| Get details for a specific alert |
| Mark alerts as read |
| 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 nodeGet 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 |
|
Transport | Streamable HTTP |
Auth |
|
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 |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/turbopress-de/turbometrics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server