Skip to content

theYahia/salla-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salla-mcp

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

Tools (9)

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

Quick Start

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

Environment Variables

Variable Required Description
SALLA_ACCESS_TOKEN Yes OAuth 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors