Skip to main content
Glama
turbopress-de

turbometrics

turbometrics MCP Server

将 Claude 和其他 AI 工具直接连接到您的 turbometrics.io 账户。

您可以做什么

向您的 AI 助手提问,例如:

扫描与性能

  • "turbopress.de 的性能得分是多少?"

  • "turbometrics.io 有哪些发现?"

  • "本周我的得分有提升吗?"

  • "比较 turbopress.de 与 turbometrics.io"

  • "扫描 https://new-client-site.com 并显示结果" (任何 URL,即使是未监控的)

  • "在欧盟区域为 example.com 启动扫描"

真实用户监控

  • "显示 turbopress.de 的 Core Web Vitals"

  • "过去 30 天我网站的 LCP 趋势如何?"

  • "turbopress.de 上哪些页面的 LCP 最差?"

  • "比较本周与上周的 INP"

警报与账户

  • "显示所有未处理的警报"

  • "按状态筛选列出我最近的扫描"

  • "显示警报 #123 的详细信息"

  • "将所有警报标记为已读"

  • "我当前使用什么套餐,今天还剩多少 API 请求?"

Related MCP server: MCP Server Pagespeed

要求

  • 一个 turbometrics.io 账户(Starter 套餐或更高)

仅此而已。登录在浏览器中完成——无需复制任何令牌。

可用工具

工具

描述

list_domains

列出所有受监控的 URL 及其计划和状态

get_latest_scan

最新扫描结果:得分、发现、TTFB、Core Web Vitals、报告链接

get_scan_history

得分历史——适用于已监控和新域名

get_findings

特定扫描的详细发现

list_alerts

列出未处理或已解决的警报

get_rum_summary

Real User Monitoring 摘要:Core Web Vitals p75 值

get_rum_metric_history

RUM 指标的每日趋势(LCP、CLS、INP、FCP、TTFB)

get_rum_pages

按指标排序的最慢页面

compare_domains

并排比较两个域名,每个域名附有报告链接

trigger_scan

为任何 URL 启动扫描——新的或已监控的;支持区域、强制和认证

list_scans

列出扫描——可按域名、状态和页面筛选,附有报告链接

get_alert

获取特定警报的详细信息

mark_alerts_read

将警报标记为已读

get_account_info

账户详情:套餐、API 限制、RUM 状态

认证

使用 PKCE 的 OAuth 2.1。您的客户端会将您引导至 turbometrics.io,您只需批准一次,此后客户端便持有令牌。访问令牌有效期为 1 小时,并在后台自动续期;您可以随时在 Profile → API & apps 下撤销任何已连接的应用。

不支持 OAuth 的客户端仍可使用同一页面上的个人 API 令牌进行认证,以 Authorization: Bearer YOUR_API_TOKEN 的形式发送。

设置

Claude(推荐)

Claude 支持直接从界面添加自定义连接器——无需 Node.js、无需 npx、无需编辑配置文件。

  1. 在 Claude 中:设置 → 连接器 → "添加自定义连接器"

  2. 输入:

    • 名称: turbometrics

    • URL: https://turbometrics.io/mcp

  3. 点击 "添加",然后 "连接"

  4. 在打开的浏览器窗口中批准访问

请使用 .io,而不是 .de——登录仅存在于 turbometrics.io 上,指向另一个域名的连接器无法自行授权。

该连接器适用于您的整个 Claude 账户——claude.ai、桌面应用和移动应用均适用。

Claude Code

claude mcp add --transport http turbometrics https://turbometrics.io/mcp

首次使用时浏览器会打开以进行登录。

ChatGPT

开发者模式处于测试阶段,需要 ChatGPT Plus 或 Pro。

  1. 启用 设置 → 开发者模式

  2. 应用与连接器 → 创建新连接器

  3. 服务器 URL:https://turbometrics.io/mcp

  4. 选择 OAuth 作为认证方式,并在浏览器中批准

其他 MCP 客户端(Cursor、Windsurf 等)

设置

服务器 URL

https://turbometrics.io/mcp

传输方式

Streamable HTTP

认证

OAuth 2.1(自动发现),或 Authorization: Bearer YOUR_API_TOKEN

备选方案:通过 mcp-remote 进行本地设置

仅适用于没有连接器界面的客户端,或较旧的 Claude/ChatGPT 桌面版本。mcp-remote 自行执行 OAuth 流程——配置文件中无需令牌。需要 Node.js(brew install node,或从 nodejs.org 下载安装程序)。

Mac 上为 ~/Library/Application Support/Claude/claude_desktop_config.json,Windows 上为 %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "turbometrics": {
      "command": "/opt/homebrew/bin/npx",
      "args": [
        "mcp-remote",
        "https://turbometrics.io/mcp"
      ]
    }
  }
}

根据您的系统调整 npx 路径(Mac 上使用 which npx,Windows 的 CMD 中使用 where npx),然后重启客户端。

每个客户端的逐步说明:turbometrics.io/docs/mcp

套餐

API 访问从 Starter 套餐 起可用。

套餐

每日 API 限制

Starter

1,000 次请求

Pro

5,000 次请求

Agency

无限制

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

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