MCP Server
io.github.mlava/agent-ready-mcp MCP Server
io.github.mlava/agent-ready-mcp
What is the io.github.mlava/agent-ready-mcp MCP server?
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
How to install io.github.mlava/agent-ready-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AGENT_READY_API_KEYrequiredsecretYour Agent Ready Pro API key. Issue one at https://agent-ready.dev/dashboard/api-keys.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agent-ready-mcp": {
"command": "npx",
"args": [
"-y",
"agent-ready-mcp"
],
"env": {
"AGENT_READY_API_KEY": "<YOUR_AGENT_READY_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-ready-mcp": {
"command": "npx",
"args": [
"-y",
"agent-ready-mcp"
],
"env": {
"AGENT_READY_API_KEY": "<YOUR_AGENT_READY_API_KEY>"
}
}
}
}Windsurf
~/.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>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-ready-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-ready-mcp"
],
"env": {
"AGENT_READY_API_KEY": "<YOUR_AGENT_READY_API_KEY>"
}
}
}
}Claude Code
claude mcp add agent-ready-mcp --env AGENT_READY_API_KEY=<YOUR_AGENT_READY_API_KEY> -- npx -y agent-ready-mcpRelated MCP servers
Resolve DOI/PMID/PMCID/ISBN/arXiv/ISSN/ADS/WHO IRIS to citations, exports, retraction, OA, verify.
View repository →