KosmoKrator

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.

7 functions 7 read 0 write Bearer token auth

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.

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

RunPod MCP Client Matrix

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

RunPod CLI Matrix

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

Function Catalog

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