data
Linode MCP, CLI, and Lua Integration for AI Agents
Linode integration docs for AI agents: MCP gateway setup, Linode CLI commands, Lua API reference, credentials, and function schemas.Linode 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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
linode.linode_list_instances | Read read | 2 | List all Linode instances (virtual machines) in the account. Returns IDs, labels, status, type, region, and IP addresses. |
linode.linode_get_instance | Read read | 1 | Get details for a specific Linode instance by ID. Returns full instance information including specs, networking, and disk config. |
linode.linode_list_volumes | Read read | 2 | List all block storage volumes in the Linode account. Returns IDs, labels, size, status, and attached Linode info. |
linode.linode_list_domains | Read read | 2 | List all DNS domains managed in the Linode account. Returns domain IDs, names, status, and SOA records. |
linode.linode_get_domain | Read read | 1 | Get details for a specific DNS domain in Linode, including SOA records, status, and zone information. |
linode.linode_list_stackscripts | Read read | 2 | List all StackScripts (reusable deployment scripts) in the Linode account. Returns IDs, labels, descriptions, and deployment counts. |
linode.linode_get_current_user | Read read | 0 | Get information about the current authenticated Linode user, including username, email, and account status. |