turbometrics
turbometrics MCP サーバー
Claude やその他の AI ツールを、お使いの turbometrics.io アカウントに直接接続します。
できること
AI アシスタントに次のような質問ができます:
スキャンとパフォーマンス
「turbopress.de のパフォーマンススコアは?」
「turbometrics.io にはどのようなフィンドリングがありますか?」
「今週、スコアは改善しましたか?」
「turbopress.de と turbometrics.io を比較して」
「https://new-client-site.com をスキャンして結果を見せて」 (監視対象外の URL でも可)
「example.com のスキャンを EU リージョンで開始して」
Real User Monitoring
「turbopress.de の Core Web Vitals を表示して」
「私のサイトの LCP は過去 30 日間でどのように推移しましたか?」
「turbopress.de で LCP が最も悪いページはどれですか?」
「今週と先週の INP を比較して」
アラートとアカウント
「未解決のアラートをすべて表示して」
「ステータスでフィルタリングした最近のスキャンを一覧表示して」
「アラート #123 の詳細を表示して」
「すべてのアラートを既読にして」
「現在のプランと、今日の API リクエストの残り回数は?」
Related MCP server: MCP Server Pagespeed
要件
turbometrics.io アカウント(Starter プラン以上)
これだけです。サインインはブラウザで行われます。コピーするトークンはありません。
利用可能なツール
ツール | 説明 |
| スケジュールとステータスを含む、監視中のすべての URL を一覧表示 |
| 最新のスキャン結果: スコア、フィンドリング、TTFB、Core Web Vitals、レポートリンク |
| スコア履歴 — 監視中および新規ドメインの両方で動作 |
| 特定のスキャンの詳細なフィンドリング |
| 未解決または解決済みのアラートを一覧表示 |
| Real User Monitoring の概要: Core Web Vitals の p75 値 |
| RUM メトリクス(LCP、CLS、INP、FCP、TTFB)の日次トレンド |
| メトリクスでランク付けされた最も遅いページ |
| 2 つのドメインを並べて比較し、それぞれのレポートリンクを提供 |
| 任意の URL のスキャンを開始 — 新規または監視中。リージョン、強制、認証をサポート |
| スキャンを一覧表示 — ドメイン、ステータス、ページでフィルタリング可能。レポートリンク付き |
| 特定のアラートの詳細を取得 |
| アラートを既読にする |
| アカウント詳細: プラン、API 制限、RUM ステータス |
認証
PKCE を使用した OAuth 2.1。クライアントが turbometrics.io に誘導し、一度承認すると、 以降はクライアントがトークンを保持します。アクセストークンの有効期限は 1 時間で、 バックグラウンドで更新されます。接続済みのアプリはいつでも プロフィール → API とアプリ から取り消せます。
OAuth に対応していないクライアントでも、同じページから個人用 API
トークンを取得し、Authorization: Bearer YOUR_API_TOKEN として送信することで認証できます。
セットアップ
Claude(推奨)
Claude は UI から直接カスタムコネクタをサポートしています。Node.js も npx も、
編集する設定ファイルも不要です。
Claude で: 設定 → コネクタ → 「カスタムコネクタを追加」
入力:
名前:
turbometricsURL:
https://turbometrics.io/mcp
「追加」 をクリックし、次に 「接続」 をクリック
開いたブラウザウィンドウでアクセスを承認
.de ではなく .io を使用してください。サインインは turbometrics.io にのみ存在し、
もう一方のドメインを指すコネクタは認証できません。
このコネクタは Claude アカウント全体に適用されます — claude.ai、デスクトップアプリ、 モバイルアプリのすべてに適用されます。
Claude Code
claude mcp add --transport http turbometrics https://turbometrics.io/mcp初回使用時にブラウザがサインイン用に開きます。
ChatGPT
開発者モードはベータ版で、ChatGPT Plus または Pro が必要です。
設定 → 開発者モード を有効にする
アプリとコネクタ → 新しいコネクタを作成
サーバー URL:
https://turbometrics.io/mcp認証方法として OAuth を選択し、ブラウザで承認
その他の MCP クライアント(Cursor、Windsurf など)
設定 | 値 |
サーバー URL |
|
トランスポート | Streamable HTTP |
認証 | OAuth 2.1(自動検出)、または |
フォールバック: mcp-remote によるローカルセットアップ
コネクタ UI のないクライアント、または古い 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 プラン 以上で利用できます。
プラン | 1 日の API 制限 |
Starter | 1,000 リクエスト |
Pro | 5,000 リクエスト |
Agency | 無制限 |
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