lighthouse-mcp

by priyankark
Verified

get_performance_score

Measure the performance score of a webpage URL using Google Lighthouse. Input a URL and optionally specify a device type (mobile/desktop) to analyze and optimize web performance metrics.

Instructions

Get just the performance score for a URL

Input Schema

NameRequiredDescriptionDefault
deviceNoDevice to emulate (defaults to mobile)
urlYesURL to audit

Input Schema (JSON Schema)

{ "properties": { "device": { "description": "Device to emulate (defaults to mobile)", "enum": [ "mobile", "desktop" ], "type": "string" }, "url": { "description": "URL to audit", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from lighthouse-mcp

Related Tools

ID: xip1afyf7n