# Zylvie — MCP server on mcp.ai > Connect your Zylvie account and use 4 tools for ecommerce straight from your AI agent. Connect with your own API key. High-converting cart software for solopreneurs to sell digital products and subscriptions. By: mcp.ai · official Page: https://mcp.ai/zylvie ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_zylvie?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/zylvie/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/zylvie/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/zylvie/skill.md Postman collection (v2.1): https://mcp.ai/zylvie/postman.json ## Tools - zylvie_create_product(url: string, tags?: string[], price: number|string, title: string, display: string, summary?: string, currency: string, interval?: string, subtitle?: string, categories?: string[], description?: string, productfiles?: string[], shipping_fee?: number|string, pricing_model: string, productimages?: string[], shipping_type?: string, interval_count?: integer, trial_period_days?: integer, collect_address_and_phone?: boolean) — Tool to create a new product. Use when you need to add a product with detailed custom options in Zylvie platform. - zylvie_get_authenticating_user() — Tool to retrieve information about the currently authenticated user. Use when you have a valid Bearer token and need to fetch the authenticated user's profile. - zylvie_subscribe_webhook(trigger: string, webhook_url: string) — Tool to subscribe to a webhook event by creating a workflow object. Use when you need to set up webhook notifications for sale, lead, affiliate, subscription, or cancel events. If a workflow with the - zylvie_unsubscribe_webhook(webhook_url: string) — Tool to unsubscribe from a webhook by deleting the workflow object associated with the specified webhook URL. Use after confirming the webhook URL to remove. ## Example prompts - "What can I do in Zylvie?" - "Show me a summary of my Zylvie account" ## Links Docs: https://mcp.ai/docs/mcps/zylvie Website: https://mcp.ai/mcps/zylvie