Verifies AI agent authorization, reports risk, and records behavioral events through Kakunin's compliance API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Kakunin MCP.
verify_agent_scopeCheck whether this agent is authorised to perform an action before executing it. Verifies the active X.509 certificate, permitted_actions scope, financial limits, and revocation status.
check_risk_scoreRetrieve the agent's rolling 30-day risk score, band (`low`/`medium`/`high`), drift trend, and actionable guidance. No input required.
audit_log_appendAppend a behavioral event to the agent's immutable audit log. Returns risk score + transaction ID. Events scoring โฅ 0.85 auto-trigger a certificate revocation check.
The kakunin-ai/kakunin-mcp MCP server exposes Kakunin's AI agent compliance API through Model Context Protocol. It is intended for agents that need to establish whether a requested operation is within their assigned authority, inspect their current behavioral risk, and record events associated with their activity.
Authorization checks use the active X.509 certificate and evaluate the agent's permitted action scope, financial limits, and certificate revocation status. The service is described as using X.509 identity issued through AWS KMS and as being aligned with MiCA and the EU AI Act. Those compliance references describe the service's intended context; they do not replace an application's own legal or operational review.
The kakunin-ai/kakunin-mcp MCP server acts on behalf of one Kakunin agent, identified by an agent ID. A Kakunin API key authenticates requests, while the server uses the configured base URL to reach the API. The default endpoint is https://kakunin.ai, with an optional override for other environments.
verify_agent_scope accepts an action description, venue, and USD amount. It returns whether the action is allowed, along with a reason, certificate status, and permitted actions. check_risk_score requires no input and returns the rolling 30-day score, a low/medium/high band, the drift trend, and guidance. audit_log_append records a behavioral event and returns a risk score and transaction ID. Events with a score of at least 0.85 trigger a certificate revocation check.
The kakunin-ai/kakunin-mcp MCP server requires Node.js 18 or newer, a Kakunin API key, and an agent ID obtained through the Kakunin dashboard. Configure it as a local stdio server with:
KAKUNIN_API_KEY accepts live or test keys, and KAKUNIN_AGENT_ID selects the agent represented by the server. KAKUNIN_BASE_URL is optional and changes the API base URL. Test keys use Kakunin's sandbox CA, have no cost, and include 100 free certificates per day according to the provided setup notes.
The README identifies Claude and Cursor as supported usage contexts, as well as other MCP-compatible runtimes. The server does not itself execute the proposed business action; verify_agent_scope supplies an authorization result for the calling workflow to use.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kakunin-ai-kakunin-mcp)<a href="https://allmcps.com/mcp/kakunin-ai-kakunin-mcp"><img src="https://allmcps.com/api/badge/kakunin-ai-kakunin-mcp?style=directory" alt="Kakunin MCP on AllMCPs" /></a>