streamable-httpMITupdated 15d ago
Connect Claude and other AI tools directly to your turbometrics.io account.
turbometrics mcp 能做什么?
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)
That's it. Sign-in happens in your browser — there is no token to copy.
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, report link |
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, with a report link for each |
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, with report links |
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
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:
turbometrics - URL:
https://turbometrics.io/mcp
- Name:
- 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/mcp
The 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/mcp - Choose OAuth as the authentication method and approve in the browser
Other MCP clients (Cursor, Windsurf, etc.)
| Setting | Value |
|---|---|
| Server URL | https://turbometrics.io/mcp |
| Transport | Streamable HTTP |
| Auth | OAuth 2.1 (discovery is automatic), or Authorization: Bearer YOUR_API_TOKEN |
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 |
安装
把 turbometrics mcp 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http turbometrics-mcp https://turbometrics.io/mcpcodex mcp add turbometrics-mcp --url https://turbometrics.io/mcp{
"mcpServers": {
"turbometrics-mcp": {
"url": "https://turbometrics.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"turbometrics-mcp": {
"type": "http",
"url": "https://turbometrics.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"turbometrics-mcp": {
"url": "https://turbometrics.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"turbometrics-mcp": {
"serverUrl": "https://turbometrics.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
14 个工具
turbometrics mcp 向已连接的智能体提供 14 个工具。
- list_domains
- List all monitored URLs with schedule and status
- get_latest_scan
- Latest scan result: score, findings, TTFB, Core Web Vitals, report link
- 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, with a report link for each
- 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, with report links
- 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
评分
83 / 100
优秀
- 文档25/25
- 维护25/25
- 可信度13/20
- 能力8/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 14 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.5.0最新 | 2026年8月24日 |
| 1.4.0 | 2026年8月19日 |
| 1.3.1 | 2026年8月1日 |
| 1.3.0 | 2026年4月10日 |
| 1.1.0 | 2026年4月9日 |
| 1.0.0 | 2026年4月9日 |