Skip to content
MCP-Bridge
Databases

SqlManagementClient MCP Config

The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities.

Config URL

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

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

Configuration JSON

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

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

Environment Variables

SQLMANAGEMENTCLIENT_API_KEY

Replace your_sqlmanagementclient_api_key with your actual sqlmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector

ManagedInstanceEncryptionProtectors_ListByInstance

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}

ManagedInstanceEncryptionProtectors_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}

ManagedInstanceEncryptionProtectors_CreateOrUpdate

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}/revalidate

ManagedInstanceEncryptionProtectors_Revalidate