-
v1.0.0 — Initial Release
Stablereleased this
2026-03-16 00:25:45 -04:00 | 2 commits to main since this releaseVirtFusion MCP Server v1.0.0
Initial release wrapping all 84 VirtFusion REST API endpoints as MCP tools.
Highlights
- 84 tools across 17 modules covering servers, networking, firewall, DNS, backups, users, self-service, and more
- Full Bearer token authentication
- Zod input validation on all tool parameters
- Structured error handling with
VirtFusionApiError - npx-installable from git URL
Modules
general(1 tool) — test connectionservers(18 tools) — create, build, modify, deleteservers-power(4 tools) — boot, shutdown, restart, poweroffservers-network(5 tools) — IPv4 add/remove, whitelistservers-firewall(4 tools) — enable, disable, get, set rulesservers-traffic(4 tools) — modify, add/remove blockshypervisors(2 tools) — list, gethypervisor-groups(3 tools) — list, get, resourcesip-blocks(3 tools) — list, get, add rangebackups(1 tool) — list by serverdns(1 tool) — get servicemedia(2 tools) — ISOs, templatespackages(2 tools) — list, getqueue(1 tool) — get statusssh-keys(4 tools) — CRUDusers(7 tools) — CRUD, auth tokensself-service(19 tools) — credit, access, packs, reports
Downloads
-
released this
2026-03-16 00:25:28 -04:00 | 1 commits to main since this releaseWhat changed
Bug fix
servers_throttle_cpu: Fixed request body sendingcpuThrottleinstead ofpercentas required by the VirtFusion API. CPU throttling now works correctly.
Safety improvement
servers_delete: Enforced a minimum 5-minute (300s) delay on all server deletions. If no delay is specified or a value under 300 is passed, it is clamped to 300s. This provides a window to cancel accidental deletions via the VirtFusion panel.
Integration test results
- 47 write tools tested against live VirtFusion panel (65 of 84 total tools verified)
- Discovered and fixed the CPU throttle bug during testing
- Identified
self_service_get_usagetool gap (missingperiodparam) — fix pending
Full Changelog: https://git.ezscale.cloud/EZSCALE/virtfusion-mcp/compare/v1.0.0...v1.0.1
Downloads