Skip to main content
Glama

Brevo MCP Server

ecommerce

Manage e-commerce operations like order processing, product updates, coupon creation, and payment requests within the Brevo MCP Server environment.

Instructions

E-commerce integration - manage orders, products, coupons, and payments

Input Schema

NameRequiredDescriptionDefault
categoryDataNoCategory information
categoryIdNoCategory ID
couponCollectionIdNoCoupon collection ID
couponDataNoCoupon collection data
limitNoNumber of items to retrieve
offsetNoOffset for pagination
operationYesE-commerce operation to perform
orderDataNoOrder information
orderIdNoOrder ID
paymentDataNoPayment request data
productDataNoProduct information
productIdNoProduct ID

Input Schema (JSON Schema)

{ "properties": { "categoryData": { "description": "Category information", "type": "object" }, "categoryId": { "description": "Category ID", "type": "string" }, "couponCollectionId": { "description": "Coupon collection ID", "type": "string" }, "couponData": { "description": "Coupon collection data", "type": "object" }, "limit": { "default": 50, "description": "Number of items to retrieve", "type": "number" }, "offset": { "default": 0, "description": "Offset for pagination", "type": "number" }, "operation": { "description": "E-commerce operation to perform", "enum": [ "create_order", "get_order", "get_orders", "update_order", "create_batch_order", "get_products", "create_product", "update_product", "delete_product", "create_update_batch_products", "get_categories", "create_category", "update_category", "delete_category", "create_update_batch_category", "get_coupon_collections", "get_coupon_collection", "create_coupon_collection", "update_coupon_collection", "create_coupons", "create_payment_request", "get_payment_request", "delete_payment_request" ], "type": "string" }, "orderData": { "description": "Order information", "type": "object" }, "orderId": { "description": "Order ID", "type": "string" }, "paymentData": { "description": "Payment request data", "type": "object" }, "productData": { "description": "Product information", "type": "object" }, "productId": { "description": "Product ID", "type": "string" } }, "required": [ "operation" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/brevo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server