AWS Batch MCP Config
<fullname>Batch</fullname> <p>Using Batch, you can run batch computing workloads on the Amazon Web Services Cloud. Batch computing is a common means for developers, scientists, and engineers to access large amounts of compute resources. Batch uses the advantages of the batch computing to remove the
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-batch.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-batch.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-batch": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-batch"],
"env": {
"AWS_BATCH_API_KEY": "your_aws_batch_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/amazonaws-com-batch.jsonEnvironment Variables
AWS_BATCH_API_KEYReplace your_aws_batch_api_key with your actual aws batch api key
Endpoints
/v1/canceljobCancelJob
/v1/createcomputeenvironmentCreateComputeEnvironment
/v1/createjobqueueCreateJobQueue
/v1/createschedulingpolicyCreateSchedulingPolicy
/v1/deletecomputeenvironmentDeleteComputeEnvironment
/v1/deletejobqueueDeleteJobQueue
/v1/deleteschedulingpolicyDeleteSchedulingPolicy
/v1/deregisterjobdefinitionDeregisterJobDefinition
/v1/describecomputeenvironmentsDescribeComputeEnvironments
/v1/describejobdefinitionsDescribeJobDefinitions