Azure Addons Resource Provider MCP Config
The service for managing third party addons.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-addons-addons.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-addons-addons.json to fetch programmatically.
{
"mcpServers": {
"azure-com-addons-addons": {
"command": "npx",
"args": ["-y","@mcp/azure-com-addons-addons"],
"env": {
"AZURE_ADDONS_RESOURCE_PROVIDER_API_KEY": "your_azure_addons_resource_provider_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-addons-addons.jsonEnvironment Variables
AZURE_ADDONS_RESOURCE_PROVIDER_API_KEYReplace your_azure_addons_resource_provider_api_key with your actual azure addons resource provider api key
Endpoints
GET
/providers/Microsoft.Addons/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypesReturns the Canonical Support Plans.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}SupportPlanTypes_Get
PUT
/subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}SupportPlanTypes_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}SupportPlanTypes_Delete