agent-ready-mcp
Agent Ready MCP server
The Agent Ready MCP server exposes the ~70-check agent-readability scan as MCP tools. Install once and your agent can run scans, fetch previous results, and search the Agent Ready docs through MCP-native tool calls — no HTTP wiring required.
This skill covers two distinct phases:
- Install and configure the server in the user's MCP client (Claude Desktop, Claude Code, Cursor, Cline, Continue, Goose, or any other streamable-HTTP / stdio MCP host).
- Use the tools and prompts the server exposes once it's running.
The server is published to npm as agent-ready-mcp; source at https://github.com/mlava/agent-ready-mcp. If the user has no MCP client and just wants REST calls (curl / fetch / requests), use the agent-ready-api skill instead.
Step 1: Get an API key
Agent Ready API access requires a Pro account. Issue a key at https://agent-ready.dev/dashboard/api-keys (sign up at https://agent-ready.dev/pricing if needed). Keys begin with ar_live_….
The ask MCP tool is public and works without a key — it queries Agent Ready's own docs. The other tools (scan_site, get_scan) require the key.