{
  "server": {
    "name": "llumar-georgia-mcp",
    "title": "LLumar Georgia",
    "version": "0.1.0",
    "url": "https://kzpagffdrseflkeayhsq.supabase.co/functions/v1/mcp",
    "auth": { "type": "none" },
    "instructions": "Public MCP server for LLumar Georgia (official dealer, Detailing Mall LLC). Use list_films to explore automotive tint, PPF, residential, and commercial architectural film products. Use get_film_details for product info, get_contact_info for dealer contacts, list_installation_partners for authorized installers, and list_site_pages to discover website URLs."
  },
  "tools": [
    {
      "name": "list_films",
      "title": "List LLumar films",
      "description": "List available LLumar film products offered by the Georgia dealer, optionally filtered by category.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": ["automotive-tint", "automotive-ppf", "residential", "commercial"]
          }
        }
      }
    },
    {
      "name": "get_film_details",
      "title": "Get film details",
      "description": "Get details for a specific LLumar film product by its id.",
      "inputSchema": {
        "type": "object",
        "properties": { "id": { "type": "string" } },
        "required": ["id"]
      }
    },
    {
      "name": "get_contact_info",
      "title": "Get contact info",
      "description": "Get contact information for the official LLumar dealer in Georgia."
    },
    {
      "name": "list_installation_partners",
      "title": "List installation partners",
      "description": "List official LLumar film installation partners in Georgia."
    },
    {
      "name": "list_site_pages",
      "title": "List site pages",
      "description": "List the main pages of the LLumar Georgia website with their URLs and titles."
    }
  ]
}
