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-canceloperations.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-sql-canceloperations.json to fetch programmatically.
{
"mcpServers": {
"azure-com-sql-canceloperations": {
"command": "npx",
"args": ["-y","@mcp/azure-com-sql-canceloperations"],
"env": {
"SQLMANAGEMENTCLIENT_API_KEY": "your_sqlmanagementclient_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-sql-canceloperations.jsonEnvironment Variables
SQLMANAGEMENTCLIENT_API_KEYReplace your_sqlmanagementclient_api_key with your actual sqlmanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/operationsDatabaseOperations_ListByDatabase
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/operations/{operationId}/cancelDatabaseOperations_Cancel