Skip to main content
Glama
ruslanlap

PageSpeed Insights MCP Server

PageSpeed Insights MCP Server

Buy Me A Coffee

여섯 가지 도구를 갖춘 MCP 서버로, Google PageSpeed Insights 및 Chrome UX Report API를 위한 서버입니다. Claude, Cursor 또는 MCP 호환 AI 클라이언트를 통해 웹 성능을 직접 분석, 비교, 최적화하세요.

⚡ 빠른 시작 (복사 및 붙여넣기)

{
  "mcpServers": {
    "pagespeed-insights": {
      "command": "npx",
      "args": ["-y", "pagespeed-insights-mcp"],
      "env": { "GOOGLE_API_KEY": "your-google-api-key" }
    }
  }
}

Google Cloud Console에서 무료 API 키를 받은 후 Claude Desktop의 claude_desktop_config.json에 붙여넣고 → 재시작하세요. 끝입니다. (Codex/OpenAI 구성, Docker)

npm version npm downloads MCP Toplist Glama MCP

GitHub Package Version CI Documentation Live Demo License: Apache-2.0

Related MCP server: page-speed-insights-mcp

🔥 차별화 포인트

대부분의 PageSpeed MCP 서버는 단 하나의 도구만 감쌉니다. "URL에 PSI 실행"이 전부죠. 이 서버는 전체 성능 워크플로를 아우르는 여섯 가지 워크플로 도구를 제공합니다. 단순한 점수가 아닌 실행 계획(action plan)을 제시합니다:

  • 완전한 도구 모음: 페이지 분석, CrUX 실사용자 데이터(URL + origin), Lighthouse 감사, 다중 페이지 및 일괄 비교, 기준선(baseline), 회귀 추적

  • 심층 진단: 요소 수준, 네트워크, JavaScript, 이미지 최적화, 렌더링 차단, 타사 영향 분석

  • 실행 가능한 결과: 원시 Lighthouse 데이터를 우선순위가 매겨진 수정 사항으로 변환하는 추천 엔진과 스크린샷 시각 분석

  • 실용적인 추가 기능: 반복 실행을 위한 캐싱과 AI 에이전트가 실행할 수 있게 조정된 스마트 추천

  • 검증 완료: npm에 배포되었고 공식 MCP 레지스트리Glama에 등재되었으며, Vitest로 CI 테스트를 거쳤습니다.

🎬 인터랙티브 데모 보기 → — 애니메이션 예제로 도구를 직접 확인하세요 대체 URL: https://ruslanlap.github.io/pagespeed-insights-mcp/demo.html

📖 목차

⚙️ 클라이언트 구성

Claude Desktop

claude_desktop_config.json에 다음을 추가하세요:

{
  "mcpServers": {
    "pagespeed-insights": {
      "command": "npx",
      "args": ["-y", "-p", "pino-pretty", "-p", "pagespeed-insights-mcp", "pagespeed-insights-mcp"],
      "env": {
        "GOOGLE_API_KEY": "your-google-api-key-here"
      }
    }
  }
}

Codex / OpenAI

구성(TOML)에 다음을 추가하세요:

[mcp_servers.pagespeed-insights]
command = "npx"
args = [
  "-y",
  "-p",
  "pino-pretty",
  "-p",
  "pagespeed-insights-mcp",
  "pagespeed-insights-mcp"
]
env = { GOOGLE_API_KEY = "your-google-api-key-here" }

참고: pino-pretty 패키지는 올바른 로그 포맷을 위해 필요합니다. 위 구성은 npx를 통해 자동으로 설치되도록 보장합니다.

Grok Build(config.toml)의 경우

~/.grok/config.toml(전역) 또는 <repo>/.grok/config.toml(프로젝트 범위, 우선순위 높음)에 추가하세요:

[mcp_servers.pagespeed-insights]
command = "npx"
args = ["-y", "-p", "pino-pretty", "-p", "pagespeed-insights-mcp", "pagespeed-insights-mcp"]
env = { GOOGLE_API_KEY = "${GOOGLE_API_KEY}" }
enabled = true

# Recommended companion professional MCPs (add once):
# [mcp_servers.github]      — PRs, issues, code search
# [mcp_servers.context7]    — fresh library docs (Upstash)
# [mcp_servers.serena]      — semantic code intelligence (uses your .serena/ if present)

프로젝트 범위 예시 (로컬 dist/index.js + 더 엄격한 Serena를 위해 이 저장소의 .grok/config.toml에 넣으세요):

[mcp_servers.pagespeed-insights]
command = "node"
args = ["/home/ubuntuvm/Projects/pagespeed-insights-mcp/dist/index.js"]
env = { GOOGLE_API_KEY = "${GOOGLE_API_KEY}", NODE_ENV = "development" }

Grok 세션 내 확인 방법:

  • /mcps(또는 Ctrl+L → MCP 탭) → pagespeed-insights가 "running"으로 표시되는지 확인

  • 도구 사용: pagespeed-insights__pagespeed_analyze_page, pagespeed-insights__pagespeed_get_field_data 등(네임스페이스 적용)

