Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

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-store-account.json

Environment Variables

DATALAKESTOREACCOUNTMANAGEMENTCLIENT_API_KEY

Replace your_datalakestoreaccountmanagementclient_api_key with your actual datalakestoreaccountmanagementclient api key

Endpoints

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

Account_List

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

Account_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}/enableKeyVault

Account_EnableKeyVault

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

Account_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