MCP tools reference

A short tour of the live tool surface. The exact list your agent sees on connect is the source of truth — this page is a map, not the catalog.

Superjolt exposes its full platform as MCP tools. Your agent calls them like any other tool — no SDK, no custom auth flow.

VM lifecycle

  • create_vm — spin up a new VM from a template or custom image.
  • start_vm / stop_vm / restart_vm — power operations.
  • scale_vm — live resize CPU/RAM with zero downtime.
  • destroy_vm — permanent delete.

Snapshots and backups

  • save_image — snapshot a running VM as a reusable template.
  • create_backup / restore_vm_from_backup — point-in-time recovery for VMs. Every VM is also snapshotted daily automatically.

Networking

  • add_domain / remove_domain / wait_for_domain — attach custom hostnames with TLS.
  • open_port / close_port — surface VM services on public ports.

Docs (this surface)

  • search_docs / read_doc — search and read these documentation pages from inside your agent conversation. Same content rendered at superjolt.com/docs.

This is a partial list — the live tool surface is whatever your client sees on connect.