{
  "specVersion": "1.0",
  "host": {
    "displayName": "Mallige Heritage Jewellery",
    "identifier": "did:web:themallige.com",
    "documentationUrl": "https://themallige.com/llms.txt",
    "logoUrl": "https://themallige.com/favicon.png"
  },
  "entries": [
    {
      "identifier": "urn:air:themallige.com:agent:catalog-discovery",
      "displayName": "Mallige Heritage Jewellery AI Catalog & Storefront",
      "type": "application/a2a-agent-card+json",
      "url": "https://themallige.com/llms.txt",
      "description": "Discover and search handcrafted South Indian traditional temple jewellery, imitation necklaces, bangles, bridal sets, jhumkas, and antique ornaments.",
      "tags": [
        "jewellery",
        "temple-jewellery",
        "south-indian",
        "imitation-jewellery",
        "bridal-sets",
        "kemp-jewellery"
      ],
      "representativeQueries": [
        "find traditional South Indian temple jewellery online",
        "search antique imitation necklaces and bridal sets",
        "browse temple kadas, jhumkas, and bangles in India",
        "shop Bharatanatyam dance and kemp stone jewellery"
      ],
      "metadata": {
        "schemaOrgType": "JewelryStore",
        "telephone": "+91 74834 25700",
        "email": "support@themallige.com",
        "website": "https://themallige.com",
        "areaServed": "India"
      }
    },
    {
      "identifier": "urn:air:themallige.com:mcp:storefront",
      "displayName": "Mallige Jewellery Storefront Tools",
      "type": "application/mcp-server-card+json",
      "description": "MCP server tools to browse categories, search traditional jewellery products, and check product availability at Mallige Heritage Jewellery.",
      "tags": [
        "ecommerce",
        "jewellery",
        "product-search",
        "catalog"
      ],
      "capabilities": [
        "search_products",
        "browse_categories",
        "get_store_info"
      ],
      "representativeQueries": [
        "search for temple necklace designs and prices",
        "browse South Indian jewellery categories",
        "get store and shipping information for Mallige Jewellery"
      ],
      "data": {
        "name": "mallige-jewellery-storefront",
        "description": "Storefront MCP server for Mallige Heritage Jewellery. Browse collections, search handcrafted temple jewellery, and retrieve order/shipping policies.",
        "tools": [
          {
            "name": "search_products",
            "description": "Search jewellery by query string, category, or style.",
            "inputSchema": {
              "type": "object",
              "properties": {
                "query": {
                  "type": "string",
                  "description": "Search term, e.g. kemp necklace, temple jhumka"
                },
                "category": {
                  "type": "string",
                  "description": "Category slug, e.g. necklace, earrings, bangles-and-bracelets"
                }
              }
            }
          },
          {
            "name": "browse_categories",
            "description": "List all core jewellery categories and collections.",
            "inputSchema": {
              "type": "object",
              "properties": {}
            }
          },
          {
            "name": "get_store_info",
            "description": "Get store contact, pan-India shipping details, and support info.",
            "inputSchema": {
              "type": "object",
              "properties": {}
            }
          }
        ]
      }
    }
  ]
}
