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.jsonConfiguration 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
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.jsonEnvironment Variables
DEPLOYMENTSCRIPTSCLIENT_API_KEYReplace your_deploymentscriptsclient_api_key with your actual deploymentscriptsclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deploymentScriptsDeploymentScripts_ListBySubscription
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScriptsDeploymentScripts_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}/logsDeploymentScripts_GetLogs
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}/logs/defaultDeploymentScripts_GetLogsDefault