@forkpoint/agent-lighthouse-mcp
v2.0.0
Published
Model Context Protocol (MCP) server that lets Claude, Cursor, and agentic IDEs audit website AI-agent readiness with Agent Lighthouse
Maintainers
Readme
@forkpoint/agent-lighthouse-mcp
Model Context Protocol server for Agent Lighthouse.
Use this package to let Claude Desktop, Cursor, and other MCP-compatible agentic IDEs audit live websites for AI-agent readiness.
Claude Desktop / Cursor
{
"mcpServers": {
"agent-lighthouse": {
"command": "npx",
"args": ["-y", "@forkpoint/agent-lighthouse-mcp"]
}
}
}What It Exposes
The MCP server wraps Agent Lighthouse scans so an assistant can check a site across the v2 taxonomy's eight categories — access & crawl control, machine discovery, agent interfaces, agentic commerce, content extraction, structured data, answer readiness, and agent operability & safety — from inside the IDE.
Links
- Documentation: https://forkpoint.github.io/agent-lighthouse/
- Repository: https://github.com/ForkPoint/agent-lighthouse
- CLI package: https://www.npmjs.com/package/@forkpoint/agent-lighthouse
License
Apache-2.0
