Cloud InfrastructureAuto-generated
DataLakeStoreAccountManagementClient MCP Server
Creates an Azure Data Lake Store account management client.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-datalake-store-account
Environment Variables
DATALAKESTOREACCOUNTMANAGEMENTCLIENT_API_KEYExample: your_datalakestoreaccountmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-datalake-store-account": {
"command": "npx",
"args": ["-y","@mcp/azure-com-datalake-store-account"],
"env": {
"DATALAKESTOREACCOUNTMANAGEMENTCLIENT_API_KEY": "your_datalakestoreaccountmanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accountsAccount_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accountsAccount_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}Account_Get
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}Account_Delete
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/enableKeyVaultAccount_EnableKeyVault
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/firewallRulesAccount_ListFirewallRules
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/firewallRules/{firewallRuleName}Account_GetFirewallRule
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/firewallRules/{firewallRuleName}Account_DeleteFirewallRule
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/firewallRules/{name}Account_CreateOrUpdateFirewallRule
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{name}Account_Create