SiteRecoveryManagementClient MCP Config
SiteRecoveryManagementClient API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-recoveryservicessiterecovery-service.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-recoveryservicessiterecovery-service.json to fetch programmatically.
{
"mcpServers": {
"azure-com-recoveryservicessiterecovery-service": {
"command": "npx",
"args": ["-y","@mcp/azure-com-recoveryservicessiterecovery-service"],
"env": {
"SITERECOVERYMANAGEMENTCLIENT_API_KEY": "your_siterecoverymanagementclient_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-recoveryservicessiterecovery-service.jsonEnvironment Variables
SITERECOVERYMANAGEMENTCLIENT_API_KEYReplace your_siterecoverymanagementclient_api_key with your actual siterecoverymanagementclient api key
Endpoints
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/operationsReturns the list of available operations.
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettingsGets the list of configured email notification(alert) configurations.
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}Gets an email notification(alert) configuration.
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}Configures email notifications for this vault.
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEventsGets the list of Azure Site Recovery events.
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEvents/{eventName}Get the details of an Azure Site recovery event.
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabricsGets the list of ASR fabrics
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}Gets the details of an ASR fabric.
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}Creates an Azure Site Recovery fabric.
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}Purges the site.