Skip to main content
Glama

Vultr MCP

by rsp2k

search_bare_metal_plans

Find bare metal server plans based on CPU cores, RAM, storage, and budget requirements to match specific infrastructure needs.

Instructions

Search bare metal plans by specifications.

Args: min_vcpus: Minimum number of vCPUs min_ram: Minimum RAM in GB min_disk: Minimum disk space in GB max_monthly_cost: Maximum monthly cost in USD

Returns: List of plans matching the criteria

Input Schema

NameRequiredDescriptionDefault
max_monthly_costNo
min_diskNo
min_ramNo
min_vcpusNo

Input Schema (JSON Schema)

{ "properties": { "max_monthly_cost": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Max Monthly Cost" }, "min_disk": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Min Disk" }, "min_ram": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Min Ram" }, "min_vcpus": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Min Vcpus" } }, "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