HDInsightJobManagementClient MCP Config
The HDInsight 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-hdinsight-job.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-hdinsight-job.json to fetch programmatically.
{
"mcpServers": {
"azure-com-hdinsight-job": {
"command": "npx",
"args": ["-y","@mcp/azure-com-hdinsight-job"],
"env": {
"HDINSIGHTJOBMANAGEMENTCLIENT_API_KEY": "your_hdinsightjobmanagementclient_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-hdinsight-job.jsonEnvironment Variables
HDINSIGHTJOBMANAGEMENTCLIENT_API_KEYReplace your_hdinsightjobmanagementclient_api_key with your actual hdinsightjobmanagementclient api key
Endpoints
POST
/templeton/v1/hiveJob_SubmitHiveJob
GET
/templeton/v1/jobsJob_List
GET
/templeton/v1/jobs/{jobId}Job_Get
DELETE
/templeton/v1/jobs/{jobId}Job_Kill
GET
/templeton/v1/jobs?op=LISTAFTERIDJob_ListAfterJobId
POST
/templeton/v1/mapreduce/jarJob_SubmitMapReduceJob
POST
/templeton/v1/mapreduce/streamingJob_SubmitMapReduceStreamingJob
POST
/templeton/v1/pigJob_SubmitPigJob
POST
/templeton/v1/sqoopJob_SubmitSqoopJob
GET
/ws/v1/cluster/apps/{appId}/stateJob_GetAppState