KosmoKrator

productivity

Vultr MCP, CLI, and Lua Integration for AI Agents

Vultr integration docs for AI agents: MCP gateway setup, Vultr CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write Bearer token auth

Vultr for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
vultr
route_slug
vultr
package
vultr
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Vultr MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Vultr.

Vultr CLI Matrix

Use these pages for direct Vultr CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
vultr.vultr_list_instances Read read 0 List all compute instances in the Vultr account. Returns IDs, labels, status, plan, region, and IP addresses.
vultr.vultr_get_instance Read read 1 Get details for a specific Vultr compute instance by ID. Returns full instance information including IP addresses, plan, region, and OS.
vultr.vultr_list_plans Read read 0 List all available hosting plans in Vultr. Returns plan IDs, pricing, vCPU, RAM, disk, and bandwidth details.
vultr.vultr_list_regions Read read 0 List all available data center regions in Vultr. Returns region IDs, city, country, and continent information.
vultr.vultr_list_snapshots Read read 0 List all snapshots in the Vultr account. Returns snapshot IDs, descriptions, sizes, creation dates, and status.
vultr.vultr_list_ssh_keys Read read 0 List all SSH keys in the Vultr account. Returns key IDs, names, and creation dates.
vultr.vultr_get_current_user Read read 0 Get information about the current authenticated Vultr account, including email, name, and balance.