Skip to content
MCP-Bridge
Cloud Infrastructure

Azure SQL Server Backup Long Term Retention Vault MCP Config

Provides read and update functionality for Azure SQL Server backup long term retention vault

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-sql-backuplongtermretentionvaults.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-sql-backuplongtermretentionvaults": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-sql-backuplongtermretentionvaults"],
      "env": {
      "AZURE_SQL_SERVER_BACKUP_LONG_TERM_RETENTION_VAULT_API_KEY": "your_azure_sql_server_backup_long_term_retention_vault_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-sql-backuplongtermretentionvaults.json

Environment Variables

AZURE_SQL_SERVER_BACKUP_LONG_TERM_RETENTION_VAULT_API_KEY

Replace your_azure_sql_server_backup_long_term_retention_vault_api_key with your actual azure sql server backup long term retention vault api key

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/backupLongTermRetentionVaults

BackupLongTermRetentionVaults_ListByServer

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/backupLongTermRetentionVaults/{backupLongTermRetentionVaultName}

BackupLongTermRetentionVaults_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/backupLongTermRetentionVaults/{backupLongTermRetentionVaultName}

BackupLongTermRetentionVaults_CreateOrUpdate