← tkawen.com

INDIVIDUAL MCP TOOL

mystoq__set_price

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

tkawen.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

tkawen.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.tkawen-intelligence-gateway]
url = "https://mcp.tkawen.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tkawen-intelligence-gateway": {
      "type": "http",
      "url": "https://mcp.tkawen.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tkawen-intelligence-gateway
Remote MCP URL: https://mcp.tkawen.com

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": {
    "tkawen-intelligence-gateway": {
      "url": "https://mcp.tkawen.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tkawen-intelligence-gateway": {
      "type": "http",
      "url": "https://mcp.tkawen.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tkawen-intelligence-gateway",
  "transport": "streamable-http",
  "url": "https://mcp.tkawen.com"
}
MCP Inspector

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

Related tools

  • tkawen_overview — [TKAWEN] Overview of the TKAWEN ecosystem: Algerian platforms for commerce, certification, education, meetings and GPS tracking, with links and each platform MCP endpoint.
  • tkawen_recommend — [TKAWEN] For a need in Algeria (online store, credential verification, courses, meeting, fleet tracking.
  • tkawen_verify — [TKAWEN Verified] Algeria trust layer: verify any entity in the TKAWEN ecosystem (a certificate, a store, or a talent profile) and return a unified trust verdict plus a public verification link and an embeddable badge.
  • mystoq__search_stores — [MyStoq] Search the public Mystoq store directory (Algerian online shops).
  • mystoq__get_store — [MyStoq] Get a public Mystoq store by its slug: name, wilaya, storefront URL, plan tier and member-since.
  • mystoq__list_plans — [MyStoq] List Mystoq subscription plans with monthly/yearly/lifetime prices (DZD) — useful to answer "how much does Mystoq cost".
  • mystoq__platform_stats — [MyStoq] Mystoq network statistics: number of active stores and wilayas covered.
  • mystoq__cod_profit — [MyStoq] Compute true CAC and net cash-on-delivery profit for an Algerian online store, accounting for the return/refusal rate.