BartWaardenburg/isagentready-mcp
MCP server for scanning websites for AI agent readiness via the IsAgentReady API
[](https://www.npmjs.com/package/isagentready-mcp) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/) [](https://github.com/bartwaardenburg/isagentready-mcp/actions/workflows/ci.yml) [](https://bartwaardenburg.github.io/isagentready-mcp/) [](https://modelcontextprotocol.io)
A Model Context Protocol (MCP) server for the IsAgentReady API. Scan any website for AI agent readiness and get detailed reports with scores, letter grades, and actionable recommendations across 5 categories: Discovery, Structured Data, Semantics, Agent Protocols, and Security.
CLI one-liners — the fastest way to get started. Pick your tool:
claude mcp add isagentready-mcp -- npx -y isagentready-mcpcodex mcp add isagentready-mcp -- npx -y isagentready-mcpgemini mcp add isagentready-mcp -- npx -y isagentready-mcpOpen the Command Palette (Cmd+Shift+P / Ctrl+Shift+P) > MCP: Add Server > select Command (stdio).
Or add to .vscode/mcp.json in your project directory:
{
"servers": {
"isagentready-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "isagentready-mcp"]
}
}
}Add to .cursor/mcp.json in your project directory (or ~/.cursor/mcp.json for global):
Loading reviews...