Skip to content
MCP-Bridge
Developer Tools

RecoveryServicesBackupClient MCP Config

RecoveryServicesBackupClient API

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-recoveryservicesbackup-backupmanagement.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-recoveryservicesbackup-backupmanagement": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-recoveryservicesbackup-backupmanagement"],
      "env": {
      "RECOVERYSERVICESBACKUPCLIENT_API_KEY": "your_recoveryservicesbackupclient_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-recoveryservicesbackup-backupmanagement.json

Environment Variables

RECOVERYSERVICESBACKUPCLIENT_API_KEY

Replace your_recoveryservicesbackupclient_api_key with your actual recoveryservicesbackupclient api key

Endpoints

GET/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupEngines

BackupEngines_List

GET/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupEngines/{backupEngineName}

BackupEngines_Get

GET/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/operationResults/{operationId}

ProtectionContainerRefreshOperationResults_Get

GET/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}

ProtectionContainers_Get

GET/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/operationResults/{operationId}

ProtectionContainerOperationResults_Get

GET/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}

ProtectedItems_Get

PUT/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}

ProtectedItems_CreateOrUpdate

DELETE/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}

ProtectedItems_Delete

POST/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/backup

Backups_Trigger

GET/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/operationResults/{operationId}

ProtectedItemOperationResults_Get