Skip to main content
Glama

Vultr MCP

by rsp2k

create_bare_metal_server

Deploy a dedicated physical server with customizable hardware, operating system, networking, and security configurations for high-performance computing needs.

Instructions

Create a new bare metal server.

Args: region: Region to deploy in plan: Bare metal plan ID os_id: Operating system ID iso_id: ISO ID for custom installation script_id: Startup script ID ssh_key_ids: List of SSH key IDs label: Server label tag: Server tag user_data: Cloud-init user data enable_ipv6: Enable IPv6 enable_private_network: Enable private network attach_private_network: Private network IDs to attach attach_vpc: VPC IDs to attach attach_vpc2: VPC 2.0 IDs to attach enable_ddos_protection: Enable DDoS protection hostname: Server hostname persistent_pxe: Enable persistent PXE

Returns: Created bare metal server details

Input Schema

NameRequiredDescriptionDefault
attach_private_networkNo
attach_vpcNo
attach_vpc2No
enable_ddos_protectionNo
enable_ipv6No
enable_private_networkNo
hostnameNo
iso_idNo
labelNo
os_idNo
persistent_pxeNo
planYes
regionYes
script_idNo
ssh_key_idsNo
tagNo
user_dataNo

Input Schema (JSON Schema)

{ "properties": { "attach_private_network": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attach Private Network" }, "attach_vpc": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attach Vpc" }, "attach_vpc2": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attach Vpc2" }, "enable_ddos_protection": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Enable Ddos Protection" }, "enable_ipv6": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Enable Ipv6" }, "enable_private_network": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Enable Private Network" }, "hostname": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Hostname" }, "iso_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Iso Id" }, "label": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Label" }, "os_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Os Id" }, "persistent_pxe": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Persistent Pxe" }, "plan": { "title": "Plan", "type": "string" }, "region": { "title": "Region", "type": "string" }, "script_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Script Id" }, "ssh_key_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Ssh Key Ids" }, "tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tag" }, "user_data": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "User Data" } }, "required": [ "region", "plan" ], "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