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.
mcp-name: io.github.CSOAI-ORG/agent-token-budget-mcp
🧱 Part of the MEOK A2A Substrate
🧱 Part of the MEOK A2A Substrate
# Install via pip
pip install agent_token_budget_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install agent-token-budget-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT. By [MEOK AI Labs](https://meok.ai) (CSOAI LTD, UK Companies House 16939677).| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"agent-token-budget-mcp": {
"command": "uvx",
"args": ["agent-token-budget-mcp"]
}
}
}
Or: pip install agent-token-budget-mcp then run the agent-token-budget-mcp command (stdio transport).
Once configured, ask your assistant, for example:
start_budget to …"record_call to …"check_budget to …"io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent