productivity
RunPod MCP, CLI, and Lua Integration for AI Agents
RunPod integration docs for AI agents: MCP gateway setup, RunPod CLI commands, Lua API reference, credentials, and function schemas.RunPod 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 |
|---|---|---|---|
runpod.runpod_list_pods | Read read | 0 | List all GPU pods in your RunPod account. Returns pod IDs, names, status, GPU types, and runtime details. |
runpod.runpod_get_pod | Read read | 1 | Get detailed information about a specific RunPod GPU pod, including its status, GPU type, runtime, ports, and configuration. Use the pod ID obtained from runpod_list_pods. |
runpod.runpod_list_templates | Read read | 0 | List all available RunPod templates. Returns template IDs, names, images, and machine configurations. |
runpod.runpod_list_network_volumes | Read read | 0 | List all network volumes in your RunPod account. Returns volume IDs, names, sizes, and data center information. |
runpod.runpod_list_endpoints | Read read | 0 | List all RunPod endpoints. Returns endpoint IDs, names, statuses, and configuration details. |
runpod.runpod_list_serverless | Read read | 0 | List all serverless endpoints in your RunPod account. Returns endpoint IDs, names, statuses, and worker configurations. |
runpod.runpod_get_current_user | Read read | 0 | Get the profile of the currently authenticated RunPod user, including name, email, and account details. |