@pipeworx/pagespeed-insights

Connect: https://gateway.pipeworx.io/pagespeed-insights/mcp · Install: one-click buttons

No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.

Tools: 2

Google’s PageSpeed Insights — runs Lighthouse against any public URL on Google’s own infrastructure and returns the performance/accessibility/best-practices/SEO scores, the lab timing metrics behind them, and the ranked list of specific fixes with the milliseconds or bytes each would save; plus the real-user Chrome UX Report data for that page and its origin.

Tools

  • pagespeed_audit(url, strategy?, categories?, max_opportunities?, locale?) — the lab run and its ranked opportunities.
  • pagespeed_field_metrics(url, strategy?) — real-user Core Web Vitals for the page and its origin, with Google’s pass/fail verdict.

Auth

BYO with platform fallback: _apiKey, or PLATFORM_GOOGLE_API_KEY when that secret is set on the gateway.

The documented keyless path exists but is unusable. Unkeyed requests are billed to a single shared Google anonymous consumer project whose daily quota is exhausted — three consecutive unkeyed calls returned HTTP 429, “Quota exceeded … for consumer ‘project_number:583797351490’” (verified live 2026-09-17). That project number is the same for every anonymous caller on the internet, so the quota is not ours to nurse and retrying does not help. The pack tries keyless first and refuses with wording that says a key is required.

A key is free, instant and needs no billing account: create one at https://console.cloud.google.com/apis/credentials and enable the PageSpeed Insights API at https://console.cloud.google.com/apis/library/pagespeedonline.googleapis.com. Quota is 25,000 requests/day, 240/minute. The same key serves the chrome-ux-report pack.

Relationship to the chrome-ux-report pack

chrome-ux-report reports what real visitors experienced; it cannot tell you why, because field data carries no diagnostics. This pack runs the page and names the causes. Use crux for “is this site fast for real users”, use this for “what specifically is making it slow, and what do I fix first”.

Data sources

  • https://www.googleapis.com/pagespeedonline/v5/runPagespeed

Traps, verified live 2026-09-17

  • A call takes 10–40 seconds. Google actually loads the page. The pack passes an explicit 60s budget; a caller batching ten URLs should expect minutes.
  • Lab and field disagree routinely and both are right. The lab run is one load on a throttled emulated phone from a Google data centre; the field block is 28 days of real visits on real devices. A 95 lab score with failing field CWV means real users are on worse hardware than the emulation — and it is the field number Search uses. Both are returned, labelled, never blended.
  • loadingExperience is the page, originLoadingExperience is the site — and for a low-traffic URL Google populates the page block with the origin’s numbers and sets origin_fallback: true. Reading that as page data attributes the whole site’s performance to one URL. Reported here as is_origin_fallback.
  • Category scores are 0–1 floats, not 0–100, and are nullable. A category that errored returns null, not zero.
  • An unreachable target is an HTTP 400 from Google, not a 404 or 5xx, with the useful part buried in error.errors[].reason. “Bad request” here often means “your site returned a 500 to Google’s crawler”.
  • CLS in this API is an integer ×100 (5 means 0.05), while the CrUX API returns the same metric as a decimal string. The pack normalises to the decimal.

Tools

  • pagespeed_audit — Run Google’s PageSpeed Insights (Lighthouse) against any public URL and get back the performance, accessibility, best-practices and SEO scores, the lab timing metrics behind them, and the RANKED list
  • pagespeed_field_metrics — Real-user Core Web Vitals for a page AND for its whole origin in one call, from Google’s Chrome UX Report as PageSpeed Insights serves it — 75th-percentile Largest Contentful Paint, Interaction to Nex

Tools

  • pagespeed_audit — Run Google's PageSpeed Insights (Lighthouse) against any public URL and get back the performance, accessibility, best-practices and SEO scores, the lab timing metrics behind them, and the RANKED list
  • pagespeed_field_metrics — Real-user Core Web Vitals for a page AND for its whole origin in one call, from Google's Chrome UX Report as PageSpeed Insights serves it — 75th-percentile Largest Contentful Paint, Interaction to Nex

Regenerated from source · build September 18, 2026