Cloud InfrastructureAuto-generated
BatchService MCP Server
A client for issuing REST requests to the Azure Batch service.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-batch-batchservice
Environment Variables
BATCHSERVICE_API_KEYExample: your_batchservice_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-batch-batchservice": {
"command": "npx",
"args": ["-y","@mcp/azure-com-batch-batchservice"],
"env": {
"BATCHSERVICE_API_KEY": "your_batchservice_api_key"
}
}
}
}Endpoints
GET
/applicationsLists all of the applications available in the specified account.
GET
/applications/{applicationId}Gets information about the specified application.
GET
/certificatesLists all of the certificates that have been added to the specified account.
POST
/certificatesAdds a certificate to the specified account.
GET
/certificates(thumbprintAlgorithm={thumbprintAlgorithm},thumbprint={thumbprint})Certificate_Get
DELETE
/certificates(thumbprintAlgorithm={thumbprintAlgorithm},thumbprint={thumbprint})Deletes a certificate from the specified account.
POST
/certificates(thumbprintAlgorithm={thumbprintAlgorithm},thumbprint={thumbprint})/canceldeleteCancels a failed deletion of a certificate from the specified account.
GET
/jobsLists all of the jobs in the specified account.
POST
/jobsAdds a job to the specified account.
GET
/jobs/{jobId}Gets information about the specified job.