Skip to content

@tkawen/mystoq-mcp-server

English — Model Context Protocol server for Mystoq - let Claude AI agents read your store

عربي — خادم Model Context Protocol لـ Mystoq — يتيح لوكلاء الذكاء الاصطناعي استعمال أدوات Mystoq مباشرة.

Terminal window
npm install @tkawen/mystoq-mcp-server

Model Context Protocol server for Mystoq - let Claude (and other AI agents) read your store live.

MCP License: MIT

The Model Context Protocol is an open standard for connecting AI assistants to data sources. With this server, your Mystoq store becomes a live “tool” that any MCP-aware agent (Claude Desktop, Cursor, custom agents) can query.

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (or the equivalent on your OS):

{
"mcpServers": {
"mystoq": {
"command": "npx",
"args": ["-y", "@tkawen/mystoq-mcp-server"],
"env": {
"MYSTOQ_API_KEY": "your_key",
"MYSTOQ_TENANT": "your-store"
}
}
}
}

Then ask Claude things like:

  • “List my 10 most recent orders”
  • “Which wilaya generates the most COD orders this week?”
  • “Find products with low stock”
  • list_products(limit?) - products in your store
  • list_orders(status?) - orders (optionally filtered)
  • list_wilayas() - 58 Algerian wilayas

MIT.

Built by Hartem Yaakoub.


🏛️ TKAWEN Ecosystem · منظومة تكوّن

Section titled “🏛️ TKAWEN Ecosystem · منظومة تكوّن”

EN — Part of TKAWEN, Algeria’s software ecosystem: commerce, certification, meetings and AI infrastructure. One organisation, one trust layer.

عربي — جزء من تكوّن، المنظومة البرمجية الجزائرية: تجارة، توثيق، اجتماعات، وبنية ذكاء اصطناعي. مؤسّسة واحدة، طبقة ثقة واحدة.

Packages · الحزم: @tkawen/mystoq-sdk · @tkawen/mystoq-react · @tkawen/mystoq-mcp-server · @tkawen/mystoq-seo-toolkit · @tkawen/mystoq-maystro-bridge · @tkawen/mystoq-whatsapp-bridge · @tkawen/mystoq-yalidine-bridge · @tkawen/liqaa-js · @tkawen/liqaa-react

MCP Gateway: mcp.tkawen.com — official in the Model Context Protocol Registry (com.tkawen/intelligence-gateway)

Web: tkawen.com · Author · المؤلّف: Hartem Yaakoub · License: MIT