📊 출력 예시

github.com에 대한 실제 pagespeed_analyze_page 결과입니다. 모바일 Lighthouse 실행 1회 기준이며, CrUX 수치는 scope: "origin"을 사용한 pagespeed_get_field_data에서 가져왔습니다:

Lighthouse 랩 점수:

카테고리

점수

상태

성능 (모바일)

54/100

🔴 나쁨

성능 (데스크톱)

52/100

🔴 나쁨

핵심 지표 (모바일):

지표

평가

First Contentful Paint

11.9 s

🔴 나쁨

Largest Contentful Paint

13.4 s

🔴 나쁨

Total Blocking Time

30 ms

🟢 우수

Cumulative Layout Shift

0.07

🟢 좋음

Speed Index

11.9 s

🔴 나쁨

CrUX 필드 데이터 — github.com 출처의 실사용자 (휴대폰):

지표

p75 (실사용자)

First Contentful Paint

1.9 s

Largest Contentful Paint

2.2 s

Interaction to Next Paint

243 ms

Cumulative Layout Shift

0.02

실행마다 결과가 달라질 수 있습니다. Lighthouse 랩 데이터는 노이즈가 있습니다(단일 실행은 하나의 샘플). 중앙값을 보려면 runs: 3-5를 사용하세요.

랩 vs 필드: Lighthouse는 연결을 제한하므로(따라서 모바일 54/100), CrUX는 실제 GitHub 방문자가 경험하는 방식을 보여줍니다. 두 관점 모두 이 서버의 도구에서 직접 얻은 것입니다.

📚 문서

온라인에서 포괄적인 문서를 확인할 수 있습니다.

👉 전체 문서 사이트 보기

docs/ 디렉터리에서 원본 마크다운 파일을 보거나 로컬에서 mkdocs serve를 실행할 수도 있습니다.

📝 릴리스 노트

현재 릴리스: v2.0.0.

최근 주요 변경 사항:

  • v2.0.0 — v1의 엔드포인트 형태 도구 19개를 워크플로 중심의 pagespeed_* 도구 6개로 대체했습니다. 모든 데이터 도구는 구조화된 결과와 함께 Markdown 또는 JSON을 지원합니다.

이 README 상단의 배지는 릴리스마다 자동으로 업데이트됩니다(npm 버전, GitHub 패키지 버전, 다운로드 수). 수동 편집이 필요 없습니다.

전체 릴리스 기록은 CHANGELOG.md를 참조하세요.

🎯 왜 이것이 필요한가

문제점 1 — "내 페이지가 느린데 이유를 모르겠다." PageSpeed Insights를 열면 데이터가 벽처럼 쏟아지지만 무엇부터 고쳐야 할지 알 수 없습니다. 이 MCP는 AI 어시스턴트에게 노이즈를 걸러내는 여섯 가지 집중 워크플로를 제공합니다. 정확히 어떤 렌더링 차단 리소스가 문제인지, 2MB를 낭비하는 특정 이미지가 무엇인지, 메인 스레드 시간을 1.5초나 먹는 타사 스크립트가 무엇인지 식별하고 영향을 기준으로 순위를 매깁니다. "내 사이트가 왜 느리지?"라고 묻기만 하면 40개 지표 대시보드가 아니라 우선순위가 매겨진 수정 목록을 얻을 수 있습니다.

문제점 2 — "성능 회귀(regression)를 프로덕션에 배포합니다." 팀은 빠르게 움직이고 매일 배포하며, 모든 병합 전에 전체 Lighthouse 감사를 실행하는 사람은 없습니다. 누군가 Core Web Vitals가 떨어진 것을 알아차릴 때쯤이면 회귀는 이미 라이브에 반영되어 있습니다. 이 MCP를 사용하면 모든 개발자가 Claude/Cursor에 URL을 붙여넣고 몇 초 만에 전체 감사(랩 데이터, 실제 Chrome 사용자의 필드 데이터(CrUX), 요소 수준 CLS/LCP 디버깅)를 받을 수 있습니다. 이는 책상에서 회귀를 잡아내는 것과 3일 후 SEO 팀의 Slack 메시지로 알게 되는 것의 차이입니다.

✨ 기능

핵심 기능

  • 🚀 성능 분석: Google PageSpeed Insights를 사용한 웹페이지 성능 분석

  • 📱 다중 플랫폼 지원: 모바일 및 데스크톱 기기

  • 🔍 상세 Lighthouse 보고서: 포괄적인 지표 제공

  • 📊 간편 보고서: 핵심 성능 지표 제공

  • 🎯 스마트 추천: 우선순위 점수와 실행 가능한 수정 사항 제공

  • 💾 지능형 캐싱: API 호출 감소 및 성능 향상

  • 🌍 현지화 - 여러 언어 지원

  • 빠른 설치 - 한 번의 명령으로 설정

  • 🐳 Docker 지원: 컨테이너 배포 지원

