MCP server for Salla e-commerce platform (Saudi Arabia). Manage products, orders, customers, and store settings via OAuth 2.0.
| Tool | Description |
|---|---|
list_products |
List products with pagination |
get_product |
Get product details by ID |
create_product |
Create a new product |
update_product |
Update an existing product |
list_orders |
List orders with filters |
get_order |
Get order details by ID |
update_order_status |
Update order fulfillment status |
list_customers |
List store customers |
get_store_info |
Get store information |
{
"mcpServers": {
"salla": {
"command": "npx",
"args": ["-y", "@theyahia/salla-mcp"],
"env": {
"SALLA_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>"
}
}
}
}| Variable | Required | Description |
|---|---|---|
SALLA_ACCESS_TOKEN |
Yes | OAuth 2.0 access token from Salla |
- "List all products in my Salla store"
- "Create a new product called 'Premium Dates' for 150 SAR"
- "Show me order #1001 details"
- "Update order 1001 to completed"
- "How many customers do I have?"
MIT