Hyperbolic GPU MCP Server
Enables interaction with Hyperbolic's GPU cloud, allowing users to view available GPUs, rent instances, establish SSH connections, and run GPU-powered workloads through natural language commands
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | hyperbolic-gpu-mcp-server-42023b84 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | HyperbolicLabs/hyperbolic-mcp |
| First published | — | Latest release | — |
| Last security verification | Aug 25, 2026 | Classification confidence | 35% |
| Publication | Published | Official distribution | Yes |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | hyperboliclabs/hyperbolic-mcp | d2962d3cfde579ed826564432764d2365d74d3d1 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_githyperboliclabs/hyperbolic-mcp | d2962d3cfde579ed826564432764d2365d74d3d1Current | Aug 25, 2026 | 9 toolsSucceeded · 0 resources · 0 prompts | Verified clean |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
| Provenance | immutable_git_commit | Signature | — |
|---|---|---|---|
| MCP SDK | — | Artifact SHA-256 | 94afa0ee6969b8a6b1d8e98f6fc87b0fb9797faa93592233fc2a1f344dffb7d3 |
| Scanner | mcp-proof-engine 0.1.0 | Scan completed | Aug 25, 2026 |
| Security rating | — | Methodology | — |
Current protocol inventory
Tools 9
| Tool | Category | Annotations | Risk |
|---|---|---|---|
get-cluster-detailsInput schema{
"type": "object",
"properties": {
"cluster_name": {
"type": "string",
"description": "The name of the cluster to get details for"
}
},
"required": [
"cluster_name"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
list-available-gpusInput schema{
"type": "object",
"properties": {
"filters": {
"type": "object",
"properties": {},
"additionalProperties": true,
"description": "Optional filters for GPU listing"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
list-user-instancesInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
remote-shellInput schema{
"type": "object",
"properties": {
"command": {
"type": "string",
"description": "Command to execute on the remote server"
}
},
"required": [
"command"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
rent-gpu-instanceInput schema{
"type": "object",
"properties": {
"cluster_name": {
"type": "string",
"description": "The name of the cluster to rent (e.g., extrasmall-chamomile-duck)"
},
"node_name": {
"type": "string",
"description": "The name of the node (e.g., prd-acl-msi-02.fen.intra)"
},
"gpu_count": {
"type": "integer",
"minimum": 1,
"description": "Number of GPUs to rent"
}
},
"required": [
"cluster_name",
"node_name",
"gpu_count"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
ssh-connectInput schema{
"type": "object",
"properties": {
"host": {
"type": "string",
"description": "Hostname or IP address of the remote server. Always query the list-user-instances tool to get the host."
},
"username": {
"type": "string",
"description": "SSH username for authentication"
},
"password": {
"type": "string",
"description": "SSH password for authentication (optional if using key)"
},
"private_key_path": {
"type": "string",
"description": "Path to private key file (optional, uses SSH_PRIVATE_KEY_PATH from environment if not provided)"
},
"port": {
"type": "integer",
"minimum": 1,
"maximum": 65535,
"default": 22,
"description": "SSH port number (default: 22)"
}
},
"required": [
"host",
"username"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
ssh-disconnectInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
ssh-statusInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
terminate-gpu-instanceInput schema{
"type": "object",
"properties": {
"instance_id": {
"type": "string",
"description": "The ID of the instance to terminate"
}
},
"required": [
"instance_id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Hyperbolic GPU MCP Server questions
How do I install Hyperbolic GPU MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does Hyperbolic GPU MCP Server provide?
Hyperbolic GPU MCP Server exposed 9 tools during independent protocol observation, including get-cluster-details, list-available-gpus, list-user-instances, remote-shell, rent-gpu-instance, ssh-connect, ssh-disconnect, ssh-status, and others.
Is Hyperbolic GPU MCP Server secure?
Our scanner tested version d2962d3cfde579ed826564432764d2365d74d3d1 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.