Skip to content
MCP-BridgeMCP-Bridge
Data & Analytics

HDInsightManagementClient MCP Config

The HDInsight Management Client.

Config URL

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

https://mcpbridge.org/config/azure-com-hdinsight-cluster.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-hdinsight-cluster": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-hdinsight-cluster"
      ],
      "env": {
        "HDINSIGHTMANAGEMENTCLIENT_API_KEY": "your_hdinsightmanagementclient_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-hdinsight-cluster": {
      "url": "https://mcpbridge.org/config/azure-com-hdinsight-cluster.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-hdinsight-cluster": {
      "url": "https://mcpbridge.org/config/azure-com-hdinsight-cluster.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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

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://mcpbridge.org/config/azure-com-hdinsight-cluster.json

Environment Variables

HDINSIGHTMANAGEMENTCLIENT_API_KEY

Replace your_hdinsightmanagementclient_api_key with your actual hdinsightmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/clusters

Clusters_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters

Clusters_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}/getGatewaySettings

Clusters_GetGatewaySettings

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/resize

Clusters_Resize

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/rotatediskencryptionkey

Clusters_RotateDiskEncryptionKey

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateGatewaySettings

Clusters_UpdateGatewaySettings