← MCP Security Catalog

Hyperbolic GPU MCP Server d2962d3cfde579ed826564432764d2365d74d3d1

source_git · hyperboliclabs/hyperbolic-mcp · latest release

Verified with no proven findings
Security result
9
Observed tools
Version rating
100
Change risk

Independent inventory

Observed 2026-08-25T09:00:58.409Z using mcpSecurity-inventory. Protocol 2024-11-05.

ToolCategoryRisk
get-cluster-details
Input 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-gpus
Input 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-instances
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
remote-shell
Input 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-instance
Input 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-connect
Input 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-disconnect
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
ssh-status
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
terminate-gpu-instance
Input 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

Resource templates 0

Prompts 0

Changes from previous version

Compared with initial baseline using full_baseline.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: 94afa0ee6969b8a6b1d8e98f6fc87b0fb9797faa93592233fc2a1f344dffb7d3

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.