productivity
UpCloud MCP, CLI, and Lua Integration for AI Agents
UpCloud integration docs for AI agents: MCP gateway setup, UpCloud CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
UpCloud 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
upcloud- route_slug
upcloud- package
upcloud- 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. UpCloud CLIHeadless setup and direct function calls. UpCloud 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.
UpCloud MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for UpCloud.
Claude Code UpCloud MCP setup for Claude Code. Cursor UpCloud MCP setup for Cursor. Codex UpCloud MCP setup for Codex. OpenAI Agents UpCloud MCP setup for OpenAI Agents SDK. Claude Agent SDK UpCloud MCP setup for Claude Agent SDK. Vercel AI SDK UpCloud MCP setup for Vercel AI SDK. LangChain UpCloud MCP setup for LangChain. LangGraph UpCloud MCP setup for LangGraph. CrewAI UpCloud MCP setup for CrewAI. MCP clients UpCloud MCP setup for Generic MCP Clients.
UpCloud CLI Matrix
Use these pages for direct UpCloud CLI workflows in scripts, CI, cron, and agent wrappers.
CI UpCloud CLI for CI. Cron Jobs UpCloud CLI for cron jobs. Shell Scripts UpCloud CLI for shell scripts. Headless Automation UpCloud CLI for headless automation. Coding Agents UpCloud CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
upcloud.upcloud_list_servers | Read read | 0 | List all cloud servers on the UpCloud account. |
upcloud.upcloud_get_server | Read read | 1 | Get details for a specific UpCloud server by UUID. |
upcloud.upcloud_list_storages | Read read | 1 | List storage devices on the UpCloud account. Optionally filter by type (disk, backup, cdrom). |
upcloud.upcloud_list_networks | Read read | 0 | List private networks on the UpCloud account. |
upcloud.upcloud_list_ips | Read read | 0 | List IP addresses on the UpCloud account. |
upcloud.upcloud_list_zones | Read read | 0 | List available UpCloud zones (data centers). |
upcloud.upcloud_get_current_user | Read read | 0 | Get the profile of the currently authenticated UpCloud user. Useful for verifying credentials and displaying account information. |