Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.mystoq/storefront

com.mystoq/storefront

Discover Algerian COD stores on Mystoq, or manage your own: products, prices, shipping/fraud tools.

Uptime
100.0%
2 direct probes · 30d
Response
814ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

search_stores

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_store

Get a public Mystoq store by its slug: name, wilaya, storefront URL, plan tier and member-since. Public info only.

list_plans

List Mystoq subscription plans with monthly/yearly/lifetime prices (DZD) — useful to answer "how much does Mystoq cost".

platform_stats

Mystoq network statistics: number of active stores and wilayas covered.

cod_profit

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.

yalidine_delivery

Estimate delivery success/return rate and typical delivery time for a destination wilaya in Algeria (region-based network estimate).

order_risk

Score the fraud/return risk of an Algerian COD order from its signals (phone, history, etc.) — Mystoq FakeShield logic.

create_store

Register a NEW Mystoq store (tenant). Returns the store id, slug and an access token. No auth needed. WRITE.

create_product

Create a product in the authenticated merchant's store. Requires Bearer token. WRITE.

set_price

Update a product's price (and optional compare_price) in the authenticated store. Requires Bearer token. WRITE.

publish

Publish a product (set status=active) so it shows on the storefront. Requires Bearer token. WRITE.

delete_product

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.

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"
    }
  }
}