{
  "protocolVersion": "0.3.0",
  "name": "AI Site Scorer",
  "description": "Measures how ready a website is for AI agents: bot access, structured data, agent-discovery standards and observed AI trust.",
  "url": "https://ai-friendly.pwn-all.com/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "AI Site Scorer",
    "url": "https://ai-friendly.pwn-all.com"
  },
  "version": "0.1.0",
  "documentationUrl": "https://ai-friendly.pwn-all.com/llms.txt",
  "capabilities": { "streaming": false, "pushNotifications": false },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "get_score",
      "name": "Get AI readiness score",
      "description": "Return the stored AI-readiness score, grade and per-check results for a domain.",
      "tags": ["seo", "ai-readiness", "audit"],
      "examples": ["What is the AI readiness score for example.com?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ]
}
