{ "version": "0.1", "name": "Presente Coffee", "description": "Presente Premium Coffee — café de especialidad de Costa Rica. Porque el verdadero lujo está en vivir el presente, una taza a la vez.", "url": "https:\/\/presente.coffee", "actions": [ { "name": "add_to_cart", "description": "Add a product variant to the shopping cart.", "method": "POST", "endpoint": "https://presente.coffee/cart/add.js", "params": { "id": {"type": "integer", "required": true, "description": "Variant ID"}, "quantity": {"type": "integer", "required": false, "default": 1} } }, { "name": "subscribe_newsletter", "description": "Subscribe an email address to the Presente Café newsletter.", "method": "FORM", "selector": "form[data-mcp-action='subscribe-newsletter']", "params": { "contact[email]": {"type": "email", "required": true} } }, { "name": "contact_inquiry", "description": "Send a message via the contact form (general, wholesale, or support).", "method": "FORM", "selector": "form[data-mcp-action='contact-inquiry']", "endpoint": "https://presente.coffee/contact", "params": { "contact[name]": {"type": "string", "required": false}, "contact[email]": {"type": "email", "required": true}, "contact[phone]": {"type": "string", "required": false}, "contact[body]": {"type": "string", "required": true, "description": "Message body"} } }, { "name": "whatsapp_inquiry", "description": "Open a WhatsApp chat with Presente Café for direct support.", "method": "NAVIGATE", "selector": "a[data-mcp-action='whatsapp-inquiry']" }, { "name": "browse_collection", "description": "Browse all coffee editions in the catalog.", "method": "NAVIGATE", "endpoint": "https://presente.coffee/collections/all" } ], "metadata": { "currency": "CRC", "locale": "es", "country_of_origin": "Costa Rica", "category": "specialty-coffee" } }