Skip to content
MCP-Bridge
Developer Tools

AutomationManagementClient MCP Config

AutomationManagementClient API

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-automation-webhook.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-automation-webhook": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-automation-webhook"],
      "env": {
      "AUTOMATIONMANAGEMENTCLIENT_API_KEY": "your_automationmanagementclient_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-automation-webhook.json

Environment Variables

AUTOMATIONMANAGEMENTCLIENT_API_KEY

Replace your_automationmanagementclient_api_key with your actual automationmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks

Webhook_ListByAutomationAccount

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/generateUri

Webhook_GenerateUri

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}

Webhook_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}

Webhook_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}

Webhook_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}

Webhook_Update