Skip to main content
Glama

Lighthouse MCP

get_security_audit

Audit website security by checking HTTPS, CSP, HSTS, and vulnerabilities. Analyze specific measures like mixed content issues using Lighthouse MCP for desktop or mobile devices.

Instructions

Perform security audit checking HTTPS, CSP, and other security measures

Input Schema

NameRequiredDescriptionDefault
checksNoSpecific security checks to perform
deviceNoDevice to emulate (default: desktop)desktop
urlYesURL to audit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "checks": { "description": "Specific security checks to perform", "items": { "enum": [ "https", "mixed-content", "csp", "hsts", "vulnerabilities" ], "type": "string" }, "type": "array" }, "device": { "default": "desktop", "description": "Device to emulate (default: desktop)", "enum": [ "desktop", "mobile" ], "type": "string" }, "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