
A hard budget enforcer for token consumption and API spend across agent sessions. Exposes `start_budget` to initialize per-session caps, `record_call` to log each LLM invocation against the limit, and `check_budget` to query remaining headroom. When the budget exhausts, the server emits a cryptographically signed budget-exhausted signal you can verify and audit later. Built by MEOK AI Labs as part of their EU AI Act compliance toolkit, so it includes Article 13 transparency hooks and structured logging for risk management workflows. Reach for this when you need deterministic cost guardrails in multi-turn agent loops or when compliance officers want tamper-proof spend evidence. Ships with stdio and HTTP transports, making it easy to drop into Claude Desktop or wire into your own orchestration layer.