MCP server for managing Spot.io Ocean clusters, VNGs, Elastigroups, costs, and logs across AWS and Azure.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Spotinst.
list_accountsList all Spotinst accounts accessible with the current token
list_all_clustersList ALL clusters across ALL accounts and clouds (AWS + Azure)
list_clustersList AWS Ocean K8s clusters
get_clusterGet AWS Ocean cluster details
list_vngsList AWS Virtual Node Groups (launch specs)
get_vngGet AWS VNG details
MCP server for the Spot.io (Spotinst) API. Supports both AWS and Azure Ocean clusters with multi-account access.
| Tool | Description |
|---|---|
list_accounts | List all Spotinst accounts accessible with the current token |
list_all_clusters | List ALL clusters across ALL accounts and clouds (AWS + Azure) |
| Tool | Description |
|---|---|
list_clusters | List AWS Ocean K8s clusters |
get_cluster | Get AWS Ocean cluster details |
list_vngs | List AWS Virtual Node Groups (launch specs) |
get_vng | Get AWS VNG details |
list_elastigroups | List all Elastigroups |
get_elastigroup | Get Elastigroup details |
get_allowed_instance_types | Get allowed EC2 instance types |
get_right_sizing | Get right-sizing resource suggestions (AWS only) |
| Tool | Description |
|---|---|
list_clusters_azure | List Azure Ocean clusters |
get_cluster_azure | Get Azure Ocean cluster details |
list_vngs_azure | List Azure Virtual Node Groups |
get_vng_azure | Get Azure VNG details |
cloud="azure" for Azure)| Tool | Description |
|---|---|
get_cluster_nodes | List nodes in an Ocean cluster |
get_cluster_costs | Get aggregated cost breakdown by namespace or resource |
list_rolls | List deployment rolls |
get_roll | Get roll details |
get_cluster_log | Get scaling and activity log events |
| Tool | Description |
|---|---|
list_stateful_nodes | List all Stateful Nodes (Managed Instances) |
get_stateful_node | Get Stateful Node details |
| Tool | Description |
|---|---|
get_cluster_scheduling | Get scheduling and auto-scaler configuration |
get_cluster_health | Composite health check: nodes, recent errors, active rolls |
| Tool | Description |
|---|---|
get_cost_trending | Week-over-week (or custom period) cost comparison |
get_savings_summary | 30-day cost and savings summary |
| Tool | Description |
|---|---|
filter_clusters_by_tag | Filter clusters by tag key/value |
filter_vngs_by_tag | Filter VNGs by tag key/value |
| Tool | Description |
|---|---|
export_cluster_yaml | Export cluster config as YAML for GitOps/backup |
export_vng_yaml | Export VNG config as YAML for GitOps/backup |
confirm=true)| Tool | Description |
|---|---|
remove_instances | Recommended — Remove instances using a named strategy (see below) |
initiate_roll | Rolling restart of nodes in an Ocean cluster |
detach_instances | Detach and optionally terminate instances from an AWS Ocean cluster |
update_vng | Update an AWS VNG configuration |
update_vng_azure | Update an Azure VNG configuration |
All tools accept an optional account_id parameter to query any account.
The remove_instances tool provides a safe, intent-based interface for removing instances. Instead of remembering which API flags to set, you pick a strategy:
| Strategy | What happens | Use case |
|---|---|---|
drain_and_replace | Gracefully drain pods (respects PDBs), terminate, Ocean replaces. Default and safest. | Replacing a problematic node in production |
replace | Immediately terminate, Ocean auto-replaces. No graceful drain. AWS only. | Fast replacement when drain isn't needed |
remove_permanently | Terminate + reduce cluster capacity. No replacement. AWS only. | Downsizing the cluster |
When confirm=false (default), the tool shows a detailed execution plan so you can review before proceeding:
Add to ~/.mcp.json:
Your personal API token can access multiple Spotinst accounts. Use list_accounts to see all available accounts, then pass account_id to any tool:
Or use list_all_clusters for a single-call inventory across everything.
Uses the Spot.io REST API at https://api.spotinst.io.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/arnstarn-mcp-server-spotinst)<a href="https://allmcps.com/mcp/arnstarn-mcp-server-spotinst"><img src="https://allmcps.com/api/badge/arnstarn-mcp-server-spotinst?style=directory" alt="MCP Server Spotinst on AllMCPs" /></a>