Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Lighthouse-powered MCP server for AI coding agents, Core Web Vitals, technical SEO, accessibility, and GEO/LLM visibility audits.
π NPM Package
Agent Audit turns Google Lighthouse and bounded page-inspection results into structured fix packs that coding agents can actually execute. It gives Claude Code, Codex, Cursor, GitHub Copilot, and other MCP clients a prioritized, evidence-backed backlog instead of a raw performance report.
Turn Lighthouse audits into coding-agent fix packs.
Lighthouse is excellent for diagnosis, but raw reports are not enough for an autonomous coding workflow. A coding agent still needs to know which issue is most important, whether it affects mobile, desktop, or both, which selectors or resources are evidence, what files to search for, how to verify the fix, and when it is safe to claim completion.
Agent Audit converts Lighthouse output into an implementation contract:
fixPacks with repo search hints, implementation steps, and
measurable acceptance criteria.structuredContent plus equivalent Markdown.The goal is simple: give a coding agent a report it can read, reason about, fix, test, and verify.
Agent Audit is useful when people search for:
llms.txt readiness and AI crawler visibilityCurrent checks include:
llms.txt draft generation when page content is sufficient.outputSchema validation for structuredContent.See a real CommaLabs JSON report and Markdown report.
Requirements:
Run the MCP server:
Useful links:
Add a local MCP server:
Restart Claude Desktop after saving the configuration.
For local development audits:
Or add it to ~/.codex/config.toml:
Create a workspace or user-level .mcp.json file:
Or register it from a terminal:
Configure a local stdio MCP server:
agent-auditnpx-y, @fullstackdegen/agent-auditAdd --local to the arguments when you need localhost audits.
analyze_website_performanceRuns Lighthouse and site intelligence against a target URL:
mode is optional:
fast: one mobile run and one desktop run.reliable: three runs per profile, medians, and variability ranges. This is
the default.repoSearchHints are search clues, not guaranteed file paths. The coding agent
must inspect the repository before editing.
Use structuredContent as the source of truth and the Markdown report as the
execution summary.
fixPacks in priority order.repoSearchHints.reliable mode.acceptanceCriteria.Do not claim completion from an incomplete report or from a rerun with materially higher variability than the baseline.
Agent-facing docs:
By default, Agent Audit only accepts publicly routable HTTP and HTTPS URLs. This is the right default for hosted agents and shared environments.
For developer machines, explicitly enable loopback targets:
Then audit a local app through your MCP client:
The opt-in allows localhost, *.localhost, 127.0.0.0/8, and ::1.
Private LAN ranges, link-local addresses, reserved ranges, multicast addresses,
and cloud metadata addresses remain blocked.
The environment variable form is also supported:
Agent Audit launches Chrome against user-provided URLs, so URL policy matters. The server rejects:
The page-inspection fetcher uses the same URL policy and applies timeout, byte-size, and bounded-resource limits.
Page-controlled titles, descriptions, URLs, selectors, snippets, and audit text are sanitized and length-limited. Consumers must still treat them as untrusted evidence, not agent instructions.
Chrome sandboxing is enabled by default. Only isolated environments that cannot support it should set:
See SECURITY.md for vulnerability reporting and deployment guidance.
Agent Audit is intentionally bounded:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agent-audit)<a href="https://allmcps.com/mcp/agent-audit"><img src="https://allmcps.com/api/badge/agent-audit?style=directory" alt="Agent Audit on AllMCPs" /></a>