고급 분석 도구 (신규!)

  • 📸 시각적 분석 - 스크린샷, 필름스트립, 전체 페이지 캡처

  • 🎯 요소 수준 디버깅 - 문제를 일으키는 특정 DOM 요소 찾기

  • 🌐 네트워크 워터폴 - 상세 요청 타이밍 및 리소스 로딩

  • JavaScript 프로파일링 - 실행 분석 및 미사용 코드 감지

  • 🖼️ 이미지 최적화 - 정확한 절감량과 함께 특정 이미지 문제 식별

  • 🚫 렌더링 차단 분석 - 중요한 요청 체인 및 종속성

  • 🔌 타사 영향 - 제공업체별 스크립트 영향

  • 📊 전체 감사 - 모든 카테고리에 대한 완전한 Lighthouse 감사

🚀 빠른 설치

옵션 1: 자동 설치 (권장)

# Set environment variable
export GOOGLE_API_KEY=your-google-api-key
curl -sSL https://raw.githubusercontent.com/ruslanlap/pagespeed-insights-mcp/master/scripts/install.sh | bash

설치 프로그램은 기본적으로 공개 npm 패키지(pagespeed-insights-mcp)를 사용합니다. 대신 scoped GitHub Packages 빌드를 설치하려면 먼저 GitHub Packages 인증을 구성한 후 실행하세요:

curl -sSL https://raw.githubusercontent.com/ruslanlap/pagespeed-insights-mcp/master/scripts/install.sh | \
  PAGESPEED_INSIGHTS_MCP_PACKAGE=@ruslanlap/pagespeed-insights-mcp bash

옵션 2: npm 또는 GitHub Packages 이용

npm에서 (공개 레지스트리)

# Global installation from npm
npm install -g pagespeed-insights-mcp

# Or use without installation
npx pagespeed-insights-mcp

GitHub Packages에서

# First configure authentication (see GITHUB_PACKAGES.md for details)
# Then install globally
npm install -g @ruslanlap/pagespeed-insights-mcp

참고: 이 패키지는 npm과 GitHub Packages 양쪽에서 사용할 수 있습니다.

  • npm: npm install pagespeed-insights-mcp 사용

  • GitHub Packages: npm install @ruslanlap/pagespeed-insights-mcp 사용 (GitHub 인증 필요)

GitHub Packages에서 설치하는 방법에 대한 자세한 내용은 GITHUB_PACKAGES.md를 참조하거나 GitHub Packages 페이지를 방문하세요.

🔧 구성

MCP 서버는 PageSpeed Insights API에 액세스하기 위해 Google API 키가 필요합니다.

# Set environment variable
export GOOGLE_API_KEY=your-google-api-key

# Windows
$env:GOOGLE_API_KEY="your-google-api-key"

# Or pass directly when running
GOOGLE_API_KEY=your-google-api-key npx pagespeed-insights-mcp

📝 MCP 구성 예시

Claude Desktop용 (pino-pretty 로깅 포함):

"pagespeed-insights": {
  "command": "npx",
  "args": [
    "-y",
    "-p",
    "pino-pretty",
    "-p",
    "pagespeed-insights-mcp",
    "pagespeed-insights-mcp"
  ],
  "env": {
    "GOOGLE_API_KEY": "your-google-api-key-here"
  }
}

Codex용 (pino-pretty 로깅 포함):

[mcp_servers.pagespeed-insights]
command = "npx"
args = [
  "-y",
  "-p",
  "pino-pretty",
  "-p",
  "pagespeed-insights-mcp",
  "pagespeed-insights-mcp"
]
env = { GOOGLE_API_KEY = "your-google-api-key-here" }

참고: 이러한 예시에는 더 나은 로그 포맷을 위한 pino-pretty가 포함되어 있습니다. pretty 로그 없이 프로덕션에서 사용하려면 아래 로깅 섹션을 참조하세요.

Google Antigravity

예시 구성 파일은 examples 디렉터리에서 확인할 수 있습니다.

옵션 3: Docker

docker build -t pagespeed-insights-mcp .
docker run -e GOOGLE_API_KEY=your-key pagespeed-insights-mcp

🔑 Google API 키 받기

이 MCP 서버를 사용하려면 PageSpeed Insights API가 활성화된 Google API 키가 필요합니다.

[!TIP] ⚡ 빠른 설정 링크: **Google Cloud 자격 증명 설정 페이지**로 바로 이동하여 프로젝트에서 키를 빠르게 만들 수 있습니다.

단계별 가이드

  1. Google Cloud Console(으)로 이동합니다 (또는 빠른 설정 링크를 사용하세요).

  2. 새 프로젝트를 만들거나 기존 프로젝트를 선택합니다.

  3. PageSpeed Insights API를 활성화합니다:

    • API 및 서비스라이브러리로 이동합니다.

    • **"PageSpeed Insights API"**를 검색하고 사용을 클릭합니다.

  4. API 키를 만듭니다:

    • API 및 서비스사용자 인증 정보로 이동합니다.

    • 사용자 인증 정보 만들기API 키를 클릭합니다.

    • 생성된 키를 복사하고 구성에서 GOOGLE_API_KEY로 설정하세요.

