io.github.Massed-Compute/mcp
https://vm.massedcompute.com/api/mcpskills: {'id': 'gpu_inventory_list', 'name': 'gpu_inventory_list', 'description': 'Retrieve the comprehensive list of available GPU configurations, their specs, pricing, and current capacity per region.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'images_list', 'name': 'images_list', 'description': 'Retrieve the catalog of preconfigured VM images available for deployment.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'instances_list', 'name': 'instances_list', 'description': 'Retrieve all running VM instances for the authenticated account. Sensitive credentials (e.g. cleartext VM password) are redacted; fetch them through the REST API if needed.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'instances_get', 'name': 'instances_get', 'description': 'Retrieve a single running VM instance by its UUID. Sensitive credentials (e.g. cleartext VM password) are redacted; fetch them through the REST API if needed.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'instances_launch', 'name': 'instances_launch', 'description': 'Deploy a new VM instance. Requires billing to be configured (recharge amount and threshold). This action incurs cost.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'instances_restart', 'name': 'instances_restart', 'description': 'Restart one or more running VM instances by UUID.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'instances_terminate', 'name': 'instances_terminate', 'description': 'Terminate one or more running VM instances by UUID. DESTRUCTIVE: this stops billing for the listed instances and permanently deletes their data; the action cannot be undone. Confirm with the user before invoking.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'coupon_information', 'name': 'coupon_information', 'description': 'Look up information about a coupon by code.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 226.8ms; conformance: pass
How to connect
https://vm.massedcompute.com/api/mcp
curl -X POST https://vm.massedcompute.com/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'