lighthouse-mcp

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

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/priyankark/lighthouse-mcp'

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