What is the io.github.nqzai/kakunin MCP server?
X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.
How to install io.github.nqzai/kakunin
Copy-paste configuration for popular MCP clients.
KAKUNIN_API_KEYrequiredsecretKakunin API key (kkn_live_... or kkn_test_...). Obtain at https://kakunin.ai/dashboard.
KAKUNIN_AGENT_IDrequiredID of the agent this MCP server acts on behalf of (agt_...).
{
"mcpServers": {
"kakunin": {
"command": "npx",
"args": [
"-y",
"@kakunin/mcp"
],
"env": {
"KAKUNIN_API_KEY": "<YOUR_KAKUNIN_API_KEY>",
"KAKUNIN_AGENT_ID": "<YOUR_KAKUNIN_AGENT_ID>"
}
}
}
}{
"mcpServers": {
"kakunin": {
"command": "npx",
"args": [
"-y",
"@kakunin/mcp"
],
"env": {
"KAKUNIN_API_KEY": "<YOUR_KAKUNIN_API_KEY>",
"KAKUNIN_AGENT_ID": "<YOUR_KAKUNIN_AGENT_ID>"
}
}
}
}{
"mcpServers": {
"kakunin": {
"command": "npx",
"args": [
"-y",
"@kakunin/mcp"
],
"env": {
"KAKUNIN_API_KEY": "<YOUR_KAKUNIN_API_KEY>",
"KAKUNIN_AGENT_ID": "<YOUR_KAKUNIN_AGENT_ID>"
}
}
}
}{
"servers": {
"kakunin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kakunin/mcp"
],
"env": {
"KAKUNIN_API_KEY": "<YOUR_KAKUNIN_API_KEY>",
"KAKUNIN_AGENT_ID": "<YOUR_KAKUNIN_AGENT_ID>"
}
}
}
}claude mcp add kakunin --env KAKUNIN_API_KEY=<YOUR_KAKUNIN_API_KEY> --env KAKUNIN_AGENT_ID=<YOUR_KAKUNIN_AGENT_ID> -- npx -y @kakunin/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.