{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.json",
  "serverInfo": {
    "name": "travelwhitelabel-mcp",
    "title": "TravelWhiteLabel MCP",
    "version": "0.1.0"
  },
  "instructions": "Public MCP server for TravelWhiteLabel. Use these tools to look up pricing plans, AI add-ons and company contact info, or to submit a sales inquiry or newsletter subscription on behalf of a user.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://cdqbjcjydjpauapxsauk.supabase.co/functions/v1/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "auth": { "type": "none" },
  "tools": [
    { "name": "list_pricing_plans", "title": "List pricing plans", "description": "List TravelWhiteLabel's subscription plans (Growth, Scale, Elite) with monthly price and included features." },
    { "name": "list_ai_addons", "title": "List AI add-ons", "description": "List all AI add-on modules available for the TravelWhiteLabel platform." },
    { "name": "get_company_info", "title": "Get company info", "description": "Return TravelWhiteLabel company contact details, address, website and a short overview." },
    { "name": "submit_contact_inquiry", "title": "Submit contact inquiry", "description": "Submit a sales/contact inquiry to the TravelWhiteLabel team." },
    { "name": "subscribe_newsletter", "title": "Subscribe to newsletter", "description": "Subscribe an email address to the TravelWhiteLabel newsletter." }
  ]
}
