@forkpoint/agent-lighthouse
v2.0.0
Published
Lighthouse-style CLI for auditing websites for AI agents, LLM crawlers, MCP clients, llms.txt, WebMCP, OpenAPI, and Schema.org readiness
Maintainers
Readme
@forkpoint/agent-lighthouse
Lighthouse-style CLI for auditing whether AI agents, LLM crawlers, MCP clients, and agentic browsers can discover, parse, cite, and act on a website.
Quickstart
npx @forkpoint/agent-lighthouse https://yourstore.com
npx @forkpoint/agent-lighthouse https://yourstore.com --view
npx @forkpoint/agent-lighthouse https://staging.yourstore.com --min-score 85The CLI generates terminal, HTML, JSON, and Markdown reports for 215 audits across 8 agent-journey categories:
- Access & Crawl Control — robots.txt access for GPTBot, ClaudeBot, PerplexityBot, and other AI crawlers
- Content Extraction — clean main content, semantic structure, render and response cost
- Machine Discovery —
llms.txt,llms-full.txt, sitemaps, feeds, and.well-knownsurfaces - Structured Data — Schema.org, JSON-LD, product, offer, review, and organization markup
- Answer Readiness — AEO/GEO answerability, step lists, tables, unique data, and citations
- Agent Interfaces — WebMCP, OpenAPI, agents.json, and action-surface discovery
- Agentic Commerce — product offers, availability, checkout, and payment surfaces
- Agent Operability & Safety — HTTPS, security.txt, tdmrep, stability, and broken agent endpoints
CI
npx @forkpoint/agent-lighthouse https://staging.yourstore.com \
--preset ecommerce \
--min-score 85 \
--output terminal,html,json,md \
--output-dir ./reportsLinks
- Documentation: https://forkpoint.github.io/agent-lighthouse/
- Repository: https://github.com/ForkPoint/agent-lighthouse
- Issues: https://github.com/ForkPoint/agent-lighthouse/issues
License
Apache-2.0
