Skip to content
MCP-Bridge
Databases

Azure SQL Database Backup Long Term Retention Policy MCP Config

Provides read and update functionality for Azure SQL Database backup long term retention policy

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AZURE_SQL_DATABASE_BACKUP_LONG_TERM_RETENTION_POLICY_API_KEY

Replace your_azure_sql_database_backup_long_term_retention_policy_api_key with your actual azure sql database backup long term retention policy api key

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/backupLongTermRetentionPolicies

BackupLongTermRetentionPolicies_ListByDatabase

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/backupLongTermRetentionPolicies/{backupLongTermRetentionPolicyName}

BackupLongTermRetentionPolicies_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/backupLongTermRetentionPolicies/{backupLongTermRetentionPolicyName}

BackupLongTermRetentionPolicies_CreateOrUpdate