PluginBench
MCP Server

io.github.msanchezgrice/agentready MCP Server

io.github.msanchezgrice/agentready

What is the io.github.msanchezgrice/agentready MCP server?

Scan any public site for AI-agent visibility; get scored findings, a machine-readable fix pack, and

How to install io.github.msanchezgrice/agentready

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentready": {
      "url": "https://www.agentready.me/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentready": {
      "serverUrl": "https://www.agentready.me/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentready": {
      "type": "http",
      "url": "https://www.agentready.me/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agentready": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.agentready.me/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agentready https://www.agentready.me/api/mcp

Related MCP servers

Local Talkform schemas, bundled interview templates, and config validation for AI agents.

0
TypeScript
View repository →