Skip to main content
Glama

Lighthouse MCP

run_audit

Analyze website performance, accessibility, SEO, best practices, and PWA compliance using Lighthouse metrics. Specify URL, categories, device type, and throttling settings for precise audits.

Instructions

Run a comprehensive Lighthouse audit on a website

Input Schema

NameRequiredDescriptionDefault
categoriesNo
deviceNoDevice to emulate (default: desktop)desktop
throttlingNoWhether to throttle the audit (default: false)
urlYesURL to audit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categories": { "items": { "description": "Categories to audit", "enum": [ "performance", "accessibility", "best-practices", "seo", "pwa" ], "type": "string" }, "type": "array" }, "device": { "default": "desktop", "description": "Device to emulate (default: desktop)", "enum": [ "desktop", "mobile" ], "type": "string" }, "throttling": { "default": false, "description": "Whether to throttle the audit (default: false)", "type": "boolean" }, "url": { "description": "URL to audit", "type": "string" } }, "required": [ "url" ], "type": "object" }

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

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