What is the AI Readiness MCP server?
Check if a website is visible to AI search (ChatGPT, Perplexity, Claude) and get per-gap fixes.
How to install AI Readiness
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai-readiness": {
"command": "https://github.com/epistemedeus/ai-readiness/releases/download/v1.1.3/ai-readiness.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ai-readiness": {
"command": "https://github.com/epistemedeus/ai-readiness/releases/download/v1.1.3/ai-readiness.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-readiness": {
"command": "https://github.com/epistemedeus/ai-readiness/releases/download/v1.1.3/ai-readiness.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ai-readiness": {
"type": "stdio",
"command": "https://github.com/epistemedeus/ai-readiness/releases/download/v1.1.3/ai-readiness.mcpb",
"args": []
}
}
}Claude Code
claude mcp add ai-readiness -- https://github.com/epistemedeus/ai-readiness/releases/download/v1.1.3/ai-readiness.mcpbRelated MCP servers
Pay-per-call USDC tools for AI agents (x402/Base): company + wallet enrichment, web read, repo scan.
View repository →