Skip to content
VS Code

AgentBill for VS Code

io.github.marketinglior-pixel/agentbill-mcp

Billing infrastructure for AI agents. Preflight spend checks + post-execution usage billing.

client:VS Code transport:stdio runtime:pypi

Install AgentBill in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentbill-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentbill-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AgentBill in other clients