MCP Hub
Back to servers

@theyahia/salla-mcp

Requires Setup

MCP server for Salla — e-commerce platform, orders, products (Saudi Arabia)

npm259/wk
Stars
1
Forks
1
Updated
Apr 1, 2026
Validated
May 11, 2026

Quick Install

npx -y @theyahia/salla-mcp

salla-mcp

MCP server for Salla e-commerce platform (Saudi Arabia). Manage products, orders, customers, and store settings via OAuth 2.0.

Tools (9)

ToolDescription
list_productsList products with pagination
get_productGet product details by ID
create_productCreate a new product
update_productUpdate an existing product
list_ordersList orders with filters
get_orderGet order details by ID
update_order_statusUpdate order fulfillment status
list_customersList store customers
get_store_infoGet store information

Quick Start

{
  "mcpServers": {
    "salla": {
      "command": "npx",
      "args": ["-y", "@theyahia/salla-mcp"],
      "env": {
        "SALLA_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
SALLA_ACCESS_TOKENYesOAuth 2.0 access token from Salla

Demo Prompts

  • "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?"

License

MIT

Reviews

No reviews yet

Sign in to write a review