MCP server

The Sadakio MCP server connects your AI assistant straight to your data. Nothing to install, the command fetches the package itself, the server only reads and changes nothing.

Install

npx sadakio-mcp    # Node 18 and up
uvx sadakio-mcp    # Python 3.10 and up

Paste into your client's config file and add your sk_ key:

{
  "mcpServers": {
    "sadakio": {
      "command": "npx",
      "args": ["-y", "sadakio-mcp"],
      "env": { "SADAKIO_API_KEY": "sk_YOUR_KEY" }
    }
  }
}

The same block works in Claude Desktop, Claude Code, Cursor and every MCP-speaking client.

Tools

Tool What it does
list_guests Guest list: search and pagination, phones masked (KVKK)
get_guest One guest: with their cards and program type
list_visits Visit feed: with date filters
get_retention Returning-guest summary: 7, 30 and 365-day windows

What to ask

Ask your assistant in plain language:

Packages: npm · PyPI · MIT license