com.mystoq/storefront
com.mystoq/storefrontDiscover Algerian COD stores on Mystoq, or manage your own: products, prices, shipping/fraud tools.
Tools · 12
Search the public Mystoq store directory (Algerian online shops). Filter by keyword (store name), wilaya, or plan. Returns store name, wilaya, storefront URL and plan tier. Public business listings on…
Get a public Mystoq store by its slug: name, wilaya, storefront URL, plan tier and member-since. Public info only.
List Mystoq subscription plans with monthly/yearly/lifetime prices (DZD) — useful to answer "how much does Mystoq cost".
Mystoq network statistics: number of active stores and wilayas covered.
Compute true CAC and net cash-on-delivery profit for an Algerian online store, accounting for the return/refusal rate. Returns base and confirmation-call scenarios.
Estimate delivery success/return rate and typical delivery time for a destination wilaya in Algeria (region-based network estimate).
Score the fraud/return risk of an Algerian COD order from its signals (phone, history, etc.) — Mystoq FakeShield logic.
Register a NEW Mystoq store (tenant). Returns the store id, slug and an access token. No auth needed. WRITE.
Create a product in the authenticated merchant's store. Requires Bearer token. WRITE.
Update a product's price (and optional compare_price) in the authenticated store. Requires Bearer token. WRITE.
Publish a product (set status=active) so it shows on the storefront. Requires Bearer token. WRITE.
Delete a product from the authenticated store (reversible cleanup — used by the agent's ephemeral live-demo). Requires Bearer token; only the owner's own product. WRITE/DESTRUCTIVE.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.mystoq/storefront": {
"url": "https://mystoq.com/api/mcp",
"transport": "streamable-http"
}
}
}