⚙️ Claude Desktop 구성

구성 파일 경로: macOS ~/Library/Application Support/Claude/claude_desktop_config.json · Windows %APPDATA%\Claude\claude_desktop_config.json · Linux ~/.config/claude/claude_desktop_config.json — JSON은 위의 ⚙️ 클라이언트 구성을 참조하세요. 편집 후 Claude Desktop을 다시 시작하세요.

💻 사용법

구성 후에는 Claude에게 다음 명령 중 하나를 간단히 요청하세요:

🔍 전체 페이지 분석

Analyze the performance of https://example.com

📱 모바일 기기 분석

Analyze https://example.com for mobile devices with all categories

⚡ 빠른 성능 개요

Get a quick performance report for https://example.com

🖥️ 데스크톱 분석

Analyze https://example.com performance for desktop devices

🌐 다중 카테고리 분석

Perform a full audit of https://example.com including SEO, accessibility, and best practices

🎯 스마트 성능 권장 사항

Get smart recommendations for improving https://example.com performance

💾 캐시 관리

Clear the cache to get fresh data for all subsequent requests

📸 시각적 분석

Get visual analysis for https://example.com showing screenshots and loading timeline

🎯 요소 수준 디버깅

Show me which specific elements are causing performance issues on https://example.com

🌐 네트워크 워터폴 분석

Analyze the network requests and resource loading for https://example.com

⚡ JavaScript 성능

Get JavaScript execution breakdown for https://example.com

🖼️ 이미지 최적화 기회

Show me which images need optimization on https://example.com

🚫 렌더링 차단 리소스

Find render-blocking resources on https://example.com

🔌 타사 스크립트 영향

Analyze third-party script impact on https://example.com performance

📊 전체 Lighthouse 감사

Run a full audit including accessibility, SEO, and best practices for https://example.com

사용 가능한 도구 (v2)

버전 2는 이전의 19개 엔드포인트 형태 도구를 6개의 워크플로 도구로 대체합니다. 이는 **호환성이 깨지는 변경(breaking change)**입니다. MCP 클라이언트 프롬프트, 저장된 도구 호출, 통합을 아래 이름을 사용하도록 업데이트하세요. 데이터를 반환하는 모든 도구는 responseFormat(markdown, 기본값 또는 json)을 받아들이고 MCP structuredContent를 반환합니다.

도구

용도

pagespeed_analyze_page

단일 페이지 Lighthouse 상태 확인, 전체 보고서, 권장 사항, 감사 결과 또는 Mermaid 맵(report).

pagespeed_diagnose_page

단일 초점 조사: visual, elements, network, javascript, images, render-blocking 또는 third-parties.

pagespeed_get_field_data

page 또는 origin에 대한 CrUX 실제 사용자 Core Web Vitals.

pagespeed_compare_pages

두 페이지를 지금 비교하거나 한 페이지를 저장된 기준선과 비교합니다(mode).

pagespeed_analyze_batch

지원되는 경우 진행 알림과 함께 1~10개 페이지를 분류합니다.

pagespeed_clear_cache

배포 후 이 프로세스의 인메모리 API 캐시를 지웁니다.

v1에서 마이그레이션

v1 도구

v2 대체 도구

analyze_page_speed, get_performance_summary, get_recommendations, get_full_audit, get_performance_map

pagespeed_analyze_page에서 report=full, summary, recommendations, audit 또는 performance-map 사용

get_visual_analysis, get_element_analysis, get_network_analysis, get_javascript_analysis, get_image_optimization_details, get_render_blocking_details, get_third_party_impact

pagespeed_diagnose_page에서 해당 focus 사용

crux_summary, get_origin_crux

pagespeed_get_field_data에서 scope=page 또는 origin 사용

compare_pages, compare_baseline

pagespeed_compare_pages에서 mode=pages 또는 baseline 사용

batch_analyze, clear_cache

pagespeed_analyze_batch, pagespeed_clear_cache

full_report

pagespeed_analyze_pagepagespeed_get_field_data를 실행하세요. 실험실(lab) 데이터와 현장(field) 데이터는 혼합되지 않고 명시적으로 유지됩니다.

예시

{"url":"https://example.com","strategy":"mobile","report":"recommendations","responseFormat":"markdown"}
{"url":"https://example.com","focus":"render-blocking","responseFormat":"json"}
{"mode":"baseline","url":"https://example.com","strategy":"mobile","runs":3}

예제

pagespeed-insights-mcp를 사용한 Claude Desktop의 답변 예시 🔥🔥🔥

개발

개발 중 더 나은 로그 형식을 위해 pino-pretty를 전역으로 설치하는 것이 좋습니다:

npm install -g pino-pretty
# Development mode
npm run dev

# Build project
npm run build

# Run built server
npm start

MCP 환경에서의 로깅 / pino-pretty

이 MCP 서버는 로깅에 pino를 사용하며 NODE_ENV=development일 때 pino-pretty transport를 활성화합니다.

  • 최소한의 설정만으로 바로 작동시키려면(Claude, Codex 등) 다음과 같이 설정하세요:

