{
  "protocolVersion": "0.3.0",
  "name": "Gander Web",
  "description": "Discovery entrypoint for Gander Web Ltd: a UK web hosting, VPS, colocation and Microsoft 365 provider based in Chesterfield, Derbyshire. This is an informational agent card: it exposes machine-readable pointers to Gander Web's public resources. No live A2A or MCP agent endpoint is currently served.",
  "url": "https://ganderweb.co.uk/",
  "preferredTransport": "HTTP+HTML",
  "provider": {
    "organization": "Gander Web Ltd",
    "url": "https://ganderweb.co.uk/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://ganderweb.co.uk/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "hosting-knowledge-base",
      "name": "Hosting knowledge base",
      "description": "Machine-readable guides on UK web hosting, VPS, colocation, cPanel, WordPress, security and Microsoft 365.",
      "tags": [
        "web-hosting",
        "vps",
        "colocation",
        "microsoft-365",
        "cpanel",
        "wordpress"
      ],
      "examples": [
        "What UK Ryzen VPS plans does Gander Web offer?",
        "How do I install an SSL certificate on cPanel?",
        "Does Gander Web offer colocation in the UK?"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+HTML",
      "url": "https://ganderweb.co.uk/"
    },
    {
      "transport": "text/plain",
      "url": "https://ganderweb.co.uk/llms.txt"
    }
  ]
}