Skip to content
MCP-Bridge
Cloud Infrastructure

DataLakeAnalyticsAccountManagementClient MCP Config

Creates an Azure Data Lake Analytics account 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-datalake-analytics-account.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-datalake-analytics-account.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-datalake-analytics-account": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-datalake-analytics-account"],
      "env": {
      "DATALAKEANALYTICSACCOUNTMANAGEMENTCLIENT_API_KEY": "your_datalakeanalyticsaccountmanagementclient_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-datalake-analytics-account.json

Environment Variables

DATALAKEANALYTICSACCOUNTMANAGEMENTCLIENT_API_KEY

Replace your_datalakeanalyticsaccountmanagementclient_api_key with your actual datalakeanalyticsaccountmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts

Account_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts

Account_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}

Account_Get

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}

Account_Delete

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/DataLakeStoreAccounts/

Account_ListDataLakeStoreAccounts

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/DataLakeStoreAccounts/{dataLakeStoreAccountName}

Account_GetDataLakeStoreAccount

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/DataLakeStoreAccounts/{dataLakeStoreAccountName}

Account_AddDataLakeStoreAccount

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/DataLakeStoreAccounts/{dataLakeStoreAccountName}

Account_DeleteDataLakeStoreAccount

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/StorageAccounts/

Account_ListStorageAccounts

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/StorageAccounts/{storageAccountName}

Account_GetStorageAccount