NODE_ENV=production GOOGLE_API_KEY=your-google-api-key npx pagespeed-insights-mcp

또는 MCP 구성에서:

"pagespeed-insights": {
  "command": "npx",
  "args": ["pagespeed-insights-mcp"],
  "env": {
    "GOOGLE_API_KEY": "your-google-api-key-here",
    "NODE_ENV": "production"
  }
}
  • npx를 통해 개발 중 보기 좋은 로그를 원한다면 npx가 서버와 함께 pino-pretty를 설치하도록 하면 됩니다:

"pagespeed-insights": {
  "command": "npx",
  "args": [
    "-y",
    "-p",
    "pino-pretty",
    "-p",
    "pagespeed-insights-mcp",
    "pagespeed-insights-mcp"
  ],
  "env": {
    "GOOGLE_API_KEY": "your-google-api-key-here"
  }
}

문제 해결

"Google API key not provided"

GOOGLE_API_KEY 환경 변수가 Claude Desktop 구성에 설정되어 있는지 확인하세요.

"PageSpeed Insights API error: 403"

Google Cloud 프로젝트에서 PageSpeed Insights API가 활성화되어 있는지 확인하세요.

"Invalid URL"

URL에 프로토콜이 포함되어 있는지 확인하세요 — http://https://만 허용됩니다. 다른 스킴(file://, ftp://, javascript: 등)은 스키마 수준에서 거부됩니다.

요구 사항

  • Node.js 20.19.0 이상 (Node 18은 2025년 4월부터 EOL이며 더 이상 지원되지 않습니다).

  • PageSpeed Insights 및 (선택적으로) Chrome UX Report API가 활성화된 Google API 키.

보안

보안 문제는 비공개로 신고해 주세요 — 공개 이슈를 열지 마십시오. 공개 정책 및 운영자 보안 강화 참고 사항은 SECURITY.md를 참조하세요.

감사의 말

@engmsaleh(Mohamed Saleh Zaied)님께 이 프로젝트 개발에 큰 기여를 해주신 데 대해 특별히 감사드립니다.

@system-conf님께 이 프로젝트의 성장과 발전에 기여한 탁월하고 귀중한 공헌에 대해 매우 특별한 감사를 드립니다. 당신의 헌신, 전문성, 그리고 지속적인 지원은 엄청난 영향을 미쳤습니다 — 당신이 없었다면 이 프로젝트는 지금의 모습이 될 수 없었을 것입니다. 🙏

라이선스

Apache License 2.0 — LICENSE를 참조하세요. Apache License 2.0에 따라 기여자들이 특허를 부여합니다.

지원

버그 신고나 기능 요청은 저장소에 이슈를 생성해 주세요.

Available Tools

6 tools
pagespeed_analyze_batchAnalyze Multiple PagesA
Read-onlyIdempotent

Analyze 1–10 public URLs and return per-page results plus success/failure counts. Use pagespeed_analyze_page for one URL or pagespeed_compare_pages for a direct comparison. Example: triage the ten highest-traffic landing pages. Progress notifications are emitted when supported by the client.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlsYesOne to ten public http(s) URLs.
localeNoBCP-47 locale such as en or uk-UA.en
reportNoPer-page result detail.summary
strategyNoLighthouse device profile. mobile is the default.mobile
categoriesNoLighthouse categories to request.
responseFormatNomarkdown is concise and readable; json is machine-readable and is also available as structuredContent.markdown

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolYes
resultYes
truncatedNo
truncationMessageNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds meaningful context beyond annotations: it mentions progress notifications emitted when supported by the client and notes that results include success/failure counts. This gives the agent insight into execution behavior without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, each earning its place: purpose is front-loaded, followed by sibling routing, a practical example, and a behavioral note about progress notifications. There is zero fluff or redundancy, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given six parameters with complete schema documentation, a robust output schema, and annotations covering safety (readOnly, idempotent, non-destructive), the description provides all necessary guidance for correct invocation. It covers usage, alternatives, an example, and a behavioral note—comprehensive for this tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for all six parameters, including units, defaults, and constraints. The tool description adds no additional parameter-level guidance, but since the schema fully documents semantics, the baseline of 3 is appropriate. The description's mention of '1–10 URLs' aligns with schema constraints but adds no new information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: analyze 1–10 public URLs and return per-page results plus success/failure counts. It distinguishes itself from sibling tools by explicitly naming pagespeed_analyze_page for a single URL and pagespeed_compare_pages for direct comparison, making selection unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit routing guidance: use pagespeed_analyze_page for one URL or pagespeed_compare_pages for direct comparison. It also includes a concrete example (triage ten highest-traffic landing pages) that grounds the tool in real usage, leaving no ambiguity about when to invoke it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pagespeed_analyze_pageAnalyze a Page with LighthouseA
Read-onlyIdempotent

