Skip to main content
Glama

Vultr MCP

by rsp2k

create_ipv4

Add a new IPv4 address to a Vultr cloud instance, with optional reboot control for network configuration updates.

Instructions

Create a new IPv4 address for an instance.

Args: instance_id: The instance ID, label, or hostname (e.g., "web-server", "db.example.com", or UUID) reboot: Whether to reboot the instance (default: True)

Returns: Created IPv4 information

Input Schema

NameRequiredDescriptionDefault
instance_idYes
rebootNo

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "title": "Instance Id", "type": "string" }, "reboot": { "default": true, "title": "Reboot", "type": "boolean" } }, "required": [ "instance_id" ], "type": "object" }

Other Tools from Vultr MCP

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/rsp2k/mcp-vultr'

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