Skip to content
MCP-Bridge
Developer Tools

RecoveryServicesClient MCP Config

RecoveryServicesClient API

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-recoveryservices-registeredidentities.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-recoveryservices-registeredidentities": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-recoveryservices-registeredidentities"],
      "env": {
      "RECOVERYSERVICESCLIENT_API_KEY": "your_recoveryservicesclient_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-recoveryservices-registeredidentities.json

Environment Variables

RECOVERYSERVICESCLIENT_API_KEY

Replace your_recoveryservicesclient_api_key with your actual recoveryservicesclient api key

Endpoints

PUT/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/certificates/{certificateName}

VaultCertificates_Create

DELETE/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/registeredIdentities/{identityName}

RegisteredIdentities_Delete