Skip to main content
Glama

lighthouse-mcp

run_audit

Analyze webpage performance, accessibility, SEO, and best practices using Lighthouse audits by specifying a URL, device type, and optional categories.

Instructions

Run a Lighthouse audit on a URL

Input Schema

NameRequiredDescriptionDefault
categoriesNoCategories to audit (defaults to all)
deviceNoDevice to emulate (defaults to mobile)
throttlingNoWhether to apply network throttling (defaults to true)
urlYesURL to audit

Input Schema (JSON Schema)

{ "properties": { "categories": { "description": "Categories to audit (defaults to all)", "items": { "enum": [ "performance", "accessibility", "best-practices", "seo", "pwa" ], "type": "string" }, "type": "array" }, "device": { "description": "Device to emulate (defaults to mobile)", "enum": [ "mobile", "desktop" ], "type": "string" }, "throttling": { "description": "Whether to apply network throttling (defaults to true)", "type": "boolean" }, "url": { "description": "URL to audit", "type": "string" } }, "required": [ "url" ], "type": "object" }

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