MCP Server
MCP
io.github.nqzai/kakunin
X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.
Install
npx -y @kakunin/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@kakunin/mcp",
"version": "0.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Kakunin API key (kak_live_... or kak_test_...). Obtain at https://kakunin.ai/dashboard.",
"format": "string",
"isSecret": true,
"name": "KAKUNIN_API_KEY"
},
{
"description": "ID of the agent this MCP server acts on behalf of (agt_...).",
"format": "string",
"name": "KAKUNIN_AGENT_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment