turbometrics
turbometrics MCP Server
Claude 및 기타 AI 도구를 turbometrics.io 계정에 직접 연결하세요.
할 수 있는 작업
AI 어시스턴트에게 다음과 같은 질문을 해 보세요:
스캔 및 성능
"turbopress.de의 성능 점수는 얼마인가요?"
"turbometrics.io에는 어떤 발견 사항이 있나요?"
"이번 주에 제 점수가 개선되었나요?"
"turbopress.de와 turbometrics.io를 비교해 주세요"
"https://new-client-site.com을 스캔하고 결과를 보여 주세요" (모니터링되지 않는 URL을 포함한 모든 URL)
"EU 리전에서 example.com 스캔을 시작해 주세요"
실사용자 모니터링
"turbopress.de의 Core Web Vitals를 보여 주세요"
"지난 30일 동안 제 사이트의 LCP 추이는 어떠했나요?"
"turbopress.de에서 LCP가 가장 나쁜 페이지는 어디인가요?"
"이번 주 INP를 지난주와 비교해 주세요"
알림 및 계정
"열려 있는 모든 알림을 보여 주세요"
"상태별로 필터링된 최근 스캔 목록을 보여 주세요"
"알림 #123의 세부 정보를 보여 주세요"
"모든 알림을 읽음으로 표시해 주세요"
"제가 사용 중인 요금제와 오늘 남은 API 요청 수는 얼마인가요?"
Related MCP server: MCP Server Pagespeed
요구 사항
turbometrics.io 계정(Starter 요금제 이상)
그게 전부입니다. 로그인은 브라우저에서 이루어지며 복사할 토큰이 없습니다.
사용 가능한 도구
도구 | 설명 |
| 모니터링되는 모든 URL을 일정 및 상태와 함께 나열 |
| 최신 스캔 결과: 점수, 발견 사항, TTFB, Core Web Vitals, 보고서 링크 |
| 점수 기록 — 모니터링되는 도메인과 새 도메인 모두에서 작동 |
| 특정 스캔에 대한 상세 발견 사항 |
| 열려 있거나 해결된 알림 나열 |
| 실사용자 모니터링 요약: Core Web Vitals p75 값 |
| RUM 지표(LCP, CLS, INP, FCP, TTFB)의 일별 추이 |
| 지표별로 정렬된 가장 느린 페이지 |
| 두 도메인을 나란히 비교하고 각각에 대한 보고서 링크 제공 |
| 모든 URL(신규 또는 모니터링 대상)에 대한 스캔 시작 — 리전, 강제, 인증 지원 |
| 스캔 목록 — 도메인, 상태, 페이지로 필터링 가능하며 보고서 링크 포함 |
| 특정 알림의 세부 정보 가져오기 |
| 알림을 읽음으로 표시 |
| 계정 세부 정보: 요금제, API 한도, RUM 상태 |
인증
PKCE를 사용하는 OAuth 2.1. 클라이언트가 사용자를 turbometrics.io로 보내면 한 번 승인하고, 이후에는 클라이언트가 토큰을 보관합니다. 액세스 토큰은 1시간 동안 유효하며 백그라운드에서 갱신됩니다. 연결된 앱은 언제든지 Profile → API & apps에서 취소할 수 있습니다.
OAuth를 지원하지 않는 클라이언트도 같은 페이지에서 발급한 개인 API 토큰을 Authorization: Bearer YOUR_API_TOKEN으로 보내 인증할 수 있습니다.
설정
Claude (권장)
Claude는 UI에서 바로 사용자 지정 커넥터를 지원합니다. Node.js도 npx도 편집할 설정 파일도 필요 없습니다.
Claude에서: Settings → Connectors → "Add custom connector"
입력:
Name:
turbometricsURL:
https://turbometrics.io/mcp
**"Add"**를 클릭한 다음 **"Connect"**를 클릭
열리는 브라우저 창에서 액세스를 승인
.de가 아닌 .io를 사용하세요. 로그인은 turbometrics.io에서만 가능하며 다른 도메인을 가리키는 커넥터는 인증할 수 없습니다.
커넥터는 전체 Claude 계정(claude.ai, 데스크톱 앱, 모바일 앱)에 적용됩니다.
Claude Code
claude mcp add --transport http turbometrics https://turbometrics.io/mcp첫 사용 시 로그인을 위해 브라우저가 열립니다.
ChatGPT
개발자 모드는 베타 버전이며 ChatGPT Plus 또는 Pro가 필요합니다.
Settings → Developer Mode 활성화
Apps & Connectors → 새 커넥터 만들기
Server URL:
https://turbometrics.io/mcp인증 방법으로 OAuth를 선택하고 브라우저에서 승인
기타 MCP 클라이언트(Cursor, Windsurf 등)
설정 | 값 |
Server URL |
|
Transport | Streamable HTTP |
Auth | 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 요금제 이상에서 사용할 수 있습니다.
요금제 | 일일 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