Skip to main content
Glama

Vultr MCP

by rsp2k

create_vpc2

Create a new VPC 2.0 network in a specified region with custom IP configuration and description for secure cloud infrastructure isolation.

Instructions

Create a new VPC 2.0 network.

Args: region: Region code where the VPC 2.0 will be created (e.g., "ewr", "lax", "fra") description: Description/label for the VPC 2.0 ip_type: IP type ("v4" or "v6", defaults to "v4") ip_block: IP block for the VPC 2.0 (e.g., "10.0.0.0", defaults to auto-assigned) prefix_length: Prefix length (e.g., 24 for /24, defaults to 24)

Returns: Created VPC 2.0 information including ID and IP block details

Input Schema

NameRequiredDescriptionDefault
descriptionYes
ip_blockNo
ip_typeNov4
prefix_lengthNo
regionYes

Input Schema (JSON Schema)

{ "properties": { "description": { "title": "Description", "type": "string" }, "ip_block": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ip Block" }, "ip_type": { "default": "v4", "title": "Ip Type", "type": "string" }, "prefix_length": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Prefix Length" }, "region": { "title": "Region", "type": "string" } }, "required": [ "region", "description" ], "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