Skip to main content
Glama

Vultr MCP

by rsp2k

add_ip_whitelist_entry

Add IP addresses or subnets to user whitelists for secure access control in Vultr cloud infrastructure management.

Instructions

Add an IP address or subnet to a user's whitelist.

Args: user_id: The user ID (UUID) or email address subnet: The IP address or subnet to add (e.g., "8.8.8.0", "192.168.1.100") subnet_size: The subnet size (e.g., 24 for /24, 32 for single IP)

Returns: Status message confirming addition

Input Schema

NameRequiredDescriptionDefault
subnetYes
subnet_sizeYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "subnet": { "title": "Subnet", "type": "string" }, "subnet_size": { "title": "Subnet Size", "type": "integer" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id", "subnet", "subnet_size" ], "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