KosmoKrator

productivity

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.

7 functions 7 read 0 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
linode
route_slug
linode
package
linode
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

Linode MCP Client Matrix

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

Linode CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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.