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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Vultr CLIHeadless setup and direct function calls. Vultr MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Vultr MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Vultr.
Claude Code Vultr MCP setup for Claude Code. Cursor Vultr MCP setup for Cursor. Codex Vultr MCP setup for Codex. OpenAI Agents Vultr MCP setup for OpenAI Agents SDK. Claude Agent SDK Vultr MCP setup for Claude Agent SDK. Vercel AI SDK Vultr MCP setup for Vercel AI SDK. LangChain Vultr MCP setup for LangChain. LangGraph Vultr MCP setup for LangGraph. CrewAI Vultr MCP setup for CrewAI. MCP clients Vultr MCP setup for Generic MCP Clients.
Vultr CLI Matrix
Use these pages for direct Vultr CLI workflows in scripts, CI, cron, and agent wrappers.
CI Vultr CLI for CI. Cron Jobs Vultr CLI for cron jobs. Shell Scripts Vultr CLI for shell scripts. Headless Automation Vultr CLI for headless automation. Coding Agents Vultr CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |