Cloud InfrastructureAuto-generated
BillingClient MCP Server
Billing client provides access to billing resources for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-billing
Environment Variables
BILLINGCLIENT_API_KEYExample: your_billingclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-billing": {
"command": "npx",
"args": ["-y","@mcp/azure-com-billing"],
"env": {
"BILLINGCLIENT_API_KEY": "your_billingclient_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.Billing/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoicesInvoices_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoices/latestInvoices_GetLatest
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoices/{invoiceName}Invoices_Get