iiko-mcp

simba87/iiko-mcp
★ 0 stars Python API Integration Updated today
MCP server for iiko restaurant management system REST API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iiko-mcp": {
      "command": "uvx",
      "args": [
        "iiko-mcp"
      ]
    }
  }
}

Or install with pip: pip install iiko-mcp

README Excerpt

- **get_revenue_at_time** — Get revenue up to a specific time on a given date. MCP (Model Context Protocol) server for [iiko](https://iiko.ru) restaurant management system REST API. Exposes 39 tools covering products, employees, entities, documents, payments, reports, and raw API access. ```bash cd ~/iiko-mcp

Tools (3)

IIKO_LOGINIIKO_PASSIIKO_URL