188,037 tools. Last updated 2026-06-10 10:27
"SUSE" matching MCP tools:
- DESTRUCTIVE to access — the OLD root password STOPS WORKING immediately. REQUIRES confirm = exact hostname (from get_vps_status) or 'DELETE'. Agent must confirm with the human before calling. New password is NOT in this response — read it ONCE via get_vps_status (also emailed).Connector
- Order a VPS. `product` = plan slug from list_plans; `os_id` = an OS id from that plan's images. Optional `hostname` and `ssh_key` (public key — strongly recommended so you get key-based root login). Branching on the response: • `paid_from_balance: true` → the prepaid balance covered it; the server is provisioning. Poll `get_vps_status` until status is `active` and the VM is reachable. • `paid_from_balance: false` → balance was insufficient; an unpaid `invoice` is returned. Call `pay_invoice` with `invoice.id` to get a crypto `checkout_url`, OR `topup_balance` then re-order.Connector
- List all available VPS plans (catalog) with pricing, specs and the OS images each plan can boot. No authentication needed. Use this first to pick a `product` slug and an `os_id` for `order_vps`.Connector
- DESTRUCTIVE — all data is lost. REQUIRES confirm = exact hostname (from get_vps_status) or 'DELETE'. Agent must explicitly confirm with the human before calling. Wipes and reinstalls the VPS with the given OS image (`os_id` from list_plans). Provisioning runs asynchronously; poll `get_vps_status`.Connector
- Create a top-up invoice and return a `checkout_url` (PayRam crypto checkout). The balance is credited automatically once the on-chain payment confirms. `amount` is in account currency (USD); minimum and maximum are enforced server-side. Only one unpaid top-up may exist at a time.Connector
- Cancel a VPS. DEFAULT `end_of_period`: the server stays active until the end of the already-paid period, then is simply not renewed — NO data loss now, safe. `immediate` DESTROYS the VM and ALL data right away, permanently and irreversibly, and REQUIRES `confirm` set to the exact server hostname (see get_vps_status). Use end_of_period unless you explicitly intend to wipe the server now. On `immediate`, the unused portion of the already-paid period is refunded to your account balance (see `refund_amount` in the response).Connector
Matching MCP Servers
- Alicense-qualityCmaintenanceAn AI-powered documentation navigator that enables intelligent search, summarization, and exploration of SUSE, Rancher, and related open-source documentation using local or cloud AI models.Last updated1MIT
- Alicense-qualityDmaintenanceEnables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.Last updated58MIT
Matching MCP Connectors
VPS that AI agents rent and operate over MCP: list plans, order, power, reinstall, cancel.
AI-native parametric insurance infrastructure. Assess weather risk, generate quotes, bind policies, and monitor triggers programmatically. Live paid endpoint via x402 (USDC on Solana).
- Return the authenticated account profile (id, name, email). Use to verify the bearer token is valid.Connector
- Set the VPS hostname (valid DNS label; applied on next reboot/rebuild).Connector
- Get full detail for one VPS: status, specs, live VM state/uptime, and SSH access info (host, port, ready-to-paste `command`). On first call for a keyless server it returns the one-time root `password`; afterwards use `reset_password`. Poll this after `order_vps` to watch provisioning reach `active`.Connector
- Initiate payment for an owned, unpaid invoice. Returns a PayRam `checkout_url`; the invoice settles (and the VPS provisions) automatically once the on-chain payment confirms.Connector
- Return the account's prepaid credit balance and currency. `order_vps` spends from this balance automatically when it is sufficient.Connector
- List the account's VPS services (id, status, plan). Use the `id` as `service_id` for the management tools.Connector
- Log in with email + password. Returns a bearer `token` to send as `Authorization: Bearer <token>` on subsequent requests.Connector
- Time-series resource metrics (CPU %, memory, network, disk) for a VPS. `timeframe` ∈ hour|day|week|month (default hour).Connector
- Create a new EQVPS customer account with first_name, last_name, email. Returns a bearer `token` — store it and send it as `Authorization: Bearer <token>` on every following request. No password or human step needed.Connector
- Power-control a VPS: `start`, `stop` or `reboot`.Connector