- Massed Compute Mcp
Massed Compute Mcp
The official Massed Compute MCP server lets AI agents and developer tools check live GPU inventory, launch and tear down VM instances, and audit billing — all through natural-language tool calls. Connect over stdio (npx/uvx) or a hosted Streamable HTTP endpoint with a Bearer API key.
Content
Overview
Massed Compute MCP is the official Model Context Protocol server for Massed Compute, an on-demand GPU cloud. It lets AI assistants — Claude Code, Claude Desktop, Cursor, Codex, ChatGPT, and other MCP clients — interact with your Massed Compute account directly: browse GPU inventory, launch and manage VMs, and audit billing.
Features
- 14 tools, each mapping 1:1 to a documented
/api/v1/*endpoint — no internal services, no undocumented calls. - Read-only or full keys. Issue a read-only API key for analysis-only assistants and every destructive tool (launch, restart, terminate, SSH-key changes) is hidden from the catalog entirely.
- Two install paths: a zero-install hosted Streamable HTTP endpoint, or a local stdio CLI (npm or PyPI) with an interactive
initthat auto-wires detected clients. - Agent Skills included — markdown workflow templates for common operations like GPU selection and cost auditing.
Tools
| Tool | Key | Returns |
|---|---|---|
gpu_inventory_list | read-only | GPU configs, pricing, regional capacity |
images_list | read-only | VM image catalog |
instances_list | read-only | Your running VM instances |
instances_get | read-only | A single instance by UUID |
instances_launch | full | Launched instance details (incurs cost) |
instances_restart | full | Restart confirmation |
instances_terminate | full | Termination confirmation |
coupon_information | read-only | Coupon discount terms |
coupon_accepted_products | read-only | Products a coupon applies to |
account_token_validation | read-only | Token validity status |
account_billing | read-only | Billing & recharge configuration |
ssh_keys_list | read-only | Your SSH keys |
ssh_keys_create | full | Newly-created key details |
ssh_keys_delete | full | Deletion confirmation |
Installation
Get an API key at vm.massedcompute.com/settings/api (read-only for analysis, full for launch/terminate).
Hosted endpoint — point your client at https://vm.massedcompute.com/api/mcp with header Authorization: Bearer <your_api_key>.
Local CLI (stdio)
npm install -g massed-compute-mcp # Node >= 20
# or: pip install massed-compute-mcp # Python >= 3.10
massed-compute-mcp init # prompts for key, validates, wires clients
Generic stdio config:
{
"mcpServers": {
"massed-compute": {
"command": "uvx",
"args": ["massed-compute-mcp"],
"env": { "MASSED_COMPUTE_API_KEY": "your_api_key_here" }
}
}
}
Links
- Repository: https://github.com/Massed-Compute/massed-compute-mcp
- Docs: https://vm-docs.massedcompute.com/docs/category/mcp
- Console: https://vm.massedcompute.com
License: MIT
Server Config
{
"mcpServers": {
"massed-compute": {
"url": "https://vm.massedcompute.com/api/mcp",
"headers": {
"Authorization": "Bearer MC_TOKEN"
}
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
CursorThe AI Code Editor
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Tavily Mcp
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
DeepChatYour AI Partner on Desktop
Playwright McpPlaywright MCP server
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
WindsurfThe new purpose-built IDE to harness magic
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code