
Agenticbudgetrouter MCP
- Updated May 19, 2026
- clauxel/agentic-budget-router-mcp
Agentic Budget Router MCP is a MCP server that enforces agentic workflow budget approvals and emits usage receipts.
About
Agentic Budget Router MCP is a remote Model Context Protocol server that wraps agentic workflows with budget approvals and usage receipts. developers feel model and API costs immediately when agents loop or call expensive tools; without routing, one runaway job can erase a week of margin. This MCP lets your agent request spend against defined budgets and returns structured receipts you can audit later—useful when you are building agent tooling, scaling usage in grow, and operating production automations. Register agenticbudgetrouter.clauxel.com in Claude Code, Cursor, or Codex with a Bearer token from the product site. It is finance- and operations-oriented: not a billing portal replacement, but an MCP gate that documents who approved what spend. Use it when workflows chain multiple paid steps; skip it if you only run occasional local inference with fixed monthly caps you track by hand.
- Budget approval flow for agentic workflows with usage receipts
- Tags: agentic-ai, budget-approval, cost-governance, remote-mcp
- Hosted streamable-http MCP with Bearer token auth
- GitHub repo clauxel/agentic-budget-router-mcp, registry version 1.0.0
- Pairs cost governance with agent runs—not a spreadsheet you update manually
Agenticbudgetrouter MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http agenticbudgetrouter-mcp https://agenticbudgetrouter.clauxel.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 19, 2026 |
| Repository | clauxel/agentic-budget-router-mcp ↗ |
What it does
Route agentic workflow spend through budget approvals and usage receipts so developers do not bleed API credits blindly.
Who is it for?
Best when you're running paid agent automations and need lightweight cost governance without building a full billing microservice.
Skip if: Hobby projects on free tiers only, or finance teams that need ERP-grade procurement systems.
What you get
After connecting the server your workflows can request budget clearance and leave usage receipts you can reconcile against invoices.
- Budget approval decisions wired into agent tool flows
- Usage receipts suitable for monthly cost reconciliation
- Documented spend paths for agentic automation runs
By the numbers
- Version 1.0.0
- Remote endpoint: agenticbudgetrouter.clauxel.com/mcp (streamable-http)
- Four publisher tags including cost-governance and budget-approval
README.md
Agentic Budget Router MCP
Route agentic workflow spend through quotes, policy gates, and receipts.
Paid remote MCP for agentic workflow budget quotes, policy checks, spend approvals, usage receipts, and cost evidence exports.
Public Endpoints
- Website: https://agenticbudgetrouter.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605
- MCP endpoint: https://agenticbudgetrouter.clauxel.com/mcp
- Server card: https://agenticbudgetrouter.clauxel.com/server-card.json
- Registry name:
com.clauxel.agenticbudgetrouter/agenticbudgetrouter-mcp
Access
This is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
Tools
quote_agentic_budgetcheck_budget_policyrequest_spend_approvalissue_spend_receiptexport_usage_evidence
Quick Start
- Open the website and choose a plan.
- Create or request an API token.
- Add the endpoint to an MCP client that supports Streamable HTTP remote servers.
- Send JSON-RPC requests with the bearer token.
Useful Links
- Product page: https://agenticbudgetrouter.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605
- Pricing: https://agenticbudgetrouter.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605#pricing
- Server card: https://agenticbudgetrouter.clauxel.com/server-card.json
- MCP endpoint: https://agenticbudgetrouter.clauxel.com/mcp
Status
This repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
Recommended MCP Servers
How it compares
Cost-governance MCP with receipts, not a pricing calculator skill or cloud billing dashboard.
FAQ
Who is Agentic Budget Router MCP for?
It is for developers shipping agent workflows that consume metered APIs and need approval plus receipt trails.
When should I use Agentic Budget Router MCP?
Use it when launching always-on agents, tightening spend before scaling users, or reviewing monthly API burn.
How do I add Agentic Budget Router MCP to my agent?
Configure https://agenticbudgetrouter.clauxel.com/mcp as a remote streamable-http MCP server and supply Authorization Bearer credentials from the Clauxel product website.