Run a PageSpeed Insights Lighthouse analysis for one public page. Start with report=summary for a health check; choose full for audits, recommendations for a prioritized fix list, audit for non-performance categories, or performance-map for Mermaid. Example: analyze a mobile product page and return the three most useful remediation steps. Returns a report plus structured result. The Google API is contacted and results may be served from the local cache.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL, for example https://example.com/products.
runsNoDistinct measurements. Use 3–5 when you need a median and spread.
localeNoBCP-47 locale such as en or uk-UA.en
reportNoAmount and shape of returned insight.summary
strategyNoLighthouse device profile. mobile is the default.mobile
categoriesNoLighthouse categories to request.
responseFormatNomarkdown is concise and readable; json is machine-readable and is also available as structuredContent.markdown

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolYes
resultYes
truncatedNo
truncationMessageNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark the tool read-only, idempotent, and non-destructive. The description adds that the Google API is contacted and results may come from a local cache, setting expectations about external dependency and possible staleness. No contradiction with the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four short sentences: purpose, report-mode guidance, a concrete example, and an external-behavior caveat. Each sentence earns its place, and the core purpose is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a fully described schema, enums, annotations covering safety, and an output schema present, the only operational context an agent needs is report-mode selection and the external API/cache behavior — both provided. Nothing significant is missing for correct selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaning by mapping report enum values to intended use cases and giving a concrete example ('analyze a mobile product page and return the three most useful remediation steps'), which clarifies strategy and report selection beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Run a PageSpeed Insights Lighthouse analysis for one public page' — a specific verb, resource, and scope. Saying 'one public page' differentiates it from batch and compare siblings, and the list of report modes clarifies its capabilities further.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit decision rules for the report parameter ('summary for a health check', 'recommendations for a prioritized fix list'), which tells an agent which mode fits a goal. It does not mention sibling tools by name, but 'one public page' implies single-page scope versus batch analysis.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pagespeed_clear_cacheClear Local PageSpeed CacheA
Idempotent

Clear only this server process's in-memory PageSpeed response cache, forcing later analysis calls to contact Google again. Use after a deploy when a cached result is stale. It does not change the target website, files, or remote data; repeating the call is safe.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolYes
resultYes
truncatedNo
truncationMessageNo

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the idempotentHint and destructiveHint annotations, the description adds valuable behavioral context: the cache is in-memory and process-local, later calls will contact Google again, and the tool does not alter the target website or remote data. This gives the agent a clear mental model of side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three compact sentences, each earning its place: the first states the action and effect, the second gives the recommended trigger, and the third clarifies safety and non-destructiveness. The most relevant information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter tool with an output schema and no nested objects, the description fully covers what the agent needs to decide when to call it and what to expect. No critical behavioral or scoping details are missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and schema description coverage is 100%, so there is nothing for the description to add about parameters. The baseline of 4 applies because the description correctly focuses on behavior instead.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Clear') and resource ('this server process's in-memory PageSpeed response cache'), and explicitly contrasts the scope with other tools. This clearly differentiates it from sibling analysis tools like pagespeed_analyze_page or pagespeed_get_field_data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives an explicit use case: use after a deploy when a cached result is stale. It also states what it does not do, preventing misuse. However, it does not name specific alternatives or explicitly state when not to use it, leaving a small gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pagespeed_compare_pagesCompare Pages or a Stored BaselineA
Destructive

Compare two pages now (mode=pages) or measure one page against its locally stored baseline (mode=baseline). Baseline mode records the first call; use runs=3 or more and rely on guaranteed deltas, not medians alone. Example: compare staging against production, or verify whether a deployed fix improved mobile LCP. replaceBaseline overwrites local baseline state.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL, for example https://example.com/products.
modeYespages compares url and against; baseline compares url to its saved measurement.
runsNoUse 2–5 for baseline mode; 3 is recommended.
againstNoSecond URL, required when mode=pages.
strategyNoDevice profile; part of baseline identity.mobile
categoriesNoLighthouse categories to request.
responseFormatNomarkdown is concise and readable; json is machine-readable and is also available as structuredContent.markdown
replaceBaselineNoOnly baseline mode: overwrite the local stored baseline.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolYes
resultYes
truncatedNo
truncationMessageNo

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the destructiveHint annotation, the description discloses that baseline mode records the first call, warns to rely on guaranteed deltas rather than medians alone, and states that replaceBaseline overwrites local baseline state. This is meaningful behavioral transparency beyond what annotations provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with no wasted words: the first states the core purpose, the second gives operational guidance, and the third provides examples and the destructive state-change warning. The structure is front-loaded and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 8-parameter tool with full schema descriptions and an output schema, the description covers the key operational nuances: mode selection, first-call baseline behavior, run counts, examples, and state overwriting. Nothing critical for correct invocation is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining the behavioral semantics of baseline mode's first call and why runs=3 or more is recommended, rather than merely repeating schema defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Compare two pages now' or 'measure one page against its locally stored baseline.' It clearly distinguishes the two modes and gives concrete examples, making the tool's purpose distinct from sibling tools like pagespeed_analyze_page.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explains when to use pages versus baseline mode and provides practical examples such as comparing staging against production or verifying a deployed fix. It does not explicitly name sibling alternatives or exclusions, but the contexts are clear enough to route an agent correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pagespeed_diagnose_pageDiagnose a Page Performance ProblemA
Read-onlyIdempotent

