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.
Available components
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
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 18 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
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.
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
claude mcp add rackspace-spot-spot-mcp -- docker run --rm -i docker.io/rackspacengpc/spot-mcp:latest
codex mcp add rackspace-spot-spot-mcp -- docker run --rm -i docker.io/rackspacengpc/spot-mcp:latest
{
"$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
}
}
} mcp_servers:
rackspace-spot-spot-mcp:
command: "docker"
args: ["run", "--rm", "-i", "docker.io/rackspacengpc/spot-mcp:latest"] {
"mcpServers": {
"rackspace-spot-spot-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/rackspacengpc/spot-mcp:latest"
]
}
}
} 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
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
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.
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).
| Name | Type | Req | Description |
|---|---|---|---|
| cni | string | — | CNI plugin, default calico |
| kubernetes_version | string | yes | Kubernetes version, e.g. 1.31.1. No tool lists valid versions; if the user did not specify one, use 1.33. |
| name | string | yes | cloudspace name |
| region | string | yes | region name, e.g. us-east-iad-1 |
| webhook | string | — | preemption 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.
| Name | Type | Req | Description |
|---|---|---|---|
| autoscaling_enabled | boolean | — | enable node autoscaling; set min_nodes and max_nodes with it. Default false. |
| cloudspace | string | yes | cloudspace name |
| custom_annotations | object | — | Kubernetes annotations applied to the pool's nodes |
| custom_labels | object | — | Kubernetes labels applied to the pool's nodes |
| custom_taints | null|array | — | Kubernetes taints applied to the pool's nodes |
| desired | null|integer | — | desired number of nodes, default 1 |
| max_nodes | integer | — | autoscaling maximum node count |
| min_nodes | integer | — | autoscaling minimum node count |
| name | string | yes | node pool name; must be a UUID. This exact name is the identifier for get/update/delete. |
| server_class | string | yes | server 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.
| Name | Type | Req | Description |
|---|---|---|---|
| autoscaling_enabled | boolean | — | enable node autoscaling; set min_nodes and max_nodes with it. Default false. |
| bid_price | string | yes | decimal USD per hour as a plain string, no currency symbol, e.g. 0.50. |
| cloudspace | string | yes | cloudspace name |
| custom_annotations | object | — | Kubernetes annotations applied to the pool's nodes |
| custom_labels | object | — | Kubernetes labels applied to the pool's nodes |
| custom_taints | null|array | — | Kubernetes taints applied to the pool's nodes |
| desired | null|integer | — | desired number of nodes, default 1 |
| max_nodes | integer | — | autoscaling maximum node count |
| min_nodes | integer | — | autoscaling minimum node count |
| name | string | yes | node pool name; must be a UUID. This exact name is the identifier for get/update/delete. |
| server_class | string | yes | server class name |
No output schema declared.
No examples provided.
createVMCloudspace ~115
Create a new VM Cloudspace in Rackspace Spot
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | VM cloudspace name |
| region | string | yes | region name, e.g. us-east-iad-1 |
| vm_ssh_key | string | yes | name of an existing VM SSH key (see createVMSSHKey) to use for this VM Cloudspace |
| webhook | string | — | preemption 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
| Name | Type | Req | Description |
|---|---|---|---|
| bid_price | string | yes | decimal USD per hour as a plain string, no currency symbol, e.g. 0.50. |
| desired | null|integer | — | desired number of VMs, default 1 |
| name | string | yes | VM pool name; must be a UUID. This exact name is the identifier for get/update/delete. |
| pool_type | string | — | spot (bid-based, preemptible) or ondemand; default spot |
| server_class | string | yes | server class name |
| vm_cloudspace | string | yes | VM cloudspace name |
| vm_image | string | — | VM image name, default ubuntu24.04 |
| vm_userdata | string | — | cloud-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
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | optional description |
| name | string | yes | VM SSH key name |
| public_key | string | yes | SSH 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | cloudspace 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | node 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | node 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | VM cloudspace name |
No output schema declared.
No examples provided.
deleteVMPool ~28
Delete a VM Pool
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | VM pool name (a UUID) |
No output schema declared.
No examples provided.
deleteVMSSHKey ~27
Delete a VM SSH key
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | VM SSH key name |
No output schema declared.
No examples provided.
getCloudspace ~28
Get details of a specific Kubernetes Cloudspace
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | cloudspace 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | cloudspace 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | node pool name (a UUID) |
No output schema declared.
No examples provided.
getRegion ~34
Get details of a specific region
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | region 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
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | server 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | node pool name (a UUID) |
No output schema declared.
No examples provided.
getVMCloudspace ~30
Get details of a specific VM Cloudspace
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | VM cloudspace name |
No output schema declared.
No examples provided.
getVMPool ~31
Get details of a specific VM Pool
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | VM pool name (a UUID) |
No output schema declared.
No examples provided.
getVMSSHKey ~30
Get details of a specific VM SSH key
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | VM 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
| Name | Type | Req | Description |
|---|---|---|---|
| cloudspace | string | yes | cloudspace 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
| Name | Type | Req | Description |
|---|---|---|---|
| region | string | — | region 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
| Name | Type | Req | Description |
|---|---|---|---|
| cloudspace | string | yes | cloudspace 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
| Name | Type | Req | Description |
|---|---|---|---|
| vm_cloudspace | string | yes | VM 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
| Name | Type | Req | Description |
|---|---|---|---|
| max_price | null|number | — | maximum price, default 1000 |
| min_cores | null|integer | — | minimum number of cores, default 1 |
| min_memory_gb | null|number | — | minimum amount of memory in GB, default 4 |
| region | string | — | region 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).
| Name | Type | Req | Description |
|---|---|---|---|
| autoscaling_enabled | boolean | — | enable node autoscaling; set min_nodes and max_nodes with it. Default false. |
| custom_annotations | object | — | Kubernetes annotations applied to the pool's nodes |
| custom_labels | object | — | Kubernetes labels applied to the pool's nodes |
| custom_taints | null|array | — | Kubernetes taints applied to the pool's nodes |
| desired | null|integer | — | desired number of nodes |
| max_nodes | integer | — | autoscaling maximum node count |
| min_nodes | integer | — | autoscaling minimum node count |
| name | string | yes | node 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).
| Name | Type | Req | Description |
|---|---|---|---|
| autoscaling_enabled | boolean | — | enable node autoscaling; set min_nodes and max_nodes with it. Default false. |
| bid_price | string | — | new bid price: decimal USD per hour as a plain string, no currency symbol, e.g. 0.50. |
| custom_annotations | object | — | Kubernetes annotations applied to the pool's nodes |
| custom_labels | object | — | Kubernetes labels applied to the pool's nodes |
| custom_taints | null|array | — | Kubernetes taints applied to the pool's nodes |
| desired | null|integer | — | desired number of nodes |
| max_nodes | integer | — | autoscaling maximum node count |
| min_nodes | integer | — | autoscaling minimum node count |
| name | string | yes | node pool name (a UUID) |
No output schema declared.
No examples provided.
updateVMCloudspace ~55
Update a VM Cloudspace (set or clear the preemption webhook URL)
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | VM cloudspace name |
| webhook | string | yes | preemption 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.
| Name | Type | Req | Description |
|---|---|---|---|
| bid_price | string | — | new bid price: decimal USD per hour as a plain string, no currency symbol, e.g. 0.50. |
| desired | null|integer | — | desired number of VMs |
| name | string | yes | VM pool name (a UUID) |
No output schema declared.
No examples provided.