Skip to content
MCP-Bridge
Developer Tools

CostManagementClient Claude Desktop Config

Add the CostManagementClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-cost-management-costmanagement": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-cost-management-costmanagement"
      ],
      "env": {
        "COSTMANAGEMENTCLIENT_API_KEY": "your_costmanagementclient_api_key"
      }
    }
  }
}

Environment Variables

COSTMANAGEMENTCLIENT_API_KEY

Replace your_costmanagementclient_api_key with your actual costmanagementclient api key

Endpoints

POST/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/Query

QueryBillingAccount

GET/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/dimensions

BillingAccountDimensions_List

GET/providers/Microsoft.CostManagement/operations

Operations_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/Query

QuerySubscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/dimensions

SubscriptionDimensions_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reportconfigs

ReportConfig_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reportconfigs/{reportConfigName}

ReportConfig_Get

PUT/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reportconfigs/{reportConfigName}

ReportConfig_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reportconfigs/{reportConfigName}

ReportConfig_Delete

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CostManagement/dimensions

ResourceGroupDimensions_List