{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft.json",
  "serverInfo": {
    "name": "aihoo-mcp",
    "title": "AiHoo! GEO MCP Server",
    "version": "1.0.0",
    "description": "MCP server exposing AiHoo! tools: GEO audit, llms.txt retrieval, AI visibility checks, schema generation.",
    "vendor": { "name": "AiHoo!", "url": "https://aihoo.app" }
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://egkekjdzyiytrwjvhadi.supabase.co/functions/v1/mcp-server"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    { "name": "geo_audit", "description": "Run a GEO/AEO audit on a URL." },
    { "name": "fetch_llms_txt", "description": "Fetch llms.txt summary or full." },
    { "name": "ai_visibility_check", "description": "Check brand visibility across LLM engines." },
    { "name": "schema_generator", "description": "Generate JSON-LD schema for a page." }
  ],
  "documentation": "https://aihoo.app/ajuda",
  "license": "Proprietary"
}
