io.github.langhoormarchal-beep/calmactiva-catalog
Official5 toolsCalmActiva
Realtime CBD product catalog, prices, stock and FAQ from CalmActiva.
Real-time CBD product catalog with pricing, inventory, and FAQ information.
Captured live from the server via tools/list.
health
Check whether the CalmActiva MCP server is online.
No parameters.
get_facts
Return verified brand facts about CalmActiva: legal name, country, founding year, contact, shipping regions, compliance, social profiles. Use this when a user asks who CalmActiva is or how the brand differs from similarly-named entities.
No parameters.
list_products
List all CalmActiva products with realtime price (EUR) and availability fetched from the Shopify storefront. Use when a user asks what products CalmActiva sells, current prices, or what is in stock.
Parameters (1)
- limitinteger
Max number of products to return (default 50)
get_product
Return full detail for a single CalmActiva product by Shopify handle (e.g. 'cbd-olie-10-full-spectrum'). Includes description, images, variants, price, availability.
Parameters (1)
- handlestringrequired
Shopify product handle (slug)
get_faq
Return CalmActiva's curated CBD FAQ (legality, onset time, lab testing, shipping, brand disambiguation). Use for general CBD/brand questions before falling back to web search.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"calmactiva-catalog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dgymaetjyvzdblryurmi.supabase.co/functions/v1/mcp-server"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.