Overview
Features
list-available-gpus
Lists all available GPUs on the Hyperbolic network.
rent-gpu-instance
Rents a GPU instance from a specific cluster; requires cluster_name, node_name, and gpu_count.
terminate-gpu-instance
Terminates a GPU instance by its instance_id.
list-user-instances
Lists all active GPU instances rented by the user.
get-cluster-details
Fetches detailed information about a specific cluster using cluster_name.
ssh-connect
Establishes an SSH connection to a remote GPU instance using host, username, and authentication details.
remote-shell
Executes a command on the connected remote GPU server.
ssh-disconnect
Closes the active SSH connection.
Who Is This For?
- Developers:Programmatically manage GPU availability, rent GPUs, and SSH into instances.
- ML Engineers:Orchestrate GPU-backed experiments and training jobs via the MCP server.
- AI Agents:Interact with GPUs through the MCP to view, rent, and run tasks.




