{
  "protocolVersion": "0.2.0",
  "name": "AX Rush",
  "description": "Measures how ready a website is for AI agents and LLMs, and reports what is weakest.",
  "url": "https://axrush.com/a2a",
  "provider": {
    "organization": "AX Rush",
    "url": "https://axrush.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://axrush.com/about",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": []
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "measure-site",
      "name": "Measure a site",
      "description": "Given a domain, returns how ready it is for AI agents and LLMs: a score out of 100, the grade, and the checks it scores worst on. Reads a stored measurement when one exists rather than scanning the site again.",
      "tags": [
        "seo",
        "ai",
        "audit",
        "llms-txt"
      ],
      "examples": [
        "How ready is example.com for AI agents?",
        "Measure example.com"
      ]
    }
  ]
}
