Odel
kakunin mcp

kakunin mcp

Local
@kakunin-ai1TypeScriptApache-2.0Updated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kakunin/mcpv0.2.4

Run

npx -y @kakunin/mcp

MCP client config

{
  "mcpServers": {
    "kakunin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kakunin/mcp"
      ]
    }
  }
}