{
  "name": "AEOmaxxing WebMCP",
  "description": "Browser-exposed WebMCP tools for AEOmaxxing public agent discovery.",
  "url": "https://aeomaxxing.com/",
  "version": "1.0.0",
  "transport": {
    "type": "webmcp",
    "endpoint": "https://aeomaxxing.com/",
    "description": "Tools are registered on the homepage with document.modelContext.registerTool when the browser supports WebMCP."
  },
  "tools": [
    {
      "name": "get_aeomaxxing_summary",
      "description": "Return a concise summary of AEOmaxxing for AI agents."
    },
    {
      "name": "get_random_aeo_fact",
      "description": "Return one AEO or AI discovery fact shown by the site."
    },
    {
      "name": "get_agent_resources",
      "description": "Return machine-readable discovery URLs exposed by AEOmaxxing."
    },
    {
      "name": "get_subscription_link",
      "description": "Return the best URL for humans or agents helping a human subscribe to AEOmaxxing."
    }
  ]
}
