Skip to main content
Glama

MCP SysOperator

by tarnover

aws_ec2

Perform EC2 instance operations on AWS, including listing, creating, starting, stopping, and terminating instances, directly via the MCP SysOperator server for streamlined infrastructure management.

Instructions

Manage AWS EC2 instances (list, create, start, stop, terminate)

Input Schema

NameRequiredDescriptionDefault
actionYes
countNo
filtersNo
imageIdNo
instanceIdsNo
instanceTypeNo
keyNameNo
regionYes
securityGroupsNo
tagsNo
terminationProtectionNo
userDataNo
waitForCompletionNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list", "create", "terminate", "start", "stop" ], "type": "string" }, "count": { "type": "number" }, "filters": { "additionalProperties": {}, "type": "object" }, "imageId": { "type": "string" }, "instanceIds": { "items": { "type": "string" }, "type": "array" }, "instanceType": { "type": "string" }, "keyName": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "securityGroups": { "items": { "type": "string" }, "type": "array" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" }, "terminationProtection": { "type": "boolean" }, "userData": { "type": "string" }, "waitForCompletion": { "default": true, "type": "boolean" } }, "required": [ "action", "region" ], "type": "object" }

You must be authenticated.

Other Tools from MCP SysOperator

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarnover/mcp-sysoperator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server