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.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?"
Related MCP server: MCP Server Pagespeed
Requirements
A turbometrics.io account (Starter plan or higher)
That's it. Sign-in happens in your browser — there is no token to copy.
Available Tools
Tool | Description |
| List all monitored URLs with schedule and status |
| Latest scan result: score, findings, TTFB, Core Web Vitals, report link |
| 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, with a report link for each |
| Start a scan for any URL — new or monitored; supports region, force, and auth |
| List scans — filterable by domain, status and page, with report links |
| Get details for a specific alert |
| Mark alerts as read |
| Account details: plan, API limits, RUM status |
Authentication
OAuth 2.1 with PKCE. Your client sends you to turbometrics.io, you approve once, and the client holds the token from then on. Access tokens last an hour and are renewed in the background; you can revoke any connected app at any time under Profile → API & apps.
Clients that do not speak OAuth can still authenticate with a personal API
token from the same page, sent as Authorization: Bearer YOUR_API_TOKEN.
Setup
Claude (recommended)
Claude supports custom connectors straight from the UI — no Node.js, no npx,
no config file to edit.
In Claude: Settings → Connectors → "Add custom connector"
Enter:
Name:
turbometricsURL:
https://turbometrics.io/mcp
Click "Add", then "Connect"
Approve the access in the browser window that opens
Use .io, not .de — the sign-in lives only on turbometrics.io, and a
connector pointed at the other domain cannot authorise itself.
The connector applies to your whole Claude account — claude.ai, desktop app and mobile apps alike.
Claude Code
claude mcp add --transport http turbometrics https://turbometrics.io/mcpThe browser opens for sign-in on first use.
ChatGPT
Developer mode is in beta and requires ChatGPT Plus or Pro.
Enable Settings → Developer Mode
Apps & Connectors → create a new connector
Server URL:
https://turbometrics.io/mcpChoose OAuth as the authentication method and approve in the browser
Other MCP clients (Cursor, Windsurf, etc.)
Setting | Value |
Server URL |
|
Transport | Streamable HTTP |
Auth | OAuth 2.1 (discovery is automatic), or |
Fallback: local setup via mcp-remote
Only needed for clients without a connector UI, or for older Claude/ChatGPT
desktop versions. mcp-remote performs the OAuth flow itself — no token in the
config file. Requires Node.js (brew install node, or the installer from
nodejs.org).
~/Library/Application Support/Claude/claude_desktop_config.json on Mac,
%APPDATA%\Claude\claude_desktop_config.json on Windows:
{
"mcpServers": {
"turbometrics": {
"command": "/opt/homebrew/bin/npx",
"args": [
"mcp-remote",
"https://turbometrics.io/mcp"
]
}
}
}Adjust the npx path to your system (which npx on Mac, where npx in CMD on
Windows), then restart the client.
Step-by-step instructions for every client: turbometrics.io/docs/mcp
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.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceActs as a bridge between AI models and Google's PageSpeed Insights API, enabling detailed performance analysis of websites.2213MIT
- AlicenseBqualityDmaintenanceEnables AI models to analyze webpage performance using the Google PageSpeed Insights API, providing real-time performance scores and improvement suggestions.125712MIT
- AlicenseNot gradedqualityDmaintenanceMonitor website health, uptime, SEO, security and performance via your AI assistant.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform comprehensive web performance analysis using Google's PageSpeed Insights API, including metrics, best practices, SEO, and accessibility audits.22MIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.
Load & browser performance testing — drive MaxoPerf from your AI agent with your API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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