Skip to content
MCP-Bridge
Cloud Infrastructure

DeploymentScriptsClient MCP Config

The APIs listed in this specification can be used to manage Deployment Scripts resource through the Azure Resource Manager.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-resources-deploymentscripts.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-resources-deploymentscripts": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-resources-deploymentscripts"],
      "env": {
      "DEPLOYMENTSCRIPTSCLIENT_API_KEY": "your_deploymentscriptsclient_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-resources-deploymentscripts.json

Environment Variables

DEPLOYMENTSCRIPTSCLIENT_API_KEY

Replace your_deploymentscriptsclient_api_key with your actual deploymentscriptsclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deploymentScripts

DeploymentScripts_ListBySubscription

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts

DeploymentScripts_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}

DeploymentScripts_Get

PUT/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}

DeploymentScripts_Create

DELETE/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}

DeploymentScripts_Delete

PATCH/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}

DeploymentScripts_Update

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}/logs

DeploymentScripts_GetLogs

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}/logs/default

DeploymentScripts_GetLogsDefault