Kora

Created By
Idkasam4 months ago
Deterministic authorization for AI agent spending — budget checks, spend authorization with Ed25519 cryptographic seals, and audit logs.
Overview

Kora MCP Server gives AI agents (Claude, GPT, etc.) financial controls — every spend must be authorized before money moves. 5 tools:

kora_check_budget — Check remaining daily/monthly spending limits kora_spend — Authorize a spend. Returns APPROVED with Ed25519 cryptographic seal, or DENIED with reason and suggestion kora_recent_activity — View recent authorization history kora_health — Check if Kora is reachable before spending kora_audit — View recent admin actions on the mandate

How it works: Agent calls kora_spend with amount, vendor, currency, and reason. Kora evaluates the mandate (daily limits, vendor allowlist, time windows) and returns a deterministic APPROVED or DENIED. No ML, no probabilistic logic — pure rule evaluation with cryptographic proof. Fail-closed: If Kora is unreachable, the agent gets an explicit "DO NOT PROCEED" message. No silent failures, no unauthorized spending. Install: pip install kora-mcp-server Repo: https://github.com/Idkasam/kora-mcp-server Patent: PCT/EP2025/053553

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_..."
      }
    }
  }
}
Project Info
Created At
4 months ago
Updated At
4 months ago
Author Name
Idkasam
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Thiri Chord Intelligence
@BluesPrince

### Deterministic Music Theory for Claude, Cursor, and Autonomous AI Agents Large Language Models (LLMs) frequently hallucinate music theory, leading to incorrect notes, false Roman numerals, and broken voice leading. **THIRI** solves this by providing a deterministic, mathematical music-theory engine (pitch-class-set theory over ℤ/12) directly to your AI. It gives AI assistants precise, reproducible harmonic reasoning in milliseconds, allowing them to write correct musical scores, analyze progressions, and generate playable arrangements. #### 🎷 Key Features: * **Chord Analysis (`analyze_chord`):** Parse any symbol (e.g., `Cmaj7/E`, `G7#11`) to retrieve root, quality, intervals, Roman numerals, and diatonic or chromatic harmonic functions. * **Note Resolution (`resolve_chord`):** Resolve chord symbols to spelled notes (enharmonically correct), frequencies (Hz), MIDI numbers, and scale recommendations. * **Voicing Engine (`generate_voicing`):** Generate instrument-ready voicings (rootless, shell, triad, pad, drop-2, drop-3) and calculate voice-leading scores for transitions. * **Reharmonization (`reharmonize`):** Substitute progressions using classic jazz techniques, including Tritone Substitution, ii-V Insertion, Modal Interchange, Coltrane Changes, and Backdoor cadences. *Ideal for developers building AI music assistants, digital audio workstation (DAW) agents, educational theory tools, and automated composition workflows.*

18 hours ago
Puter Mcp

4 hours ago
Achivx Forum

9 hours ago