Skip to content
MCP-Bridge
Cloud Infrastructure

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-swagger.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-addons-addons-swagger.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-addons-addons-swagger": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-addons-addons-swagger"],
      "env": {
      "AZURE_ADDONS_RESOURCE_PROVIDER_API_KEY": "your_azure_addons_resource_provider_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-swagger.json

Environment Variables

AZURE_ADDONS_RESOURCE_PROVIDER_API_KEY

Replace your_azure_addons_resource_provider_api_key with your actual azure addons resource provider api key

Endpoints

GET/providers/Microsoft.Addons/operations

Operations_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/canonical/listSupportPlanInfo

SupportPlanTypes_ListInfo

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