{
  "name": "AgentReadyScanner",
  "version": "1.0",
  "url": "https://localhost",
  "description": "Free audit of AI-readiness for any public website. Checks 23 open standards across discoverability, content accessibility, bot access, API/MCP, and commerce categories.",
  "supportedInterfaces": [
    "http-post-scan"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "scan",
      "name": "Scan website",
      "description": "Audit a public URL against 23 AI-readiness standards",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri"
          },
          "preset": {
            "enum": [
              "all",
              "content",
              "apiApp"
            ]
          },
          "locale": {
            "enum": [
              "ru",
              "en"
            ]
          }
        },
        "required": [
          "url"
        ]
      }
    }
  ],
  "contacts": {
    "email": "contact@agentsready.io",
    "docs": "https://localhost/scanner"
  },
  "publicKey": {
    "jwks": "https://localhost/.well-known/http-message-signatures-directory"
  },
  "homepage": "https://localhost"
}