Kora
About
kora - MCP server for Kora — give Claude governed spending with zero code
Details
- Author
- Idkasam
- Downloads
- 327
- Categories
- Other, Finance, AI, Security
Jump to
- Budget-checked, Ed25519-signed spending for AI agents
- Zero-code integration – no SDK needed
- Deterministic 14-step approval pipeline (no ML)
- Cryptographically sealed decisions with actionable hints
- Five available tools: spend, budget check, activity, health, audit
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
KoraCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install kora-mcp-server via pip, then add Kora as an MCP server in your client configuration (e.g., Claude Desktop) by setting environment variables KORA_AGENT_SECRET, KORA_MANDATE_ID, and KORA_BASE_URL. Restart the client; your AI agent can then call tools like kora_spend to authorize spending.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"kora": {
"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_..."
}
}
}
}
}
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_..."
}
}
}
Kora MCP Server
The Deterministic Authorization Gate for AI Agents
Kora provides a cryptographically secure Go/No-Go layer for autonomous software. This Model Context Protocol (MCP) server enables LLMs (Claude, GPT-4, Cursor) to request explicit permission before initiating financial actions.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




