← getsoma.store

INDIVIDUAL MCP TOOL

get_subscription_plans

The three monthly beer subscription tiers with pricing, savings percentage, and included perks.

getsoma.storenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

getsoma.store

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.getsoma-store]
url = "https://getsoma.store/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "getsoma-store": {
      "type": "http",
      "url": "https://getsoma.store/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: getsoma-store
Remote MCP URL: https://getsoma.store/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "getsoma-store": {
      "url": "https://getsoma.store/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "getsoma-store": {
      "type": "http",
      "url": "https://getsoma.store/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "getsoma-store",
  "transport": "streamable-http",
  "url": "https://getsoma.store/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_brand — Brand overview: who SOMA is, taglines, founder, location, contact details, social handles, and the 2026 pivot from sparkling water to non-alcoholic craft beer.
  • list_beers — Full product lineup with style, tasting profile, ABV, calories, carbs, pricing (can/6-pack in INR), food pairings, availability status, and brewing notes.
  • get_beer — Detailed spec for a single beer by slug: lager, ipa, belgian-wit, or stout.
  • get_pricing_and_delivery — Retail prices per beer (500ml can ₹199 / MRP ₹249, 6-pack ₹1,194 / MRP ₹1,494), delivery cities (Bangalore live; Mumbai, Pune, Hyderabad, Delhi, Ahmedabad, Jaipur next), and the flat delivery fee.
  • get_b2b_wholesale — B2B pricing tiers for restaurants, bars, hotels, and events (per-can INR by monthly volume), keg/draft options, and how to book a tasting.
  • get_brewing_process — The six-step production process (mash, boil, full fermentation, vacuum distillation, re-carbonation, lab testing), ingredient sourcing, and certifications.
  • get_faq — All customer FAQs: what SOMA is, ABV and trace alcohol, brewing method, styles, pricing, delivery, age policy, comparisons to other NA beers, subscriptions, recycling, and wholesale.
  • get_recipes — Zero-proof beer cocktail recipes (shandies, beer-mosa, michelada, stout float) with ingredients and method, plus the food pairing guide per beer.