AzureStack Azure Bridge Client MCP Config
AzureStack Azure Bridge Client API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-azurestack-customersubscription.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-azurestack-customersubscription.json to fetch programmatically.
{
"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"
}
}
}
}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-azurestack-customersubscription.jsonEnvironment Variables
AZURESTACK_AZURE_BRIDGE_CLIENT_API_KEYReplace your_azurestack_azure_bridge_client_api_key with your actual 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