Skip to main content
Glama

CloudStack MCP Server

by phantosmax

associate_ip_address

Assigns a public IP address to a specified zone in CloudStack MCP Server, enabling network connectivity for resources. Optional network ID allows customization.

Instructions

Acquire a new public IP address

Input Schema

NameRequiredDescriptionDefault
networkidNoNetwork ID (optional)
zoneidYesZone ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "networkid": { "description": "Network ID (optional)", "type": "string" }, "zoneid": { "description": "Zone ID", "type": "string" } }, "required": [ "zoneid" ], "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