Skip to content
MCP-Bridge
Cloud Infrastructure

DataLakeAnalyticsJobManagementClient MCP Config

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

Configuration JSON

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

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

Environment Variables

DATALAKEANALYTICSJOBMANAGEMENTCLIENT_API_KEY

Replace your_datalakeanalyticsjobmanagementclient_api_key with your actual datalakeanalyticsjobmanagementclient api key

Endpoints

POST/BuildJob

Job_Build

GET/Jobs

Job_List

GET/Jobs/{jobIdentity}

Job_Get

PUT/Jobs/{jobIdentity}

Job_Create

POST/Jobs/{jobIdentity}/CancelJob

Job_Cancel

POST/Jobs/{jobIdentity}/GetDebugDataPath

Job_GetDebugDataPath

POST/Jobs/{jobIdentity}/GetStatistics

Job_GetStatistics