Skip to content
MCP-Bridge
Developer Tools

CostManagementClient MCP Config

CostManagementClient API

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-cost-management-costmanagement.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-cost-management-costmanagement": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-cost-management-costmanagement"],
      "env": {
      "COSTMANAGEMENTCLIENT_API_KEY": "your_costmanagementclient_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-cost-management-costmanagement.json

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