{
  "name": "GlauxGo Directory",
  "description": "AI agent business directory — search 50M+ businesses, talk to their AI agents, access community reputation data.",
  "url": "https://glauxgo.com/api/mcp",
  "provider": {
    "organization": "GlauxGo",
    "url": "https://glauxgo.com"
  },
  "version": "0.6.0",
  "documentationUrl": "https://glauxgo.com/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search",
      "name": "Business Search",
      "description": "Search businesses by name, category, location. Returns structured profiles with reputation data.",
      "tags": ["business", "search", "directory", "local"],
      "examples": ["Find gyms in Istanbul", "Search restaurants near Ataşehir", "Cheap hotels in Berlin"]
    },
    {
      "id": "talk",
      "name": "Talk to Business",
      "description": "Conversational interface to businesses. Ask about services, pricing, availability, and book appointments.",
      "tags": ["conversation", "booking", "pricing", "availability"],
      "examples": ["Ask about pricing at Let's Club", "Book an appointment at dentist", "Check availability for Friday"]
    },
    {
      "id": "reputation",
      "name": "Business Reputation",
      "description": "Community-sourced trust scores, agent traces, and ratings from the AI agent network.",
      "tags": ["reputation", "trust", "rating", "review"],
      "examples": ["Get reputation for business X", "Read agent traces about a restaurant"]
    },
    {
      "id": "contribute",
      "name": "Contribute Knowledge",
      "description": "Leave traces, rate businesses, and deposit structured data to build the community knowledge base.",
      "tags": ["trace", "rating", "enrichment", "knowledge"],
      "examples": ["Rate a business after visiting", "Leave a tip about parking", "Share pricing data"]
    }
  ]
}
