mcpbeat Sign in

Kakunin MCP Server

local only

Kakunin runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 7 Sep 2026.

X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.

Installs per day peak 16 · avg 9 · +41% w/w
a month agotoday
62
Installs / week
npm · @kakunin/mcp
1
Stars
2 open issues
7 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository nqzai/kakunin-mcp
пакет @kakunin/mcp ссылается на kakunin-ai/kakunin-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kakunin -- npx -y @kakunin/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kakunin": {
      "args": [
        "-y",
        "@kakunin/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kakunin]
command = "npx"
args = ["-y", "@kakunin/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kakunin": {
      "args": [
        "-y",
        "@kakunin/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kakunin": {
      "args": [
        "-y",
        "@kakunin/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KAKUNIN_API_KEY (Kakunin API key (kak_live_... or kak_test_...). Obtain at https://kakunin.ai/dashboard.), KAKUNIN_AGENT_ID (ID of the agent this MCP server acts on behalf of (agt_...).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kakunin

same job, measured the same way
Kakunin
by kakunin-ai

X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.

local only
Dora Compliance MCP
by csoai-org

DORA (EU Digital Operational Resilience Act) compliance for AI agents. 5-pillar audit, incident ...

466 installs/wk local only
I
Agent Observability
by blueskylineassets

Agent observability: structured logging, cost tracking, and compliance audit trails

24 installs/wk local only
Carrierscore
by carrierscore

FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.

8 tools answering
Clavis
by kn0wbot

Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.

55 installs/wk local only
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

50 installs/wk local only
Trace Forge
by mdfifty50-boop

Structured execution trace and span logging for AI agents

28 installs/wk local only
AgenTrux
by agentrux

Authenticated event topics for agent-to-agent messaging with per-agent credentials and audit logs.

answering

Kakunin — questions

Answers built from our own checks of this server.

Why is there no uptime for Kakunin?
Kakunin runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @kakunin/mcp was installed 62 times last week.
How do I connect Kakunin?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @kakunin/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Kakunin?
The npm package @kakunin/mcp was installed 62 times in the last week. Week over week that is +41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kakunin open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.