Agent Audit
@fullstackdegen
关于 Agent Audit
Agent Audit runs Lighthouse against any URL and converts the output into structured fix packs your coding agent can execute. Each fix pack includes the failing audit evidence, CSS selectors to locate the issue in your repo, implementation steps, and acceptance criteria to verify
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Agent Audit?
Agent Audit runs Google Lighthouse against any URL and converts the raw performance report into structured fix packs that coding agents can execute. It is designed for developers who want automated, actionable guidance to improve web performance, accessibility, SEO, and LLM visibility.
How to use Agent Audit?
Install via the MCP add command: claude mcp add agent-audit -- npx -y @fullstackdegen/agent-audit. After setup, provide a URL to audit to receive a structured fix pack.
Key features of Agent Audit
- Runs Lighthouse audits for Performance, Accessibility, and SEO
- Generates structured fix packs with evidence and instructions
- Includes repo search hints to locate issues in codebase
- Tests LLM visibility and llms.txt readiness
- Checks links, images, alt text, and optimization
Use cases of Agent Audit
—
FAQ from Agent Audit
What does Agent Audit test?
It tests Performance (FCP, LCP, CLS, TBT with 3-run medians), Accessibility (WCAG issues with failing selectors), Technical SEO (canonical, robots, metadata, JSON-LD, Open Graph), LLM visibility (AI crawler signals, llms.txt readiness), and Links & images (broken links, missing alt text, image optimization).
How do I install Agent Audit?
Install using the MCP add command: claude mcp add agent-audit -- npx -y @fullstackdegen/agent-audit.
What is included in a fix pack?
Each fix pack includes the failing audit evidence (CSS selectors, URLs), repo search hints to locate the issue in your codebase, step-by-step implementation instructions, and acceptance criteria to verify the fix by re-running the audit.
AI 与智能体 分类下的更多 MCP 服务器
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
评论