Inspect one page through exactly one diagnostic lens: visual, elements, network, javascript, images, render-blocking, or third-parties. Use after pagespeed_analyze_page identifies a problem; do not use it for a general score. Example: focus=render-blocking to identify CSS/JS delaying first render. Returns focused evidence rather than a full Lighthouse dump.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL, for example https://example.com/products.
focusYesThe single diagnostic lens to return.
strategyNoLighthouse device profile. mobile is the default.mobile
responseFormatNomarkdown is concise and readable; json is machine-readable and is also available as structuredContent.markdown

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolYes
resultYes
truncatedNo
truncationMessageNo

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering safety and side-effect expectations. The description adds a meaningful behavioral constraint: 'exactly one diagnostic lens' and 'Returns focused evidence rather than a full Lighthouse dump', which aligns with and enriches the annotation profile. No contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences of dense, useful information with zero fluff. It front-loads the core purpose, states the usage condition, and embeds a practical example in the same breath. Every sentence earns its place, making it highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that there is a full input schema, an output schema is present (per context), and annotations cover safety and idempotence, the description provides everything an agent needs to decide and invoke correctly: what it does, when to use it (vs. analyze), when not to, and a working example. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all four parameters are fully documented in the schema itself (baseline 3). The description adds value by providing a concrete example ('focus=render-blocking to identify CSS/JS delaying first render') that clarifies the practical meaning of the focus parameter beyond its enum listing, which justifies a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Inspect') and resource ('one page') with a defined scope ('exactly one diagnostic lens'), and explicitly distinguishes itself from pagespeed_analyze_page by saying 'do not use it for a general score'. It also lists the available lenses, making the tool's purpose unambiguous and well-differentiated from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: 'Use after pagespeed_analyze_page identifies a problem' and when-not-to-use: 'do not use it for a general score'. It even provides a concrete example (focus=render-blocking) to illustrate proper invocation, which is more than most tool descriptions offer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pagespeed_get_field_dataGet Chrome UX Report Field DataA
Read-onlyIdempotent

