Skip to content
MCP-Bridge
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_KEY

Example: 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/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoices

Invoices_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoices/latest

Invoices_GetLatest

GET/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoices/{invoiceName}

Invoices_Get