HDInsightManagementClient MCP Config
The HDInsight Management Client.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-hdinsight-cluster.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-hdinsight-cluster.json to fetch programmatically.
{
"mcpServers": {
"azure-com-hdinsight-cluster": {
"command": "npx",
"args": ["-y","@mcp/azure-com-hdinsight-cluster"],
"env": {
"HDINSIGHTMANAGEMENTCLIENT_API_KEY": "your_hdinsightmanagementclient_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-hdinsight-cluster.jsonEnvironment Variables
HDINSIGHTMANAGEMENTCLIENT_API_KEYReplace your_hdinsightmanagementclient_api_key with your actual hdinsightmanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/clustersClusters_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clustersClusters_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}Clusters_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}Clusters_Create
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}Clusters_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}Clusters_Update
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/getGatewaySettingsClusters_GetGatewaySettings
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/resizeClusters_Resize
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/rotatediskencryptionkeyClusters_RotateDiskEncryptionKey
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateGatewaySettingsClusters_UpdateGatewaySettings