Get real-user Core Web Vitals from Chrome UX Report, not Lighthouse lab measurements. Use scope=page for one URL; use scope=origin with a bare origin when the page has insufficient traffic. Example: check mobile LCP and INP for https://example.com/checkout. Returns p75 field metrics or a clear no-data result.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL, for example https://example.com/products.
scopeNopage queries one URL; origin aggregates every page on the origin.page
formFactorNoCrUX device segment. ALL is valid only for scope=origin.PHONE
responseFormatNomarkdown is concise and readable; json is machine-readable and is also available as structuredContent.markdown

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolYes
resultYes
truncatedNo
truncationMessageNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior; the description adds meaningful behavioral context by stating that it returns p75 field metrics or a clear no-data result, and by clarifying real-user field data rather than lab measurements. It does not mention rate limits or auth, but the annotations cover the safety profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four short sentences carry distinct information: purpose, parameter guidance, example, and return behavior. Every sentence earns its place, and the most important scoping guidance is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an idempotent, read-only tool with a complete input schema and an output schema, the description covers the key decisions an agent must make: which URL/origin to query, what kind of metrics to expect, and what happens when no data exists. Nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining when to choose page vs origin, specifically mentioning insufficient traffic, and by giving a concrete mobile LCP/INP example that helps ground the formFactor and metric concepts.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: get real-user Core Web Vitals from Chrome UX Report. It also explicitly distinguishes itself from Lighthouse lab measurements, which sets it apart from sibling analysis tools without needing to inspect their schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives concrete selection guidance for scope: page for one URL, origin for a bare origin when page traffic is insufficient. It also clarifies that this is not Lighthouse lab data, but it does not name a specific sibling tool like pagespeed_analyze_page as the lab alternative, so the routing is clear but not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 25 tool updatesv2.0.0
    • Removedanalyze_page_speed
    • Removedbatch_analyze
    • Removedclear_cache
    • Removedcompare_baseline
    • Removedcompare_pages
    • Removedcrux_summary
    • Removedfull_report
    • Removedget_element_analysis
    • Removedget_full_audit
    • Removedget_image_optimization_details
    • Removedget_javascript_analysis
    • Removedget_network_analysis
    • Removedget_origin_crux
    • Removedget_performance_map
    • Removedget_performance_summary
    • Removedget_recommendations
    • Removedget_render_blocking_details
    • Removedget_third_party_impact
    • Removedget_visual_analysis
    • Addedpagespeed_analyze_batch
    • Addedpagespeed_analyze_page
    • Addedpagespeed_clear_cache
    • Addedpagespeed_compare_pages
    • Addedpagespeed_diagnose_page
    • Addedpagespeed_get_field_data
  2. 15 tool updatesv1.7.4
    • Changedanalyze_page_speed2 fields changed
      • addedInput schema / properties / runs
        Added value: +{
        +  "default": 1,
        +  "description": "Distinct analyses to run (default 1). >1 reports the median with min-max spread; cached replays (same fetchTime) are dropped and counted",
        +  "maximum": 5,
        +  "minimum": 1,
        +  "type": "integer"
        +}
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedbatch_analyze1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedcompare_pages1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedfull_report2 fields changed
      • addedInput schema / properties / runs
        Added value: +{
        +  "default": 1,
        +  "description": "Distinct analyses to run (default 1). >1 reports the median with min-max spread; cached replays (same fetchTime) are dropped and counted",
        +  "maximum": 5,
        +  "minimum": 1,
        +  "type": "integer"
        +}
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_element_analysis1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_full_audit1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_image_optimization_details1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_javascript_analysis1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_network_analysis1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_performance_map1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_performance_summary1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_recommendations2 fields changed
      • addedInput schema / properties / runs
        Added value: +{
        +  "default": 1,
        +  "description": "Distinct analyses to run (default 1). >1 reports the median with min-max spread; cached replays (same fetchTime) are dropped and counted",
        +  "maximum": 5,
        +  "minimum": 1,
        +  "type": "integer"
        +}
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_render_blocking_details1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_third_party_impact1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
    • Changedget_visual_analysis1 field changed
      • changedInput schema / properties / strategy / description
        Previous value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
  3. 16 tool updatesv1.7.0
    • Changedanalyze_page_speed1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedbatch_analyze1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Addedcompare_baseline
    • Changedcompare_pages1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedfull_report1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_element_analysis1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_full_audit1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_image_optimization_details1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_javascript_analysis1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_network_analysis1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_performance_map1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_performance_summary1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_recommendations1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_render_blocking_details1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_third_party_impact1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
    • Changedget_visual_analysis1 field changed
      • changedInput schema / properties / strategy / enum
        Previous value: -[
        -  "mobile",
        -  "desktop"
        -]New value: +[
        +  "mobile",
        +  "desktop",
        +  "both"
        +]
  4. 1 tool updatev1.5.0
    • Addedget_origin_crux
  5. 1 tool updatev1.4.0
    • Addedget_performance_map
  6. 3 tool updatesv1.2.7
    • Addedget_javascript_analysis
    • Addedget_network_analysis
    • Addedget_third_party_impact
  7. 3 tool updatesv1.2.6
    • Removedget_javascript_analysis
    • Removedget_network_analysis
    • Removedget_third_party_impact
  8. 16 tool updatesv1.2.2
    • First observedanalyze_page_speed
    • First observedbatch_analyze
    • First observedclear_cache
    • First observedcompare_pages
    • First observedcrux_summary
    • First observedfull_report
    • First observedget_element_analysis
    • First observedget_full_audit
    • First observedget_image_optimization_details
    • First observedget_javascript_analysis
    • First observedget_network_analysis
    • First observedget_performance_summary
    • First observedget_recommendations
    • First observedget_render_blocking_details
    • First observedget_third_party_impact
    • First observedget_visual_analysis

TDQS

A4.7/5.0
Disambiguation4/5

Each tool has a distinct workflow: single-page analysis, batch analysis, focused diagnostics, field data, comparisons/baselines, and cache control. The only mild overlap is between analyze_page with audit/recommendation reports and diagnose_page, but the descriptions explicitly position diagnose as a follow-up for specific problem areas.

Naming Consistency5/5

All tools share a consistent pagespeed_ prefix followed by a clear verb_noun pattern: analyze_page, diagnose_page, get_field_data, compare_pages, analyze_batch, clear_cache. The naming is predictable, uniform, and makes the action and target easy to infer.

Tool Count5/5

Six tools is a well-scoped set for a PageSpeed Insights server. Each tool covers a meaningful part of the workflow without redundancy or bloat, and the count feels appropriate for both simple and more advanced performance analysis tasks.

Completeness5/5

The tool surface covers the core domain well: single and batch Lighthouse analysis, targeted diagnostics, real-user field data, comparison/baselining, and cache management. There are no obvious dead ends or missing operations that would prevent an agent from completing a typical PageSpeed investigation.

Maintenance

ActivityActive
ResponsivenessResponsive

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Core Web Vitals analysis powered by Lighthouse. Four tools: analyze a URL, compare two URLs, check against thresholds, or crawl an entire site. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible AI tool.
    4
    20
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that wraps the Google PageSpeed Insights API to analyse web performance, providing tools for scores, Core Web Vitals, opportunities, diagnostics, and batch analysis.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    This MCP server integrates Google PageSpeed Insights to analyze website performance, accessibility, best practices, SEO, and PWA on mobile and desktop, returning detailed audits and optimization opportunities.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that pulls PageSpeed Insights and Google Search Console data across multiple owned sites, enabling cross-site performance reports and synthesis via Claude.
    MIT

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/ruslanlap/pagespeed-insights-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server