development-tools /

com.clauxel.agenticbudgetrouter/agenticbudgetrouter-mcp
1.0.0

com.clauxel.agenticbudgetrouter/agenticbudgetrouter-mcp
Agentic workflow budget approvals with usage receipts.

Connect

Copy/paste this example snippet into your MCP client configuration, then fill in any required auth values.
{
  "mcpServers": {
    "agenticbudgetrouter-mcp": {
      "transport": "streamable-http",
      "url": "https://agenticbudgetrouter.clauxel.com/mcp",
      "headers": {}
    }
  }
}

JSON

{
  "server": {
    "name": "com.clauxel.agenticbudgetrouter/agenticbudgetrouter-mcp",
    "title": null,
    "description": "Agentic workflow budget approvals with usage receipts.",
    "version": "1.0.0",
    "packages": null,
    "remotes": [
      {
        "type": "streamable-http",
        "url": "https://agenticbudgetrouter.clauxel.com/mcp",
        "headers": [
          {
            "description": "Bearer token from the product website.",
            "name": "Authorization"
          }
        ]
      }
    ],
    "repository": {
      "url": "https://github.com/clauxel/agentic-budget-router-mcp",
      "source": "github"
    },
    "icons": null,
    "website_url": null,
    "latest": true,
    "created_at": "2026-05-19T19:23:59.377Z",
    "updated_at": "2026-05-19T19:23:59.377Z"
  }
}