Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Rackspace Spot

OCI · DOCKER.IO/RACKSPACENGPC/SPOT-MCP:LATEST · 2 COMPONENTS · SCANNED AUG 3

Manage Rackspace Spot Kubernetes Cloudspaces, node pools, and VMs from your AI assistant.

−1 this week 35 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency-health data not yet available.Unverified
Provenance & Transparency6
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2575 tokens (~73/item across 35 items; 35 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · docker.io/rackspacengpc/spot-mcp:latest

# add to Claude Code
claude mcp add rackspace-spot-spot-mcp -- docker run --rm -i docker.io/rackspacengpc/spot-mcp:latest
# add to Codex CLI
codex mcp add rackspace-spot-spot-mcp -- docker run --rm -i docker.io/rackspacengpc/spot-mcp:latest
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rackspace-spot-spot-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/rackspacengpc/spot-mcp:latest"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  rackspace-spot-spot-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/rackspacengpc/spot-mcp:latest"]
// mcp.json
{
  "mcpServers": {
    "rackspace-spot-spot-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/rackspacengpc/spot-mcp:latest"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +3
    • Stability: unverified → 0.20 functional
  • 31 Jul 26 −4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +35
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: pass functional
  • 26 Jul 26 1

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed oci/docker.io/rackspacengpc/spot-mcp:latest

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 35 exposed · ~2,575 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
createCloudspace ~156

Create a new Kubernetes Cloudspace in Rackspace Spot. Requires a payment method on the account; warn the user if they may not have one set up (e.g. their first cloudspace).

NameTypeReqDescription
cnistringCNI plugin, default calico
kubernetes_versionstringyesKubernetes version, e.g. 1.31.1. No tool lists valid versions; if the user did not specify one, use 1.33.
namestringyescloudspace name
regionstringyesregion name, e.g. us-east-iad-1
webhookstringpreemption webhook URL, notified before spot nodes are reclaimed. Default: none.

No output schema declared.

No examples provided.

createOnDemandNodePool ~207

Create an On-Demand node pool in a Cloudspace. Compared to spot, On-Demand node pools are more expensive but guarantee availability.

NameTypeReqDescription
autoscaling_enabledbooleanenable node autoscaling; set min_nodes and max_nodes with it. Default false.
cloudspacestringyescloudspace name
custom_annotationsobjectKubernetes annotations applied to the pool's nodes
custom_labelsobjectKubernetes labels applied to the pool's nodes
custom_taintsnull|arrayKubernetes taints applied to the pool's nodes
desirednull|integerdesired number of nodes, default 1
max_nodesintegerautoscaling maximum node count
min_nodesintegerautoscaling minimum node count
namestringyesnode pool name; must be a UUID. This exact name is the identifier for get/update/delete.
server_classstringyesserver class name

No output schema declared.

No examples provided.

createSpotNodePool ~238

Create a Spot node pool in a Cloudspace (Kubernetes). Compared to on-demand, Spot node pools are cheaper, bid-based, and preemptible.

NameTypeReqDescription
autoscaling_enabledbooleanenable node autoscaling; set min_nodes and max_nodes with it. Default false.
bid_pricestringyesdecimal USD per hour as a plain string, no currency symbol, e.g. 0.50.
cloudspacestringyescloudspace name
custom_annotationsobjectKubernetes annotations applied to the pool's nodes
custom_labelsobjectKubernetes labels applied to the pool's nodes
custom_taintsnull|arrayKubernetes taints applied to the pool's nodes
desirednull|integerdesired number of nodes, default 1
max_nodesintegerautoscaling maximum node count
min_nodesintegerautoscaling minimum node count
namestringyesnode pool name; must be a UUID. This exact name is the identifier for get/update/delete.
server_classstringyesserver class name

No output schema declared.

No examples provided.

createVMCloudspace ~115

Create a new VM Cloudspace in Rackspace Spot

NameTypeReqDescription
namestringyesVM cloudspace name
regionstringyesregion name, e.g. us-east-iad-1
vm_ssh_keystringyesname of an existing VM SSH key (see createVMSSHKey) to use for this VM Cloudspace
webhookstringpreemption webhook URL, notified before VMs are reclaimed. Default: none; can also be set later via updateVMCloudspace.

No output schema declared.

No examples provided.

createVMPool ~210

Create a VM Pool in a VM Cloudspace

NameTypeReqDescription
bid_pricestringyesdecimal USD per hour as a plain string, no currency symbol, e.g. 0.50.
desirednull|integerdesired number of VMs, default 1
namestringyesVM pool name; must be a UUID. This exact name is the identifier for get/update/delete.
pool_typestringspot (bid-based, preemptible) or ondemand; default spot
server_classstringyesserver class name
vm_cloudspacestringyesVM cloudspace name
vm_imagestringVM image name, default ubuntu24.04
vm_userdatastringcloud-init user data for the pool's VMs (#cloud-config YAML or a shell script); raw text is base64-encoded automatically. Default: none - VMs boot with no user data. Immutable once the pool is create…

No output schema declared.

No examples provided.

createVMSSHKey ~62

Create (upload) a VM SSH public key

NameTypeReqDescription
descriptionstringoptional description
namestringyesVM SSH key name
public_keystringyesSSH public key material, e.g. ssh-ed25519 AAAA...

No output schema declared.

No examples provided.

deleteCloudspace ~40

Delete a Kubernetes Cloudspace. Irreversible: also deletes all node pools and running workloads in it.

NameTypeReqDescription
namestringyescloudspace name

No output schema declared.

No examples provided.

deleteOnDemandNodePool ~49

Delete an On-Demand node pool. Node pool names are globally unique across cloudspaces, so no cloudspace is needed.

NameTypeReqDescription
namestringyesnode pool name (a UUID)

No output schema declared.

No examples provided.

deleteSpotNodePool ~46

Delete a Spot node pool. Node pool names are globally unique across cloudspaces, so no cloudspace is needed.

NameTypeReqDescription
namestringyesnode pool name (a UUID)

No output schema declared.

No examples provided.

deleteVMCloudspace ~43

Delete a VM Cloudspace. Irreversible: also deletes all VM pools and running VMs in it.

NameTypeReqDescription
namestringyesVM cloudspace name

No output schema declared.

No examples provided.

deleteVMPool ~28

Delete a VM Pool

NameTypeReqDescription
namestringyesVM pool name (a UUID)

No output schema declared.

No examples provided.

deleteVMSSHKey ~27

Delete a VM SSH key

NameTypeReqDescription
namestringyesVM SSH key name

No output schema declared.

No examples provided.

getCloudspace ~28

Get details of a specific Kubernetes Cloudspace

NameTypeReqDescription
namestringyescloudspace name

No output schema declared.

No examples provided.

getCloudspaceKubeconfig ~76

Get the kubeconfig YAML for a Kubernetes Cloudspace. WARNING: the output is a sensitive secret containing cluster admin credentials. Treat it like a password: do not log, store, display, or transmit it to third parties. Write it directly to a kubeconfig file.

NameTypeReqDescription
namestringyescloudspace name

No output schema declared.

No examples provided.

getOnDemandNodePool ~52

Get details of a specific On-Demand node pool. Node pool names are globally unique across cloudspaces, so no cloudspace is needed.

NameTypeReqDescription
namestringyesnode pool name (a UUID)

No output schema declared.

No examples provided.

getRegion ~34

Get details of a specific region

NameTypeReqDescription
namestringyesregion name, e.g. us-east-iad-1

No output schema declared.

No examples provided.

getServerClass ~42

Get details of a specific server class, including current pricing

NameTypeReqDescription
namestringyesserver class name, e.g. gp.vs1.large-iad

No output schema declared.

No examples provided.

getSpotNodePool ~49

Get details of a specific Spot node pool. Node pool names are globally unique across cloudspaces, so no cloudspace is needed.

NameTypeReqDescription
namestringyesnode pool name (a UUID)

No output schema declared.

No examples provided.

getVMCloudspace ~30

Get details of a specific VM Cloudspace

NameTypeReqDescription
namestringyesVM cloudspace name

No output schema declared.

No examples provided.

getVMPool ~31

Get details of a specific VM Pool

NameTypeReqDescription
namestringyesVM pool name (a UUID)

No output schema declared.

No examples provided.

getVMSSHKey ~30

Get details of a specific VM SSH key

NameTypeReqDescription
namestringyesVM SSH key name

No output schema declared.

No examples provided.

listCloudspaces ~18

List all Kubernetes Cloudspaces in your organization

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listOnDemandNodePools ~34

List all On-Demand node pools in a Cloudspace

NameTypeReqDescription
cloudspacestringyescloudspace name

No output schema declared.

No examples provided.

listOrganizations ~38

List the organizations the user has access to. All other tools operate on the org bound to the current auth token; there's no per-call org selection.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listRegions ~17

List all available regions in Rackspace Spot

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listServerClasses ~53

List available server classes with pricing in Rackspace Spot, optionally filtered by region

NameTypeReqDescription
regionstringregion to filter by (e.g. us-east-iad-1), leave empty to list all regions

No output schema declared.

No examples provided.

listSpotNodePools ~31

List all Spot node pools in a Cloudspace

NameTypeReqDescription
cloudspacestringyescloudspace name

No output schema declared.

No examples provided.

listVMCloudspaces ~19

List all VM Cloudspaces in your organization

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listVMPools ~33

List all VM Pools in a VM Cloudspace

NameTypeReqDescription
vm_cloudspacestringyesVM cloudspace name

No output schema declared.

No examples provided.

listVMSSHKeys ~19

List all VM SSH keys in your organization

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

searchServers ~97

Search Rackspace Spot server classes by region, cores, memory, and price

NameTypeReqDescription
max_pricenull|numbermaximum price, default 1000
min_coresnull|integerminimum number of cores, default 1
min_memory_gbnull|numberminimum amount of memory in GB, default 4
regionstringregion to search in, default all regions

No output schema declared.

No examples provided.

updateOnDemandNodePool ~218

Update an On-Demand node pool (scale nodes, autoscaling, or node annotations/labels/taints). Node pool names are globally unique across cloudspaces, so no cloudspace is needed. Pass only the field(s) you want to change; omitted fields are left unchanged - EXCEPT autoscaling: every update disables autoscaling unless autoscaling_enabled is passed again (API limitation).

NameTypeReqDescription
autoscaling_enabledbooleanenable node autoscaling; set min_nodes and max_nodes with it. Default false.
custom_annotationsobjectKubernetes annotations applied to the pool's nodes
custom_labelsobjectKubernetes labels applied to the pool's nodes
custom_taintsnull|arrayKubernetes taints applied to the pool's nodes
desirednull|integerdesired number of nodes
max_nodesintegerautoscaling maximum node count
min_nodesintegerautoscaling minimum node count
namestringyesnode pool name (a UUID)

No output schema declared.

No examples provided.

updateSpotNodePool ~251

Update a Spot node pool (scale nodes, change bid price, autoscaling, or node annotations/labels/taints). Node pool names are globally unique across cloudspaces, so no cloudspace is needed. Pass only the field(s) you want to change; omitted fields are left unchanged - EXCEPT autoscaling: every update disables autoscaling unless autoscaling_enabled is passed again (API limitation).

NameTypeReqDescription
autoscaling_enabledbooleanenable node autoscaling; set min_nodes and max_nodes with it. Default false.
bid_pricestringnew bid price: decimal USD per hour as a plain string, no currency symbol, e.g. 0.50.
custom_annotationsobjectKubernetes annotations applied to the pool's nodes
custom_labelsobjectKubernetes labels applied to the pool's nodes
custom_taintsnull|arrayKubernetes taints applied to the pool's nodes
desirednull|integerdesired number of nodes
max_nodesintegerautoscaling maximum node count
min_nodesintegerautoscaling minimum node count
namestringyesnode pool name (a UUID)

No output schema declared.

No examples provided.

updateVMCloudspace ~55

Update a VM Cloudspace (set or clear the preemption webhook URL)

NameTypeReqDescription
namestringyesVM cloudspace name
webhookstringyespreemption webhook URL; pass an empty string to clear it

No output schema declared.

No examples provided.

updateVMPool ~99

Update a VM Pool (scale VMs or change bid price). Pass only the field(s) you want to change; omitted fields are left unchanged.

NameTypeReqDescription
bid_pricestringnew bid price: decimal USD per hour as a plain string, no currency symbol, e.g. 0.50.
desirednull|integerdesired number of VMs
namestringyesVM pool name (a UUID)

No output schema declared.

No examples provided.