{
  "serverInfo": {
    "name": "louvue-mcp",
    "version": "0.1.0",
    "description": "Louisville, KY restaurant health-inspection data as MCP tools."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://louvue.com/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "tools": [
    {
      "name": "searchRestaurants",
      "description": "Search Louisville restaurants by name/address/city/ZIP with optional grade and city filters."
    },
    {
      "name": "getRestaurantDetail",
      "description": "Return full inspection + violation history for one restaurant by numeric ID."
    },
    {
      "name": "getInspectionStats",
      "description": "City-wide aggregate stats: total restaurants, total inspections, grade distribution."
    }
  ],
  "documentation": "https://louvue.com/docs/api"
}
