Agent Ready
Rank #5,699io.github.mlava/agent-ready-mcp
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
Agent Ready is a Model Context Protocol (MCP) server published by mlava. It ranks #5,699 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Agent Ready is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 22 tracked versions. It was first listed on May 11, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 126,414 of 132,113 servers on MCP Toplist.
Use Agent Ready
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agent-ready-mcp https://agent-ready.dev/api/v1/mcpclaude mcp add agent-ready-mcp -e "AGENT_READY_API_KEY=<your AGENT_READY_API_KEY>" -- npx -y agent-ready-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agent-ready-mcp]
url = "https://agent-ready.dev/api/v1/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agent-ready-mcp]
command = "npx"
args = ["-y", "agent-ready-mcp"]
[mcp_servers.agent-ready-mcp.env]
AGENT_READY_API_KEY = "<your AGENT_READY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://agent-ready.dev/api/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agent-ready-mcp": {
"command": "npx",
"args": [
"-y",
"agent-ready-mcp"
],
"env": {
"AGENT_READY_API_KEY": "<your AGENT_READY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-ready-mcp": {
"url": "https://agent-ready.dev/api/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agent-ready-mcp": {
"command": "npx",
"args": [
"-y",
"agent-ready-mcp"
],
"env": {
"AGENT_READY_API_KEY": "<your AGENT_READY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-ready-mcp": {
"type": "http",
"url": "https://agent-ready.dev/api/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agent-ready-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-ready-mcp"
],
"env": {
"AGENT_READY_API_KEY": "<your AGENT_READY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-ready-mcp": {
"serverUrl": "https://agent-ready.dev/api/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-ready-mcp": {
"command": "npx",
"args": [
"-y",
"agent-ready-mcp"
],
"env": {
"AGENT_READY_API_KEY": "<your AGENT_READY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-ready-mcp": {
"url": "https://agent-ready.dev/api/v1/mcp"
}
}
}{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mlava%2Fagent-ready-mcp)<a href="https://mcptoplist.com/server/io.github.mlava%2Fagent-ready-mcp"><img src="https://mcptoplist.com/badge/io.github.mlava%2Fagent-ready-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
mlava
Other servers by mlava
View all mlava servers →Available versions (22)
| Version | Published |
|---|---|
| 0.7.7 | Sep 7, 2026 |
| 0.7.6 | Sep 7, 2026 |
| 0.7.5 | Aug 22, 2026 |
| 0.7.4 | Aug 22, 2026 |
| 0.7.3 | Aug 17, 2026 |
| 0.7.2 | Jul 31, 2026 |
| 0.7.0 | Jul 27, 2026 |
| 0.6.1 | Jul 19, 2026 |
| 0.6.0 | Jul 18, 2026 |
| 0.5.4 | Jul 16, 2026 |
| 0.5.3 | Jul 14, 2026 |
| 0.5.2 | Jul 13, 2026 |
| 0.5.1 | Jul 13, 2026 |
| 0.5.0 | Jun 19, 2026 |
| 0.4.3 | Jun 15, 2026 |
| 0.4.2 | Jun 15, 2026 |
| 0.4.0 | Jun 1, 2026 |
| 0.3.0 | Jun 1, 2026 |
| 0.2.0 | May 11, 2026 |
| 0.1.2 | May 11, 2026 |
| 0.1.1 | May 11, 2026 |
| 0.1.0 | May 11, 2026 |
Frequently asked questions
- Who maintains Agent Ready?
- Agent Ready is maintained by mlava, which publishes 2 MCP servers (43 total versions) tracked on MCP Toplist.
- Is Agent Ready listed on the Official MCP Registry?
- Yes — Agent Ready is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Agent Ready have?
- MCP Toplist tracks 22 versions of Agent Ready, most recently published on Sep 7, 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.