Skip to main content
Glama

CloudStack MCP Server

by phantosmax

enable_static_nat

Map a public IP address to a virtual machine using static NAT, ensuring direct accessibility and efficient routing between the VM and external networks. Requires IP address ID and VM ID for configuration.

Instructions

Enable static NAT for an IP to a VM

Input Schema

NameRequiredDescriptionDefault
ipaddressidYesPublic IP address ID
virtualmachineidYesVM ID
vmguestipNoVM guest IP (for multiple IPs)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ipaddressid": { "description": "Public IP address ID", "type": "string" }, "virtualmachineid": { "description": "VM ID", "type": "string" }, "vmguestip": { "description": "VM guest IP (for multiple IPs)", "type": "string" } }, "required": [ "ipaddressid", "virtualmachineid" ], "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/phantosmax/cloudstack-mcp-server'

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