agentready-mcp-server
v1.0.0
Published
AgentReady MCP Server — AI readiness scanning tools for Claude, ChatGPT, and other AI agents via the Model Context Protocol
Maintainers
Readme
AgentReady MCP Server
Scan any website for AI readiness using the Model Context Protocol (MCP). Works with Claude Desktop, Cursor, and any MCP-compatible client.
Tools
| Tool | Description |
|------|-------------|
| scan_website | Scan a domain for AI readiness (schema markup, bot access, protocols, speed, content, entities) |
| generate_fixes | Get prioritized fix recommendations with effort and impact |
| check_ai_visibility | Check bot access, llms.txt, MCP, NLWeb, and structured data |
| get_industry_benchmark | Compare against industry averages and percentiles |
Quick Start
1. Get an API Key
Sign up at agentready.site (Pro plan required).
2. Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentready": {
"command": "npx",
"args": ["-y", "agentready-mcp-server"],
"env": {
"AGENTREADY_API_KEY": "your-api-key"
}
}
}
}3. Standalone
AGENTREADY_API_KEY=your-key npx agentready-mcp-serverEnvironment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| AGENTREADY_API_KEY | Yes | Your AgentReady API key |
| AGENTREADY_API_URL | No | API base URL (default: https://agentready.site) |
Example Prompts
- "Scan example.com for AI readiness"
- "How does my site compare to others in SaaS?"
- "What should I fix first to improve my AI visibility?"
- "Check if AI bots can access my website"
License
MIT
