Skip to content
MCP-Bridge
Databases

Azure SQL Database MCP Config

Provides create, read, update and delete functionality for Azure SQL Database resources including servers, databases, elastic pools, recommendations, and operations.

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AZURE_SQL_DATABASE_API_KEY

Replace your_azure_sql_database_api_key with your actual azure sql database api key

Endpoints

POST/subscriptions/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability

Servers_CheckNameAvailability