Skip to main content
Glama

Vultr MCP

by rsp2k

attach_to_instance

Attach a VPC or VPC 2.0 network to a cloud instance using descriptive names or IDs for simplified network configuration.

Instructions

Attach VPC or VPC 2.0 to an instance.

Smart identifier resolution: Use VPC/instance description/label/hostname or ID.

Args: vpc_identifier: VPC/VPC 2.0 description or ID to attach instance_identifier: Instance label, hostname, or ID to attach to vpc_type: Type of VPC ("vpc" or "vpc2", defaults to "vpc")

Returns: Success confirmation

Input Schema

NameRequiredDescriptionDefault
instance_identifierYes
vpc_identifierYes
vpc_typeNovpc

Input Schema (JSON Schema)

{ "properties": { "instance_identifier": { "title": "Instance Identifier", "type": "string" }, "vpc_identifier": { "title": "Vpc Identifier", "type": "string" }, "vpc_type": { "default": "vpc", "title": "Vpc Type", "type": "string" } }, "required": [ "vpc_identifier", "instance_identifier" ], "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