BillingClient MCP Config
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.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-billing.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-billing.json to fetch programmatically.
{
"mcpServers": {
"azure-com-billing": {
"command": "npx",
"args": ["-y","@mcp/azure-com-billing"],
"env": {
"BILLINGCLIENT_API_KEY": "your_billingclient_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-billing.jsonEnvironment Variables
BILLINGCLIENT_API_KEYReplace your_billingclient_api_key with your actual 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