# RunPod

Manage your RunPod cloud resources directly through an MCP-compatible client. Create, list, update, start, stop, and delete pods, serverless endpoints, templates, network volumes, and container regis…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add runpod/runpod-mcp-ts

# Browse available tools
npx -y smithery tool list runpod/runpod-mcp-ts

# Get full schema for a tool
npx -y smithery tool get runpod/runpod-mcp-ts list-pods

# Call a tool
npx -y smithery tool call runpod/runpod-mcp-ts list-pods '{}'
```

## Tools (26)

- `list-pods`
- `get-pod`
- `create-pod`
- `update-pod`
- `start-pod`
- `stop-pod`
- `delete-pod`
- `list-endpoints`
- `get-endpoint`
- `create-endpoint`
- `update-endpoint`
- `delete-endpoint`
- `list-templates`
- `get-template`
- `create-template`
- `update-template`
- `delete-template`
- `list-network-volumes`
- `get-network-volume`
- `create-network-volume`
- `update-network-volume`
- `delete-network-volume`
- `list-container-registry-auths`
- `get-container-registry-auth`
- `create-container-registry-auth`
- `delete-container-registry-auth`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get runpod/runpod-mcp-ts <tool-name>
```

---

License: MIT
