# io.github.ufhouck/chirak-mcp (npm · chirak-mcp)

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

- Trust score: 75/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `chirak-mcp`: 75/100 (this document), [markdown](https://verifymcp.io/servers/ufhouck-chirak-mcp/chirak-mcp.md), [page](https://verifymcp.io/servers/ufhouck-chirak-mcp/chirak-mcp)

## Channel facts

- Registry: `npm`
- Package: `chirak-mcp`
- Version: `1.1.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1377 tokens (~91/item across 15 items; 15 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

### Claude

```bash
claude mcp add ufhouck-chirak-mcp -- npx -y chirak-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "ufhouck-chirak-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chirak-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ufhouck-chirak-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chirak-mcp"
      ]
    }
  }
}
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ufhouck-chirak-mcp --command npx --arg -y --arg chirak-mcp
```

### Hermes

```yaml
mcp_servers:
  ufhouck-chirak-mcp:
    command: "npx"
    args: ["-y", "chirak-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "ufhouck-chirak-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "chirak-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add ufhouck-chirak-mcp -t stdio -c npx -a -y chirak-mcp
```

### Other

```json
{
  "mcpServers": {
    "ufhouck-chirak-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chirak-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 75, +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.

### 2026-09-18 (score 74, +3)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-12 (score 71, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-10 (score 56)

First indexed and scored.

## MCP tools (15)

### `get_chirak_help` (~84 tokens)

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.

Input parameters:

- `topic` (string): Optional specific topic to focus on: 'products', 'sales', 'customers', 'reports', or 'general'.

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `help` (~52 tokens)

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

Input parameters:

- `topic` (string): Optional specific topic: 'products', 'sales', 'customers', 'reports', or 'general'.

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `get_inventory` (~103 tokens)

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

Input parameters:

- `category` (string): Optional category name to filter products (e.g. 'Coffee', 'Clothing', 'General').
- `limit` (number): Maximum number of products to return (default: 50, max: 100).
- `low_stock_only` (boolean): If true, only returns products whose stock quantity is at or below the minimum threshold.

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `search_product` (~41 tokens)

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

Input parameters:

- `query` (string, required): The search query (product name, barcode, or SKU).

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `add_product` (~243 tokens)

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

Input parameters:

- `barcode` (string): EAN-13, QR, or other barcode string.
- `category` (string): Product category name (e.g. 'General', 'Giyim', 'Kahve').
- `costPrice` (number): Purchase or wholesale cost price (optional, default: 0).
- `currency` (string): ISO currency code (e.g. 'TRY', 'USD', 'EUR').
- `minimumStock` (number): Low stock alert threshold (default: 5).
- `name` (string, required): Full product title/name (required).
- `sellingPrice` (number, required): Retail selling price for the product (e.g. 150.0).
- `sku` (string): Stock Keeping Unit code (e.g. 'GMLK-01').
- `stockQuantity` (number): Initial physical stock quantity (default: 0).
- `unit` (string): Unit type: 'Adet', 'Kg', 'Gram', 'Kutu', 'Çift', 'Libre', 'Ons'.

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `update_product` (~156 tokens)

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

Input parameters:

- `barcode` (string): Updated barcode string.
- `category` (string): Updated category name.
- `costPrice` (number): Updated wholesale cost price.
- `id` (string, required): Product UUID (required).
- `minimumStock` (number): Updated minimum stock threshold.
- `name` (string): Updated product name.
- `sellingPrice` (number): Updated retail selling price.
- `sku` (string): Updated SKU code.
- `stockQuantity` (number): Updated stock quantity.
- `unit` (string): Updated unit type (e.g. 'Adet', 'Kg').

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `adjust_stock` (~120 tokens)

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

Input parameters:

- `id` (string, required): Product UUID (required).
- `note` (string): Optional audit note for the stock adjustment.
- `quantityChange` (number, required): Quantity change (e.g. +10 to add stock, -3 for damaged goods).
- `reason` (string): Reason: 'purchase', 'sale', 'adjustment', 'damage', 'return'.

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `delete_product` (~35 tokens)

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

Input parameters:

- `id` (string, required): Product UUID to delete (required).

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `record_sale` (~141 tokens)

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

Input parameters:

- `channel` (string): Sale channel: 'WhatsApp', 'Instagram', 'Fiziki Mağaza', 'Web Sitesi', 'Telefon Siparişi', 'Diğer'.
- `customerName` (string): Customer full name (optional).
- `customerPhone` (string): Customer phone number (optional).
- `items` (array, required): List of items in the order.
- `notes` (string): Order notes or special delivery instructions.
- `paymentStatus` (string): Payment status: 'Ödendi', 'Ödenmedi', 'Kısmi Ödeme'.

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `cancel_sale` (~40 tokens)

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

Input parameters:

- `id` (string, required): Sale order UUID to cancel (required).

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `get_sales_report` (~46 tokens)

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

Input parameters:

- `period` (string): Time range for the sales report (default: 'today').

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `list_customers` (~53 tokens)

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

Input parameters:

- `limit` (number): Max customers to return (default: 50).
- `search` (string): Search customer by name, phone or email.

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `add_customer` (~128 tokens)

Add a new customer to the Chirak store contacts directory.

Input parameters:

- `address` (string): Customer delivery / billing address.
- `channel` (string): Primary channel: 'WhatsApp', 'Instagram', 'Mağaza / Telefon', 'Telegram', 'TikTok', 'Diğer'.
- `email` (string): Customer email address.
- `name` (string, required): Customer full name (required).
- `notes` (string): VIP notes or customer preferences.
- `phone` (string): Customer phone number.
- `socialHandle` (string): Social media username (e.g. '@selin').

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `update_customer` (~104 tokens)

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

Input parameters:

- `address` (string): Updated address.
- `channel` (string): Updated channel.
- `email` (string): Updated email address.
- `id` (string, required): Customer UUID (required).
- `name` (string): Updated full name.
- `notes` (string): Updated notes.
- `phone` (string): Updated phone number.
- `socialHandle` (string): Updated social handle.

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

### `delete_customer` (~31 tokens)

Delete a customer from the Chirak store directory.

Input parameters:

- `id` (string, required): Customer UUID to delete (required).

Output parameters:

- `data` (object): Result data payload from Chirak API.
- `success` (boolean): Status of the tool execution.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ufhouck-chirak-mcp/chirak-mcp#diagnostics

## Score history

- 2026-09-20: 75
- 2026-09-19: 75
- 2026-09-18: 74
- 2026-09-17: 71
- 2026-09-16: 71
- 2026-09-15: 71
- 2026-09-14: 71
- 2026-09-13: 71
- 2026-09-12: 71
- 2026-09-11: 56
- 2026-09-10: 56

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

## Links

- npm package: https://www.npmjs.com/package/chirak-mcp
- Socket report: https://socket.dev/npm/package/chirak-mcp
- Repository: https://github.com/ufhouck/chirak-mcp
- Changelog RSS feed: https://verifymcp.io/servers/ufhouck-chirak-mcp/chirak-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ufhouck-chirak-mcp/chirak-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ufhouck-chirak-mcp/chirak-mcp
