CLI for exploring AWS EC2 Spot inventory. Inspect AWS Spot instance types, saving, price, and interruption frequency.
MCPpedia last refreshed this data
Spotinfo is an MCP server that CLI for exploring AWS EC2 Spot inventory. Inspect AWS Spot instance types, saving, price, and interruption frequency. Its tool list has not been published yet over stdio and http, requires no API key, and scores 77/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"spotinfo": {
"args": [
"--mcp"
],
"command": "spotinfo"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Command-line tool for AWS EC2 Spot Instance exploration with placement score analysis
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud
MCP Server for GCP environment for interacting with various Observability APIs.
Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Generate and edit AWS, Azure, GCP and Kubernetes architecture diagrams as editable draw.io files.
MCP Security Weekly
Get CVE alerts and security updates for Spotinfo and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Pick a Spot machine on AWS, GCP or Azure from one command line. No credentials. Every price
ships inside the binary, so --offline answers in about a tenth of a second.
Spot capacity is far cheaper than On-Demand — between 40% and 85% off in the snapshots that ship with this tool. Finding the right machine does not scale by hand:
The result is that most teams pick one instance family, hard-code it, and stop looking.
One command ranks real machines against a real requirement, and says where the number came from.
$ spotinfo recommend --cloud azure --architecture arm64 --min-vcpu 4 --min-memory-gib 16
RANK CLOUD REGION MACHINE ARCHITECTURE vCPU MEMORY GiB USD/HOUR SAVINGS RISK WHY
1 azure centralindia Standard_D4ps_v6 arm64 4 16.0 0.017076 81% unavailable ARCHITECTURE_MATCH,COST_POLICY,KNOWN_POSITIVE_PRICE,RESOURCE_MINIMUMS_MET
2 azure centralindia Standard_D4ps_v5 arm64 4 16.0 0.018665 81% unavailable ARCHITECTURE_MATCH,COST_POLICY,KNOWN_POSITIVE_PRICE,RESOURCE_MINIMUMS_MET
3 azure centralindia Standard_D4pds_v5 arm64 4 16.0 0.022361 81% unavailable ARCHITECTURE_MATCH,COST_POLICY,KNOWN_POSITIVE_PRICE,RESOURCE_MINIMUMS_MET
Four properties make that output worth trusting:
It works with no credentials. Price snapshots ship inside the binary, and a weekly job
refreshes them through a reviewed pull request. AWS and Azure additionally read live feeds
when they can reach them — AWS on every run, Azure when you name one or two regions — and
fall back to the snapshot when they cannot. --offline skips every price and risk request;
only --with-score still reaches a cloud, because no snapshot carries a placement figure.
It says what it does not know. GCP and Azure publish no redistributable interruption
data, so every candidate reports RISK: unavailable. It is never a zero and never a low
bucket. A cloud that measures nothing must not outrank a cloud that measures honestly. On
GCP, --live-risk fetches a per-project preemption rate for the ranked page — Google
measures it differently from AWS, so it is shown and never filtered on.
It refuses questions it cannot answer, and says why. --workload web caps interruption
frequency at an AWS Spot Advisor bucket boundary. Ask for it on a cloud that measures
something else and the command stops before it reads a price, naming the vendor limit rather
than a feature nobody built:
$ spotinfo recommend --cloud gcp --workload web --architecture x86_64 --min-vcpu 4 --min-memory-gib 16
spotinfo: gcp: unsupported capability: risk: the web workload caps interruption frequency at 5%, an AWS Spot Advisor bucket boundary, and gcp publishes no figure measured that way; workload cost applies no ceiling and answers on every clou
... [View full README on GitHub](https://github.com/alexei-led/spotinfo#readme)