Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.ufhouck/chirak-mcp

NPM · CHIRAK-MCP · SCANNED SEP 20

Model Context Protocol (MCP) Server for Chirak Sales & Inventory Assistant

Available components

+4 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1377 tokens (~91/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
  • Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.ufhouck/chirak-mcp server?

io.github.ufhouck/chirak-mcp runs locally as an npm package, launched with npx -y chirak-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · chirak-mcp

# add to Claude Code
claude mcp add ufhouck-chirak-mcp -- npx -y chirak-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "ufhouck-chirak-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chirak-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ufhouck-chirak-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chirak-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ufhouck-chirak-mcp -- npx -y chirak-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ufhouck-chirak-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "chirak-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ufhouck-chirak-mcp --command npx --arg -y --arg chirak-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ufhouck-chirak-mcp:
    command: "npx"
    args: ["-y", "chirak-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ufhouck-chirak-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "chirak-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ufhouck-chirak-mcp -t stdio -c npx -a -y chirak-mcp
// mcp.json
{
  "mcpServers": {
    "ufhouck-chirak-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chirak-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +3
    • Stability: unverified → 0.27 functional
  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
  • 10 Sept 26 56

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/chirak-mcp@1.1.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~1,377 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_customer ~128

Add a new customer to the Chirak store contacts directory.

NameTypeReqDescription
addressstringCustomer delivery / billing address.
channelstringPrimary channel: 'WhatsApp', 'Instagram', 'Mağaza / Telefon', 'Telegram', 'TikTok', 'Diğer'.
emailstringCustomer email address.
namestringyesCustomer full name (required).
notesstringVIP notes or customer preferences.
phonestringCustomer phone number.
socialHandlestringSocial media username (e.g. '@selin').
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

add_product ~243

Add a new product to Chirak inventory. Use this when the user asks to add items, parse wholesale invoices, or register products.

NameTypeReqDescription
barcodestringEAN-13, QR, or other barcode string.
categorystringProduct category name (e.g. 'General', 'Giyim', 'Kahve').
costPricenumberPurchase or wholesale cost price (optional, default: 0).
currencystringISO currency code (e.g. 'TRY', 'USD', 'EUR').
minimumStocknumberLow stock alert threshold (default: 5).
namestringyesFull product title/name (required).
sellingPricenumberyesRetail selling price for the product (e.g. 150.0).
skustringStock Keeping Unit code (e.g. 'GMLK-01').
stockQuantitynumberInitial physical stock quantity (default: 0).
unitstringUnit type: 'Adet', 'Kg', 'Gram', 'Kutu', 'Çift', 'Libre', 'Ons'.
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

adjust_stock ~120

Adjust physical stock quantity for a product (+/- change) with an audit reason (e.g. 'purchase', 'damage', 'adjustment', 'return'). Automatically records a stock movement.

NameTypeReqDescription
idstringyesProduct UUID (required).
notestringOptional audit note for the stock adjustment.
quantityChangenumberyesQuantity change (e.g. +10 to add stock, -3 for damaged goods).
reasonstringReason: 'purchase', 'sale', 'adjustment', 'damage', 'return'.
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

cancel_sale ~40

Cancel a sale order and automatically restore the ordered item quantities back into the physical store inventory.

NameTypeReqDescription
idstringyesSale order UUID to cancel (required).
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

delete_customer ~31

Delete a customer from the Chirak store directory.

NameTypeReqDescription
idstringyesCustomer UUID to delete (required).
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

delete_product ~35

Permanently delete or remove a product from the Chirak inventory catalog.

NameTypeReqDescription
idstringyesProduct UUID to delete (required).
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

get_chirak_help ~84

Returns a complete operational guide to Chirak store capabilities, operational cheat-sheet, active store context, and example AI prompt patterns. Call this whenever the user or agent needs help, guidance, or wants to explore store features.

NameTypeReqDescription
topicstringOptional specific topic to focus on: 'products', 'sales', 'customers', 'reports', or 'general'.
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

get_inventory ~103

Fetch current inventory products from Chirak, with options to filter by category or find critical low stock items.

NameTypeReqDescription
categorystringOptional category name to filter products (e.g. 'Coffee', 'Clothing', 'General').
limitnumberMaximum number of products to return (default: 50, max: 100).
low_stock_onlybooleanIf true, only returns products whose stock quantity is at or below the minimum threshold.
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

get_sales_report ~46

Retrieve a summary report of revenue, total sales orders, units sold, and low-stock alerts.

NameTypeReqDescription
periodstringTime range for the sales report (default: 'today').
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

help ~52

Quick operational guide and cheat-sheet for Chirak store capabilities, active metrics, and recommended prompts.

NameTypeReqDescription
topicstringOptional specific topic: 'products', 'sales', 'customers', 'reports', or 'general'.
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

list_customers ~53

Retrieve customer contact directory and their lifetime spending metrics from Chirak.

NameTypeReqDescription
limitnumberMax customers to return (default: 50).
searchstringSearch customer by name, phone or email.
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

record_sale ~141

Record a sale order and automatically deduct the corresponding product stocks in Chirak.

NameTypeReqDescription
channelstringSale channel: 'WhatsApp', 'Instagram', 'Fiziki Mağaza', 'Web Sitesi', 'Telefon Siparişi', 'Diğer'.
customerNamestringCustomer full name (optional).
customerPhonestringCustomer phone number (optional).
itemsarrayyesList of items in the order.
notesstringOrder notes or special delivery instructions.
paymentStatusstringPayment status: 'Ödendi', 'Ödenmedi', 'Kısmi Ödeme'.
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

search_product ~41

Search for products in Chirak by name, SKU code, or barcode.

NameTypeReqDescription
querystringyesThe search query (product name, barcode, or SKU).
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

update_customer ~104

Update contact details, delivery address, or notes of an existing customer in Chirak.

NameTypeReqDescription
addressstringUpdated address.
channelstringUpdated channel.
emailstringUpdated email address.
idstringyesCustomer UUID (required).
namestringUpdated full name.
notesstringUpdated notes.
phonestringUpdated phone number.
socialHandlestringUpdated social handle.
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

update_product ~156

Update details of an existing product in Chirak, such as selling price, cost, physical stock quantity, name, category, SKU, or barcode.

NameTypeReqDescription
barcodestringUpdated barcode string.
categorystringUpdated category name.
costPricenumberUpdated wholesale cost price.
idstringyesProduct UUID (required).
minimumStocknumberUpdated minimum stock threshold.
namestringUpdated product name.
sellingPricenumberUpdated retail selling price.
skustringUpdated SKU code.
stockQuantitynumberUpdated stock quantity.
unitstringUpdated unit type (e.g. 'Adet', 'Kg').
NameTypeReqDescription
dataobjectResult data payload from Chirak API.
successbooleanStatus of the tool execution.

No examples provided.

Common questions

What is the io.github.ufhouck/chirak-mcp server?

io.github.ufhouck/chirak-mcp is listed in the public MCP registry as io.github.ufhouck/chirak-mcp. Model Context Protocol (MCP) Server for Chirak Sales & Inventory Assistant. This page covers its npm package (chirak-mcp).

Is the io.github.ufhouck/chirak-mcp server safe to use?

io.github.ufhouck/chirak-mcp scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.ufhouck/chirak-mcp server expose?

io.github.ufhouck/chirak-mcp exposes 15 tools: get_chirak_help, help, get_inventory, search_product, add_product, and 10 more. Their descriptions and schemas cost roughly 1,377 tokens of context every time the server is loaded.

Is the io.github.ufhouck/chirak-mcp server still maintained?

io.github.ufhouck/chirak-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.ufhouck/chirak-mcp server under?

io.github.ufhouck/chirak-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.