Skip to main content
Glama

Civo MCP Server

MIT License
0
3

create_instance

Create a new cloud instance on Civo by specifying hostname, size, and template. Configure region and quantity to provision virtual servers for your applications.

Instructions

Create a new cloud instance on Civo

Input Schema

NameRequiredDescriptionDefault
countNoNumber of instances to create
hostnameYesFully qualified domain name
regionNoRegion identifierLON1
sizeYesInstance size (e.g. g2.small)
template_idYesDisk image ID

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 1, "description": "Number of instances to create", "type": "number" }, "hostname": { "description": "Fully qualified domain name", "type": "string" }, "region": { "default": "LON1", "description": "Region identifier", "type": "string" }, "size": { "description": "Instance size (e.g. g2.small)", "type": "string" }, "template_id": { "description": "Disk image ID", "type": "string" } }, "required": [ "hostname", "size", "template_id" ], "type": "object" }

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/tao12345666333/civo-mcp'

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