Skip to content
MCP-Bridge
Databases

Azure SQL Database capabilities MCP Config

Describes the Azure SQL capabilities available to a subscription for a given location.

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AZURE_SQL_DATABASE_CAPABILITIES_API_KEY

Replace your_azure_sql_database_capabilities_api_key with your actual azure sql database capabilities api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationId}/capabilities

Capabilities_ListByLocation