Cloud InfrastructureAuto-generated
AzureStack Azure Bridge Client MCP Server
AzureStack Azure Bridge Client API
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-azurestack-customersubscription
Environment Variables
AZURESTACK_AZURE_BRIDGE_CLIENT_API_KEYExample: your_azurestack_azure_bridge_client_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-azurestack-customersubscription": {
"command": "npx",
"args": ["-y","@mcp/azure-com-azurestack-customersubscription"],
"env": {
"AZURESTACK_AZURE_BRIDGE_CLIENT_API_KEY": "your_azurestack_azure_bridge_client_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptionsCustomerSubscriptions_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}CustomerSubscriptions_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}CustomerSubscriptions_Create
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}CustomerSubscriptions_Delete