{
  "version": "1.0",
  "servers": [
    {
      "name": "soma-brewing",
      "description": "Official MCP server for SOMA Brewing Company — India's first premium non-alcoholic craft beer (Lager, IPA, Belgian Wit, Stout in 500ml cans). Read-only catalog, pricing, nutrition, recipes, FAQ — plus buy-link generation so agents can hand users a checkout URL.",
      "url": "https://getsoma.store/api/mcp",
      "transport": "streamable-http",
      "authentication": "none",
      "tools": [
        "get_brand",
        "list_beers",
        "get_beer",
        "get_pricing_and_delivery",
        "get_subscription_plans",
        "get_b2b_wholesale",
        "get_brewing_process",
        "get_faq",
        "get_recipes",
        "get_buy_link",
        "get_health_nutrition"
      ],
      "contact": "getsoma.store@gmail.com"
    }
  ]
}