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_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. RunPod CLIHeadless setup and direct function calls. RunPod 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.
RunPod MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for RunPod.
Claude Code RunPod MCP setup for Claude Code. Cursor RunPod MCP setup for Cursor. Codex RunPod MCP setup for Codex. OpenAI Agents RunPod MCP setup for OpenAI Agents SDK. Claude Agent SDK RunPod MCP setup for Claude Agent SDK. Vercel AI SDK RunPod MCP setup for Vercel AI SDK. LangChain RunPod MCP setup for LangChain. LangGraph RunPod MCP setup for LangGraph. CrewAI RunPod MCP setup for CrewAI. MCP clients RunPod MCP setup for Generic MCP Clients.
RunPod CLI Matrix
Use these pages for direct RunPod CLI workflows in scripts, CI, cron, and agent wrappers.
CI RunPod CLI for CI. Cron Jobs RunPod CLI for cron jobs. Shell Scripts RunPod CLI for shell scripts. Headless Automation RunPod CLI for headless automation. Coding Agents RunPod CLI for coding agents.
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. |