DataLakeStoreAccountManagementClient MCP Config
Creates an Azure Data Lake Store 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-store-account.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-datalake-store-account.json to fetch programmatically.
{
"mcpServers": {
"azure-com-datalake-store-account": {
"command": "npx",
"args": ["-y","@mcp/azure-com-datalake-store-account"],
"env": {
"DATALAKESTOREACCOUNTMANAGEMENTCLIENT_API_KEY": "your_datalakestoreaccountmanagementclient_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-datalake-store-account.jsonEnvironment Variables
DATALAKESTOREACCOUNTMANAGEMENTCLIENT_API_KEYReplace your_datalakestoreaccountmanagementclient_api_key with your actual 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