Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_public_ip_addresses

Retrieve and filter public IP addresses in CloudStack zones using zone ID, allocation status, and static NAT configuration for efficient network management.

Instructions

List public IP addresses

Input Schema

NameRequiredDescriptionDefault
allocatedonlyNoShow only allocated IPs
isstaticnatNoFilter by static NAT enabled
zoneidNoZone ID to filter IPs

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "allocatedonly": { "default": true, "description": "Show only allocated IPs", "type": "boolean" }, "isstaticnat": { "description": "Filter by static NAT enabled", "type": "boolean" }, "zoneid": { "description": "Zone ID to filter IPs", "type": "string" } }, "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