Azure Reservation MCP Server
Microsoft Azure Quota Resource Provider.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-reservations-quota
Environment Variables
AZURE_RESERVATION_API_KEYExample: your_azure_reservation_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-reservations-quota": {
"command": "npx",
"args": ["-y","@mcp/azure-com-reservations-quota"],
"env": {
"AZURE_RESERVATION_API_KEY": "your_azure_reservation_api_key"
}
}
}
}Endpoints
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/autoQuotaIncreaseFor the specified subscription, gets the Auto Quota Increase enrollment status.
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/autoQuotaIncreaseFor the specified subscription, sets the Auto Quota Increase enrollment properties.
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsGets the current quota limit and usages for all the resources by the resource provider at the specified location.
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}Gets the current quota limit and usages for the resource provider for the specified location for the specific resource in the parameter.
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}Submits a Quota Request for a resource provider at the specified location for the specific resource in the parameter.
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}Submits a Quota Request for a resource provider at the specified location for the specific resource in the parameter.
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequestsFor the specified location and resource Provider, gets the quota requests under the subscription over the time period of one year ago from now to one year back, based on the filter specified.
/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests/{id}Gets the Quota request status by requestId, for the specified resource provider at specified location.