{ "protocolVersion": "2024-11-05", "serverInfo": { "name": "Sumly AI Readiness", "description": "Free public standard that measures whether any website is ready to be discovered, understood and cited by AI search engines, agents and large language models.", "version": "1.0.0", "url": "https://www.sumly.com/" }, "capabilities": { "tools": { "check_ai_readiness": { "description": "Run an AI Readiness check for a website URL and return the 0-100 score, six dimension scores and top recommendations.", "inputSchema": { "type": "object", "properties": { "url": { "type": "string", "description": "Website URL to analyze, e.g. https://example.com" } }, "required": ["url"] } } }, "resources": { "sumly://reports": { "description": "Public AI Readiness reports for analyzed websites." } } }, "endpoints": { "base": "https://www.sumly.com/api", "mcp": "https://www.sumly.com/.well-known/mcp.json" } }