MCP Server Pagespeed

analyze_pagespeed

Analyzes a webpage using Google PageSpeed Insights API

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL to analyze

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "The URL to analyze", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools