Agent Ready
Rank #10724glama/mlava/agent-ready-mcp
Scans websites for AI agent readability against 59 checks covering Vercel Agent Readability Spec, llmstxt.org, and agent-protocol manifests.
Agent Ready is a Model Context Protocol (MCP) server published by mlava. It ranks #10724 of 58,832 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Agent Ready is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 3 tracked versions. It was first listed on May 11, 2026 and most recently updated on Jun 1, 2026.
Ranks ahead of 48,108 of 58,832 servers on MCP Toplist.
Use Agent Ready
Add Agent Ready to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"agent-ready-mcp": {
"url": "https://agent-ready.dev/api/v1/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent-ready-mcp": {
"command": "npx",
"args": [
"-y",
"agent-ready-mcp"
],
"env": {
"AGENT_READY_API_KEY": "<your AGENT_READY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 4 registries
mlava
Other servers by mlava
View all mlava servers →Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Jun 1, 2026 |
| 0.1.2 | May 11, 2026 |
| 0.1.0 | May 11, 2026 |
Frequently asked questions
- What is Agent Ready?
- Scans websites for AI agent readability against 59 checks covering Vercel Agent Readability Spec, llmstxt.org, and agent-protocol manifests.
- Who maintains Agent Ready?
- Agent Ready is maintained by mlava, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Agent Ready an official MCP server?
- Yes — Agent Ready is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Agent Ready have?
- MCP Toplist tracks 3 versions of Agent Ready, most recently published on Jun 1, 2026.
- Where can I find the source code for Agent Ready?
- The source code for Agent Ready is hosted at github.com/mlava/agent-ready-mcp.