get_compute_instance
ActiveTool of BorealHost
Get live details for a compute instance (state, public IP, accrued cost). State is synced from the cloud provider on each call. SSH as root once state is "running" and public_ip is set. Requires: API key with read scope. Args: instance_id: Instance UUID from launch_compute_instance / list Returns: {"id", "state", "public_ip", "hourly_price_cad", "accrued_cad", "terminate_after", ...}
Parameters schema
{
"type": "object",
"title": "get_compute_instanceArguments",
"required": [
"instance_id"
],
"properties": {
"instance_id": {
"type": "string",
"title": "Instance Id"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries