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.jsonConfiguration 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
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.jsonEnvironment Variables
COSTMANAGEMENTCLIENT_API_KEYReplace your_costmanagementclient_api_key with your actual costmanagementclient api key
Endpoints
POST
/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/QueryQueryBillingAccount
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/dimensionsBillingAccountDimensions_List
GET
/providers/Microsoft.CostManagement/operationsOperations_List
POST
/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/QueryQuerySubscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/dimensionsSubscriptionDimensions_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reportconfigsReportConfig_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/dimensionsResourceGroupDimensions_List