Deterministic authorization for AI agent spending — budget checks, spend authorization with Ed25519 cryptographic seals, and audit logs.
Server Config
{
"mcpServers": {
"kora": {
"command": "kora-mcp",
"env": {
"KORA_API_URL": "https://api.koraprotocol.com",
"KORA_AGENT_SECRET": "kora_agent_sk_...",
"KORA_MANDATE": "mandate_...",
"KORA_ADMIN_KEY": "kora_admin_sk_..."
}
}
}
}