d2962d3cfde579ed826564432764d2365d74d3d1source_git · hyperboliclabs/hyperbolic-mcp · latest release
Observed 2026-08-25T09:00:58.409Z using mcpSecurity-inventory. Protocol 2024-11-05.
| Tool | Category | 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#"
} | — | — |
Compared with initial baseline using full_baseline.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: 94afa0ee6969b8a6b1d8e98f6fc87b0fb9797faa93592233fc2a1f344dffb7d3
Scanner: mcp-proof-engine 0.1.0.