Loading MCP server directory, please wait...
X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.
npx @getmcp/cli add io.github.nqzai/kakuninRequires Node.js 18+. Community-contributed server. Review source before installing.
KAKUNIN_API_KEYKakunin API key (kkn_live_... or kkn_test_...). Obtain at https://kakunin.ai/dashboard.
KAKUNIN_AGENT_IDID of the agent this MCP server acts on behalf of (agt_...).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nqzai/kakunin": {
"command": "npx",
"args": [
"-y",
"@kakunin/mcp"
],
"env": {
"KAKUNIN_API_KEY": "",
"KAKUNIN_AGENT_ID": ""
}
}
}
}