← mystoq.com

INDIVIDUAL MCP TOOL

set_price

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

mystoq.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

mystoq.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mystoq]
url = "https://mystoq.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mystoq": {
      "type": "http",
      "url": "https://mystoq.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mystoq
Remote MCP URL: https://mystoq.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mystoq": {
      "url": "https://mystoq.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mystoq": {
      "type": "http",
      "url": "https://mystoq.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mystoq",
  "transport": "streamable-http",
  "url": "https://mystoq.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_stores — Search the public Mystoq store directory (Algerian online shops).
  • get_store — Get a public Mystoq store by its slug: name, wilaya, storefront URL, plan tier and member-since.
  • 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.
  • 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.
  • create_store — Register a NEW Mystoq store (tenant).