MCP Tools
15 tools, grouped by purpose. Each maps to a REST endpoint.
Discovery
list_plansList available VPS plans with specs, pricing, and supported OS.Account
register_accountCreate an account, returns an API token.loginLog in, returns an API token.whoamiCurrent account info.Balance
get_balanceCurrent prepaid balance.topup_balanceTop up balance with crypto; returns a checkout URL.Order
order_vpsOrder a VPS. Paid from balance if sufficient, else returns a crypto checkout URL.pay_invoiceGet a crypto checkout URL for an unpaid invoice.Manage
list_vpsList your VPS with status.get_vps_statusVPS details: status, specs, SSH access. Poll after ordering.power_vpsStart, stop, or reboot.set_hostnameChange hostname.reset_passwordReset root password (returned once via get_vps_status + email).reinstall_vpsReinstall OS — erases all data; vm stays.get_vps_metricsCPU, memory, network, disk over time.
Comments
No comments yet. Be the first.