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.jsonConfiguration 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
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.jsonEnvironment Variables
AZURE_SQL_DATABASE_CAPABILITIES_API_KEYReplace 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}/capabilitiesCapabilities_ListByLocation