{
  "capabilities": {
    "pushNotifications": false,
    "streaming": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "description": "Validate a website's llms.txt against the official specification, check that every linked URL is reachable, and return a 0-100 quality score with findings and AI-discoverability signals.",
  "name": "llms.txt Validator",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "llms.txt Validator",
    "url": "https://llms-txt-validator.dev"
  },
  "skills": [
    {
      "description": "Given a domain or URL, fetch and validate its llms.txt and return a score with findings and AI-discoverability signals.",
      "examples": [
        "anthropic.com",
        "https://example.com/llms.txt"
      ],
      "id": "validate_llms_txt",
      "inputModes": [
        "text/plain"
      ],
      "name": "Validate llms.txt",
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "tags": [
        "llms.txt",
        "validation",
        "seo",
        "ai-discoverability"
      ]
    }
  ],
  "url": "https://llms-txt-validator.dev/a2a",
  "version": "1.0.0"
}
