{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "tuxedodrive",
    "title": "TuxedoDrive AI Car Wash Platform",
    "version": "1.0.0"
  },
  "description": "AI-powered car wash platform — Smart Menu, AI Coach, Automation Engine, Membership Analytics, and AI Email Marketing.",
  "documentationUrl": "https://tuxedodrive.com/api-docs",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "capabilities": {
    "tools": {}
  },
  "authentication": {
    "required": true,
    "schemes": ["bearer"]
  },
  "tools": [
    {
      "name": "query",
      "title": "Query TuxedoDrive",
      "description": "Ask a question about TuxedoDrive features, pricing, or car wash operations. Requires a tenant bearer token.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "question": {
            "type": "string",
            "description": "The question to ask"
          }
        },
        "required": ["question"]
      }
    }
  ]
}
