Your AI can
order the beer.
SOMA runs an open MCP server. Whatever assistant you use — Claude, ChatGPT, Cursor, a health app — point it at one URL and it can browse the catalog, check nutrition against your goals, and hand you a checkout link. You stay in control of payment, always.
Connect in 10 seconds
For Agents
Any MCP client — Claude Desktop, Cursor, ChatGPT connectors…
{
"mcpServers": {
"soma": {
"type": "http",
"url": "https://getsoma.store/api/mcp"
}
}
}Stdio-only clients:
npx -y mcp-remote https://getsoma.store/api/mcp
No API key, no signup — the catalog is public, read-only. Discovery metadata lives at /.well-known/mcp.json and /llms.txt.
For Humans
Pick whichever feels natural — every road ends at a cold can.
- 1Ask your AI. In Claude or ChatGPT, add
getsoma.store/api/mcpunder Settings → Connectors, then say “order me a 6-pack of SOMA IPA.” You approve the payment on our checkout — the agent never touches your money. - 2Shop it yourself the old-fashioned way at shop.getsoma.store. Thumbs still work great.
- 3Browse first — the full lineup and nutrition facts live right here on the site.
Once connected, just ask: “What non-alcoholic beers does SOMA sell? Which fits a 100-kcal budget? Get me a buy link for a 6-pack of the IPA.”
What agents can do
list_beers / get_beerFull catalog or one beer: specs, tasting notes, prices, availability
get_buy_linkA checkout link for any beer/format/quantity — the human always completes payment on Shopify
get_health_nutritionPer-can and per-100ml macros, ABV, allergens, dietary flags — built for health & fitness platforms
get_pricing_and_deliveryPrices, packs, delivery area, COD
get_subscription_plansMonthly plans with savings and perks
get_brewing_processHow the beer is brewed and dealcoholized, certifications
get_recipesNA beer cocktails and food pairings
get_faq / get_brandAnswers to common questions; brand and contact info
get_b2b_wholesaleWholesale tiers and tasting bookings for venues
Health platforms welcome
get_health_nutrition returns per-100ml macros, allergens, ABV disclosure, and dietary flags in a stable schema — drop SOMA into calorie trackers, fitness coaches, and diet planners without scraping. Prefer plain JSON? Poll /api/nutrition — versioned, CORS-open, no key. Integration ideas? Write to getsoma.store@gmail.com.
The rules we run by
- • Read-only data, no auth, no tracking of agent traffic.
- • Buy links open Shopify checkout — a human always completes payment.
- • 18+ product: agents should surface the age restriction we return.
- • Same source of truth as the website — prices can never drift.