Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

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_KEY

Example: 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

GET/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/autoQuotaIncrease

For the specified subscription, gets the Auto Quota Increase enrollment status.

PUT/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/autoQuotaIncrease

For the specified subscription, sets the Auto Quota Increase enrollment properties.

GET/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits

Gets the current quota limit and usages for all the resources by the resource provider at the specified location.

GET/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.

PUT/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.

PATCH/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.

GET/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests

For 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.

GET/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.