Skip to content
MCP-Bridge
Cloud Infrastructure

ConsumptionManagementClient MCP Config

Consumption management client provides access to consumption 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-consumption.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-consumption.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-consumption": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-consumption"],
      "env": {
      "CONSUMPTIONMANAGEMENTCLIENT_API_KEY": "your_consumptionmanagementclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-consumption.json

Environment Variables

CONSUMPTIONMANAGEMENTCLIENT_API_KEY

Replace your_consumptionmanagementclient_api_key with your actual consumptionmanagementclient api key

Endpoints

GET/providers/Microsoft.Consumption/operations

Operations_List

GET/{scope}/providers/Microsoft.Consumption/usageDetails

UsageDetails_List