PageSpeed Insights MCP Server
PageSpeed Insights MCP Server
MCP-Server mit sechs Tools für die APIs von Google PageSpeed Insights und Chrome UX Report. Analysieren, vergleichen und optimieren Sie die Web-Performance direkt über Claude, Cursor oder einen beliebigen MCP-kompatiblen KI-Client.
⚡ Schnellstart (Kopieren & Einfügen)
{
"mcpServers": {
"pagespeed-insights": {
"command": "npx",
"args": ["-y", "pagespeed-insights-mcp"],
"env": { "GOOGLE_API_KEY": "your-google-api-key" }
}
}
}Holen Sie sich einen kostenlosen API-Schlüssel in der Google Cloud Console → fügen Sie ihn in die claude_desktop_config.json von Claude Desktop ein → neu starten. Fertig. (Codex/OpenAI-Konfiguration, Docker)
Related MCP server: page-speed-insights-mcp
🔥 Was es besonders macht
Die meisten PageSpeed-MCP-Server kapseln ein Tool: „PSI auf einer URL ausführen“. Dieser Server bietet sechs Workflow-Tools für den gesamten Performance-Workflow – nicht nur einen Score, sondern einen Aktionsplan:
Kompletter Werkzeugkasten: Seitenanalyse, CrUX-Echtdaten (URL + Origin), Lighthouse-Audits, Mehrseiten- und Batch-Vergleich, Baselines und Regressionsverfolgung
Tiefgehende Diagnostik: Analyse auf Elementebene, Netzwerk, JavaScript, Bildoptimierung, render-blockierende Ressourcen und Auswirkungen von Drittanbietern
Umsetzbare Ergebnisse: eine Empfehlungs-Engine, die rohe Lighthouse-Daten in priorisierte Korrekturen umwandelt, plus visuelle Analyse von Screenshots
Praktische Extras: Caching für wiederholte Läufe und intelligente Empfehlungen, die darauf abgestimmt sind, dass KI-Agenten sie umsetzen können
Kampferprobt: auf npm veröffentlicht, im Official MCP Registry und bei Glama gelistet, mit Vitest CI-getestet
🎬 Interaktive Demo ansehen → — Sehen Sie die Tools mit animierten Beispielen in Aktion Fallback-URL: https://ruslanlap.github.io/pagespeed-insights-mcp/demo.html
📖 Inhaltsverzeichnis
⚙️ Client-Konfiguration
Claude Desktop
Fügen Sie Folgendes zu Ihrer claude_desktop_config.json hinzu:
{
"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
Fügen Sie zu Ihrer Konfiguration (TOML) hinzu:
[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" }Hinweis: Das Paket
pino-prettyist für eine ordnungsgemäße Protokollformatierung erforderlich. Die obigen Konfigurationen stellen sicher, dass es automatisch übernpxinstalliert wird.
Für Grok Build (config.toml)
Fügen Sie zu ~/.grok/config.toml (global) oder <repo>/.grok/config.toml (projektbezogen, höhere Priorität) hinzu:
[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)Projektbezogenes Beispiel (in die .grok/config.toml dieses Repos für lokale dist/index.js + strengeres Serena einfügen):
[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" }Überprüfung innerhalb einer Grok-Sitzung:
/mcps(oder Strg+L → MCP-Registerkarte) → stellen Sie sicher, dass pagespeed-insights „running“ anzeigtVerwenden Sie Tools:
pagespeed-insights__pagespeed_analyze_page,pagespeed-insights__pagespeed_get_field_datausw. (mit Namensraum)
📊 Beispielausgabe
Echte pagespeed_analyze_page-Ergebnisse für github.com — ein mobiler Lighthouse-Lauf. Die CrUX-Zahlen stammen aus pagespeed_get_field_data mit scope: "origin":
Lighthouse-Lab-Werte:
Kategorie | Score | Status |
Performance (mobil) | 54/100 | 🔴 Schlecht |
Performance (Desktop) | 52/100 | 🔴 Schlecht |
Kernmetriken (mobil):
Metrik | Wert | Bewertung |
First Contentful Paint | 11.9 s | 🔴 Schlecht |
Largest Contentful Paint | 13.4 s | 🔴 Schlecht |
Total Blocking Time | 30 ms | 🟢 Hervorragend |
Cumulative Layout Shift | 0.07 | 🟢 Gut |
Speed Index | 11.9 s | 🔴 Schlecht |
CrUX-Felddaten — echte Nutzer, github.com-Origin (Telefon):
Metrik | p75 (echte Nutzer) |
First Contentful Paint | 1.9 s |
Largest Contentful Paint | 2.2 s |
Interaction to Next Paint | 243 ms |
Cumulative Layout Shift | 0.02 |
Die Ergebnisse variieren zwischen den Läufen — Lighthouse-Labordaten sind verrauscht (ein einzelner Lauf ist nur eine Stichprobe). Verwenden Sie
runs: 3-5für Mediane.Lab vs. Feld: Lighthouse drosselt die Verbindung (daher 54/100 mobil), während CrUX zeigt, wie echte GitHub-Besucher die Seite erleben — beide Ansichten stammen direkt aus den Tools dieses Servers.
📚 Dokumentation
Wir bieten eine umfassende Dokumentation online an.
👉 Vollständige Dokumentationsseite ansehen
Sie können die Roh-Markdown-Dateien auch im Verzeichnis
docs/ansehen odermkdocs servelokal ausführen.
📝 Versionshinweise
Aktuelle Version: v2.0.0.
Aktuelle Highlights:
v2.0.0 — sechs workfloworientierte
pagespeed_*-Tools ersetzen die 19 v1-Tools in Endpunktform; alle Datentools unterstützen Markdown oder JSON mit strukturierten Ergebnissen.
Die Badges am Anfang dieser README aktualisieren sich bei jedem Release automatisch (npm-Version, GitHub-Paketversion, Downloads). Keine manuellen Änderungen nötig.
Die vollständige Versionshistorie finden Sie in CHANGELOG.md.
🎯 Warum Sie das brauchen
Pain Point 1 — „Meine Seite ist langsam, aber ich weiß nicht warum.“ Sie öffnen PageSpeed Insights, bekommen eine Wand aus Daten und können immer noch nicht sagen, was zuerst zu beheben ist. Dieser MCP gibt Ihrem KI-Assistenten sechs fokussierte Workflows, die durch das Rauschen schneiden: Er identifiziert die genauen render-blockierenden Ressourcen, die spezifischen Bilder, die 2 MB verschwenden, die Drittanbieter-Skripte, die 1,5 s Haupt-Thread-Zeit verbrauchen — und ordnet sie nach Auswirkung ein. Fragen Sie „Warum ist meine Seite langsam?“ und Sie erhalten eine priorisierte Liste von Korrekturen, kein Dashboard mit 40 Metriken.
Pain Point 2 — „Ich bringe Performance-Regressionen in Produktion.“ Ihr Team ist schnell, deployt täglich, und niemand führt vor jedem Merge ein vollständiges Lighthouse-Audit durch. Bis jemand merkt, dass die Core Web Vitals gesunken sind, ist die Regression bereits live. Dieser MCP ermöglicht es jedem Entwickler, eine URL in Claude/Cursor einzufügen und in Sekunden ein vollständiges Audit zu erhalten — Labordaten, Felddaten von echten Chrome-Nutzern (CrUX), Element-Level-Debugging für CLS/LCP. Es macht den Unterschied, ob Sie eine Regression an Ihrem Schreibtisch entdecken oder drei Tage später in einer Slack-Nachricht des SEO-Teams.
✨ Funktionen
Kernfunktionen
🚀 Performance-Analyse von Webseiten mit Google PageSpeed Insights
📱 Multiplattform-Unterstützung: mobile Geräte und Desktop
🔍 Detaillierte Lighthouse-Berichte mit umfassenden Metriken
📊 Vereinfachte Berichte mit wichtigen Leistungskennzahlen
🎯 Intelligente Empfehlungen mit Prioritätsbewertung und umsetzbaren Korrekturen
💾 Intelligentes Caching zur Reduzierung von API-Aufrufen und Verbesserung der Leistung
🌍 Lokalisierung – Unterstützung für mehrere Sprachen
⚡ Schnellinstallation – Einrichtung mit einem Befehl
🐳 Docker-Support für containerisierte Bereitstellung
Erweiterte Analysetools (Neu!)
📸 Visuelle Analyse – Screenshots, Filmstreifen und Ganzseitenaufnahmen
🎯 Element-Level-Debugging – Bestimmte DOM-Elemente finden, die Probleme verursachen
🌐 Network Waterfall – Detaillierte Anforderungszeitmessung und Ressourcenladung
⚡ JavaScript-Profiling – Ausführungsaufschlüsselung und Erkennung von ungenutztem Code
🖼️ Bildoptimierung – Spezifische Bildprobleme mit exakten Einsparungen
🚫 Analyse render-blockierender Ressourcen – Kritische Anforderungsketten und Abhängigkeiten
🔌 Drittanbieter-Auswirkungen – Skriptauswirkungen, gruppiert nach Anbieter
📊 Vollständige Audits – Komplette Lighthouse-Audits für alle Kategorien
🚀 Schnellinstallation
Option 1: Automatische Installation (Empfohlen)
# Set environment variable
export GOOGLE_API_KEY=your-google-api-keycurl -sSL https://raw.githubusercontent.com/ruslanlap/pagespeed-insights-mcp/master/scripts/install.sh | bashDas Installationsprogramm verwendet standardmäßig das öffentliche npm-Paket (pagespeed-insights-mcp). Um stattdessen den scoped GitHub-Packages-Build zu installieren, konfigurieren Sie zuerst die GitHub-Packages-Authentifizierung und führen Sie Folgendes aus:
curl -sSL https://raw.githubusercontent.com/ruslanlap/pagespeed-insights-mcp/master/scripts/install.sh | \
PAGESPEED_INSIGHTS_MCP_PACKAGE=@ruslanlap/pagespeed-insights-mcp bashOption 2: Über npm oder GitHub Packages
Von npm (öffentliches Paketregister)
# Global installation from npm
npm install -g pagespeed-insights-mcp
# Or use without installation
npx pagespeed-insights-mcpVon GitHub Packages
# First configure authentication (see GITHUB_PACKAGES.md for details)
# Then install globally
npm install -g @ruslanlap/pagespeed-insights-mcpHinweis: Dieses Paket ist sowohl auf npm als auch über GitHub Packages verfügbar.
Für npm: Verwenden Sie
npm install pagespeed-insights-mcpFür GitHub Packages: Verwenden Sie
npm install @ruslanlap/pagespeed-insights-mcp(erfordert GitHub-Authentifizierung)Detaillierte Anweisungen zur Installation über GitHub Packages finden Sie in GITHUB_PACKAGES.md oder auf der GitHub-Packages-Seite
🔧 Konfiguration
Der MCP-Server benötigt einen Google-API-Schlüssel, um auf die PageSpeed-Insights-API zuzugreifen.
# 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-Konfigurationsbeispiele
Für Claude Desktop (mit pino-pretty-Protokollierung):
"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"
}
}Für Codex (mit pino-pretty-Protokollierung):
[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" }Hinweis: Diese Beispiele enthalten
pino-prettyfür eine bessere Protokollformatierung. Für die Produktion ohne Pretty-Logs siehe den Abschnitt Logging weiter unten.
Google Antigravity
Beispielkonfigurationsdateien finden Sie im Verzeichnis examples.
Option 3: Docker
docker build -t pagespeed-insights-mcp .
docker run -e GOOGLE_API_KEY=your-key pagespeed-insights-mcp🔑 Google-API-Schlüssel erhalten
Um diesen MCP-Server zu verwenden, benötigen Sie einen Google-API-Schlüssel, für den die PageSpeed-Insights-API aktiviert ist.
[!TIP] ⚡ Schnellstart-Link: Sie können direkt zur Google Cloud Credentials Setup-Seite gehen, um schnell einen Schlüssel in Ihrem Projekt zu erstellen.
Schritt-für-Schritt-Anleitung
Gehen Sie zur Google Cloud Console (oder verwenden Sie den Schnellstart-Link).
Erstellen Sie ein neues Projekt oder wählen Sie ein vorhandenes aus.
Aktivieren Sie die PageSpeed Insights API:
Navigieren Sie zu APIs & Dienste → Bibliothek.
Suchen Sie nach „PageSpeed Insights API“ und klicken Sie auf Aktivieren.
Erstellen Sie einen API-Schlüssel:
Gehen Sie zu APIs & Dienste → Anmeldedaten.
Klicken Sie auf Anmeldedaten erstellen → API-Schlüssel.
Kopieren Sie den generierten Schlüssel und setzen Sie ihn als
GOOGLE_API_KEYin Ihrer Konfiguration.
⚙️ Konfiguration von Claude Desktop
Konfigurationspfade: macOS ~/Library/Application Support/Claude/claude_desktop_config.json · Windows %APPDATA%\Claude\claude_desktop_config.json · Linux ~/.config/claude/claude_desktop_config.json — siehe ⚙️ Client-Konfiguration oben für die JSON-Datei. Starten Sie Claude Desktop nach der Bearbeitung neu.
💻 Verwendung
Nach der Konfiguration können Sie Claude einfach einen dieser Befehle geben:
🔍 Vollständige Seitenanalyse
Analyze the performance of https://example.com📱 Analyse für Mobilgeräte
Analyze https://example.com for mobile devices with all categories⚡ Schnelle Leistungsübersicht
Get a quick performance report for https://example.com🖥️ Desktop-Analyse
Analyze https://example.com performance for desktop devices🌐 Analyse mehrerer Kategorien
Perform a full audit of https://example.com including SEO, accessibility, and best practices🎯 Intelligente Leistungsempfehlungen
Get smart recommendations for improving https://example.com performance💾 Cache-Verwaltung
Clear the cache to get fresh data for all subsequent requests📸 Visuelle Analyse
Get visual analysis for https://example.com showing screenshots and loading timeline🎯 Debugging auf Elementebene
Show me which specific elements are causing performance issues on https://example.com🌐 Netzwerk-Wasserfallanalyse
Analyze the network requests and resource loading for https://example.com⚡ JavaScript-Leistung
Get JavaScript execution breakdown for https://example.com🖼️ Möglichkeiten zur Bildoptimierung
Show me which images need optimization on https://example.com🚫 Rendering-blockierende Ressourcen
Find render-blocking resources on https://example.com🔌 Auswirkungen von Drittanbieter-Skripten
Analyze third-party script impact on https://example.com performance📊 Vollständiger Lighthouse-Audit
Run a full audit including accessibility, SEO, and best practices for https://example.comVerfügbare Tools (v2)
Version 2 ersetzt die bisherigen 19 endpunktbasierten Tools durch sechs Workflow-Tools. Dies ist eine nicht abwärtskompatible Änderung: Aktualisieren Sie MCP-Client-Prompts, gespeicherte Tool-Aufrufe und Integrationen, sodass sie die unten genannten Namen verwenden. Jedes Tool, das Daten zurückgibt, akzeptiert responseFormat (markdown, Standard oder json) und gibt MCP structuredContent zurück.
Tool | Verwendung |
| Lighthouse-Gesundheitscheck für eine Seite, vollständiger Bericht, Empfehlungen, Audit-Ergebnisse oder eine Mermaid-Karte ( |
| Eine gezielte Untersuchung: |
| CrUX-Core-Web-Vitals realer Nutzer für eine |
| Vergleichen Sie jetzt zwei Seiten oder vergleichen Sie eine Seite mit ihrer gespeicherten Baseline ( |
| Priorisieren Sie 1–10 Seiten mit Fortschrittsbenachrichtigungen, sofern unterstützt. |
| Leeren Sie den In-Memory-API-Cache dieses Prozesses nach einem Deployment. |
Migration von v1
v1-Tools | v2-Ersatz |
|
|
|
|
|
|
|
|
|
|
| Führen Sie |
Beispiele
{"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}Beispiel
Antwortbeispiel von Claude Desktop mit pagespeed-insights-mcp 🔥🔥🔥
Entwicklung
Für eine bessere Logformatierung während der Entwicklung wird empfohlen, pino-pretty global zu installieren:
npm install -g pino-pretty# Development mode
npm run dev
# Build project
npm run build
# Run built server
npm startProtokollierung / pino-pretty in MCP-Umgebungen
Dieser MCP-Server verwendet pino zur Protokollierung und aktiviert den pino-pretty-Transport, wenn NODE_ENV=development gesetzt ist.
Wenn Sie es einfach mit minimalem Setup zum Laufen bringen möchten (Claude, Codex usw.), setzen Sie:
NODE_ENV=production GOOGLE_API_KEY=your-google-api-key npx pagespeed-insights-mcpoder in Ihrer MCP-Konfiguration:
"pagespeed-insights": {
"command": "npx",
"args": ["pagespeed-insights-mcp"],
"env": {
"GOOGLE_API_KEY": "your-google-api-key-here",
"NODE_ENV": "production"
}
}Wenn Sie in der Entwicklung über
npxübersichtliche Logs möchten, können Sienpxpino-prettyzusammen mit dem Server installieren lassen:
"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"
}
}Fehlerbehebung
"Google API key not provided"
Stellen Sie sicher, dass die Umgebungsvariable GOOGLE_API_KEY in Ihrer Konfiguration von Claude Desktop gesetzt ist.
"PageSpeed Insights API error: 403"
Prüfen Sie, ob die PageSpeed Insights API in Ihrem Google Cloud-Projekt aktiviert ist.
"Invalid URL"
Stellen Sie sicher, dass die URL das Protokoll enthält – nur http:// und https:// werden akzeptiert. Andere Schemata (file://, ftp://, javascript: usw.) werden auf Schemaebene abgelehnt.
Anforderungen
Node.js 20.19.0 oder neuer (Node 18 ist seit April 2025 End-of-Life (EOL) und wird nicht mehr unterstützt).
Ein Google-API-Schlüssel mit aktivierter PageSpeed Insights-API und (optional) Chrome UX Report-API.
Sicherheit
Bitte melden Sie Sicherheitsprobleme privat – eröffnen Sie kein öffentliches Issue. Siehe SECURITY.md für die Offenlegungsrichtlinie und Hinweise zur Härtung des Betriebs.
Danksagungen
Besonderer Dank gilt @engmsaleh (Mohamed Saleh Zaied) für seinen bedeutenden Beitrag zur Entwicklung dieses Projekts.
Ein ganz besonderer Dank gilt @system-conf für Ihren herausragenden und unschätzbaren Beitrag zum Wachstum und zur Entwicklung dieses Projekts. Ihre Hingabe, Fachkenntnis und kontinuierliche Unterstützung haben eine enorme Wirkung erzielt – ohne Sie wäre dieses Projekt nicht da, wo es heute ist. 🙏
Lizenz
Apache 2.0 – siehe LICENSE. Patentrechte werden von Mitwirkenden unter der Apache License 2.0 gewährt.
Unterstützung
Für Fehlerberichte oder Funktionsanfragen erstellen Sie bitte ein Issue im Repository.
Available Tools
6 toolspagespeed_analyze_batchAnalyze Multiple PagesARead-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.
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | One to ten public http(s) URLs. | |
| locale | No | BCP-47 locale such as en or uk-UA. | en |
| report | No | Per-page result detail. | summary |
| strategy | No | Lighthouse device profile. mobile is the default. | mobile |
| categories | No | Lighthouse categories to request. | |
| responseFormat | No | markdown is concise and readable; json is machine-readable and is also available as structuredContent. | markdown |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| result | Yes | |
| truncated | No | |
| truncationMessage | No |
TDQS
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.
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.
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.
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.
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.
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 LighthouseARead-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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL, for example https://example.com/products. | |
| runs | No | Distinct measurements. Use 3–5 when you need a median and spread. | |
| locale | No | BCP-47 locale such as en or uk-UA. | en |
| report | No | Amount and shape of returned insight. | summary |
| strategy | No | Lighthouse device profile. mobile is the default. | mobile |
| categories | No | Lighthouse categories to request. | |
| responseFormat | No | markdown is concise and readable; json is machine-readable and is also available as structuredContent. | markdown |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| result | Yes | |
| truncated | No | |
| truncationMessage | No |
TDQS
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.
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.
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.
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.
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.
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 CacheAIdempotent
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| result | Yes | |
| truncated | No | |
| truncationMessage | No |
TDQS
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.
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.
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.
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.
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.
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 BaselineADestructive
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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL, for example https://example.com/products. | |
| mode | Yes | pages compares url and against; baseline compares url to its saved measurement. | |
| runs | No | Use 2–5 for baseline mode; 3 is recommended. | |
| against | No | Second URL, required when mode=pages. | |
| strategy | No | Device profile; part of baseline identity. | mobile |
| categories | No | Lighthouse categories to request. | |
| responseFormat | No | markdown is concise and readable; json is machine-readable and is also available as structuredContent. | markdown |
| replaceBaseline | No | Only baseline mode: overwrite the local stored baseline. |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| result | Yes | |
| truncated | No | |
| truncationMessage | No |
TDQS
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.
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.
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.
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.
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.
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 ProblemARead-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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL, for example https://example.com/products. | |
| focus | Yes | The single diagnostic lens to return. | |
| strategy | No | Lighthouse device profile. mobile is the default. | mobile |
| responseFormat | No | markdown is concise and readable; json is machine-readable and is also available as structuredContent. | markdown |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| result | Yes | |
| truncated | No | |
| truncationMessage | No |
TDQS
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.
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.
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.
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.
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.
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 DataARead-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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL, for example https://example.com/products. | |
| scope | No | page queries one URL; origin aggregates every page on the origin. | page |
| formFactor | No | CrUX device segment. ALL is valid only for scope=origin. | PHONE |
| responseFormat | No | markdown is concise and readable; json is machine-readable and is also available as structuredContent. | markdown |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| result | Yes | |
| truncated | No | |
| truncationMessage | No |
TDQS
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.
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.
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.
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.
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.
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.
25 tool updates
v2.0.0- Removed
analyze_page_speed - Removed
batch_analyze - Removed
clear_cache - Removed
compare_baseline - Removed
compare_pages - Removed
crux_summary - Removed
full_report - Removed
get_element_analysis - Removed
get_full_audit - Removed
get_image_optimization_details - Removed
get_javascript_analysis - Removed
get_network_analysis - Removed
get_origin_crux - Removed
get_performance_map - Removed
get_performance_summary - Removed
get_recommendations - Removed
get_render_blocking_details - Removed
get_third_party_impact - Removed
get_visual_analysis - Added
pagespeed_analyze_batch - Added
pagespeed_analyze_page - Added
pagespeed_clear_cache - Added
pagespeed_compare_pages - Added
pagespeed_diagnose_page - Added
pagespeed_get_field_data
15 tool updates
v1.7.4- Changed
analyze_page_speed2 fields changed- added
Input schema / properties / runsAdded 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" +} - changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
batch_analyze1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
compare_pages1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
full_report2 fields changed- added
Input schema / properties / runsAdded 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" +} - changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_element_analysis1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_full_audit1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_image_optimization_details1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_javascript_analysis1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_network_analysis1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_performance_map1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_performance_summary1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_recommendations2 fields changed- added
Input schema / properties / runsAdded 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" +} - changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_render_blocking_details1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_third_party_impact1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
- Changed
get_visual_analysis1 field changed- changed
Input schema / properties / strategy / descriptionPrevious value: -"Analysis strategy"New value: +"Device to simulate: mobile (default), desktop, or both"
16 tool updates
v1.7.0- Changed
analyze_page_speed1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
batch_analyze1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Added
compare_baseline - Changed
compare_pages1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
full_report1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_element_analysis1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_full_audit1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_image_optimization_details1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_javascript_analysis1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_network_analysis1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_performance_map1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_performance_summary1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_recommendations1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_render_blocking_details1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_third_party_impact1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
- Changed
get_visual_analysis1 field changed- changed
Input schema / properties / strategy / enumPrevious value: -[ - "mobile", - "desktop" -]New value: +[ + "mobile", + "desktop", + "both" +]
1 tool update
v1.5.0- Added
get_origin_crux
1 tool update
v1.4.0- Added
get_performance_map
3 tool updates
v1.2.7- Added
get_javascript_analysis - Added
get_network_analysis - Added
get_third_party_impact
3 tool updates
v1.2.6- Removed
get_javascript_analysis - Removed
get_network_analysis - Removed
get_third_party_impact
16 tool updates
v1.2.2- First observed
analyze_page_speed - First observed
batch_analyze - First observed
clear_cache - First observed
compare_pages - First observed
crux_summary - First observed
full_report - First observed
get_element_analysis - First observed
get_full_audit - First observed
get_image_optimization_details - First observed
get_javascript_analysis - First observed
get_network_analysis - First observed
get_performance_summary - First observed
get_recommendations - First observed
get_render_blocking_details - First observed
get_third_party_impact - First observed
get_visual_analysis
TDQS
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.
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.
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.
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
Related MCP Connectors
- RampifyOAuthdev.rampify
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.
Cloudflare Workers MCP server: api-perf-analyzer
Pay-per-call AI evaluation MCP server. Score LLM outputs against benchmark rubrics via Workers AI.
Related MCP Servers
- AlicenseAqualityDmaintenanceCore 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.420MIT
- FlicenseNot gradedqualityCmaintenanceAn 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.-
- AlicenseNot gradedqualityCmaintenanceThis 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
- AlicenseNot gradedqualityBmaintenanceAn 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
- 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/ruslanlap/pagespeed-insights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server