com.mystoq/storefront
https://mystoq.com/api/mcpskills: {'id': 'search_stores', 'name': 'search_stores', 'description': '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 only — no merchant personal data.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_store', 'name': 'get_store', 'description': 'Get a public Mystoq store by its slug: name, wilaya, storefront URL, plan tier and member-since. Public info only.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_plans', 'name': 'list_plans', 'description': 'List Mystoq subscription plans with monthly/yearly/lifetime prices (DZD) — useful to answer "how much does Mystoq cost".', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'platform_stats', 'name': 'platform_stats', 'description': 'Mystoq network statistics: number of active stores and wilayas covered.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'cod_profit', 'name': 'cod_profit', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'yalidine_delivery', 'name': 'yalidine_delivery', 'description': 'Estimate Yalidine delivery for an Algerian shipment (home/stopdesk) between wilayas.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'order_risk', 'name': 'order_risk', 'description': 'Score the fraud/return risk of an Algerian COD order from its signals (phone, history, etc.) — Mystoq FakeShield logic.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_store', 'name': 'create_store', 'description': 'Register a NEW Mystoq store (tenant). Returns the store id, slug and an access token. No auth needed. WRITE.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 394.7ms; conformance: pass
How to connect
https://mystoq.com/api/mcp
curl -X POST https://mystoq.com/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'