{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.schema.json",
  "serverInfo": {
    "name": "AEOmaxxing",
    "version": "1.0.0",
    "description": "Agent-discoverable public context and navigation tools for AEOmaxxing."
  },
  "transports": [
    {
      "type": "webmcp",
      "url": "https://aeomaxxing.com/",
      "description": "Browser-exposed WebMCP tools are registered on the homepage when supported."
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "resources": [
    {
      "name": "homepage-markdown",
      "uri": "https://aeomaxxing.com/",
      "mimeType": "text/markdown",
      "description": "Markdown representation of the AEOmaxxing homepage when requested with Accept: text/markdown."
    },
    {
      "name": "api-catalog",
      "uri": "https://aeomaxxing.com/.well-known/api-catalog",
      "mimeType": "application/linkset+json"
    }
  ]
}
