Back to Apps

OlaOla Supplement MCP
by bxxf
Connect your AI to the OlaOla.cz supplement shop for personalized product discovery, composition checks, and cart planning.
0 stars
Works in:CodexCursorChatGPT
Exposes:ToolsPrompts
What it does
This MCP server connects AI models to the OlaOla.cz supplement e-shop. It allows the AI to retrieve real-time product data, detailed ingredient compositions, and manage user account order history and carts. Instead of generic advice, the model can perform precise ingredient checks and recommend supplements based on specific constraints and a user's existing stack.
Tools
olaola_get_product: Parses a public product URL or slug.olaola_get_product_details: Fetches detailed product composition, ingredient amounts, and dosing.olaola_search_products: Searches the OlaOla storefront and sitemap for products.olaola_get_order_history: Retrieves authenticated account order summaries.olaola_add_to_cart: Adds products to the real account cart or a shadow cart.olaola_generate_quick_buy_url: Creates a direct quick-buy link for a recommended stack.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"olaola": {
"command": "npx",
"args": [
"mcp-remote",
"https://olaola-mcp.bxxf.dev/mcp"
]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Codex, Cursor, and ChatGPT (via remote HTTP endpoint).
Quick install
npx mcp-remote https://olaola-mcp.bxxf.dev/mcpInformation
- Pricing
- free
- Published
- 6/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to config.toml: [mcp_servers.olaola] command = "npx" args = ["mcp-remote", "https://olaola-mcp.bxxf.dev/mcp"]Cursor
mcp.json entry pointing to https://olaola-mcp.bxxf.dev/mcp via mcp-remoteChatGPT
https://olaola-mcp.bxxf.dev/mcpClaude Desktop
{"mcpServers": {"olaola": {"command": "npx", "args": ["mcp-remote", "https://olaola-mcp.bxxf.dev/mcp"]}}}





