AgentBill for Cursor
io.github.marketinglior-pixel/agentbill-mcp
Billing infrastructure for AI agents. Preflight spend checks + post-execution usage billing.
client:Cursor
transport:stdio
runtime:pypi
Install AgentBill in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentbill-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentbill-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs