{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "albasha",
    "title": "AlBasha — Middle Eastern Food & Grocery",
    "version": "1.0.0",
    "description": "Read-only tools for the AlBasha restaurant menu, halal grocery catalog, store hours, catering, and order status lookup.",
    "websiteUrl": "https://albasharestaurants.net"
  },
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://pqahnpxavbrylyyzekhf.supabase.co/functions/v1/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://pqahnpxavbrylyyzekhf.supabase.co/functions/v1/mcp"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "documentation": "https://albasharestaurants.net/auth.md"
  },
  "documentation": "https://albasharestaurants.net/connect",
  "tools": [
    { "name": "get_store_hours", "description": "Store hours, address, phone, and whether AlBasha is currently open." },
    { "name": "search_menu", "description": "Search the restaurant menu by dish name or description." },
    { "name": "search_grocery", "description": "Search the halal grocery catalog." },
    { "name": "get_catering_info", "description": "Catering options, tray sizes, and how to request a quote." },
    { "name": "get_order_status", "description": "Look up an existing order's status by order id." }
  ]
}
