IONOS CLOUD MCP Server
OCI · GHCR.IO/IONOS-CLOUD/IONOSCLOUD-MCP:1.1.0 · SCANNED AUG 22
Inspect IONOS CLOUD infrastructure via MCP
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
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 4 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability89
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 9893 tokens (~83/item across 119 items; 118 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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: 2 categories
Categories scored 0 because we could not verify them: 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 · ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0
claude mcp add ionos-cloud-ionoscloud-mcp -- docker run --rm -i ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0
codex mcp add ionos-cloud-ionoscloud-mcp -- docker run --rm -i ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ionos-cloud-ionoscloud-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0"
],
"enabled": true
}
}
} mcp_servers:
ionos-cloud-ionoscloud-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0"] {
"mcpServers": {
"ionos-cloud-ionoscloud-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0"
]
}
}
} 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.
- 18 Aug 26 42
First indexed and scored.
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 22 Aug 2026 · Analysed oci/ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
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.
list_nlb_forwarding_rules ~124
List all forwarding rules of a network load balancer
| Name | Type | Req | Description |
|---|---|---|---|
| datacenter_id | string | yes | the ID of the data center |
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
| network_loadbalancer_id | string | yes | the ID of the network load balancer |
No output schema declared.
No examples provided.
list_object_storage_access_keys ~32
List all Object Storage access keys for the contract. Returns key IDs and metadata but not the secret keys.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_object_storage_buckets ~21
List all Object Storage buckets owned by the contract.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_object_storage_object_versions ~66
List all versions of objects in an Object Storage bucket. Requires versioning to be enabled on the bucket. Supports an optional prefix filter.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket | string | yes | the name of the object storage bucket |
| prefix | null|string | – | optional key prefix to filter versions |
No output schema declared.
No examples provided.
list_object_storage_objects ~184
List objects in an Object Storage bucket. Supports an optional prefix to filter by key path (e.g. 'images/' to list only objects under that prefix), an optional continuation_token to continue from a previous page, and an optional max_keys to control page size. Returns up to 1000 objects per call by default; use the next_continuation_token from the response as continuation_token in a subsequent call to page through larger result sets.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket | string | yes | the name of the object storage bucket |
| continuation_token | null|string | – | optional pagination token returned by a previous list operation to continue listing objects |
| max_keys | null|integer | – | optional maximum number of objects to return in a single page |
| prefix | null|string | – | optional key prefix to filter results (e.g. 'images/' to list only objects under that path) |
No output schema declared.
No examples provided.
list_object_storage_regions ~17
List all available Object Storage regions.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_private_cross_connects ~92
List all private cross-connects in your IONOS CLOUD account
| Name | Type | Req | Description |
|---|---|---|---|
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
No output schema declared.
No examples provided.
list_requests ~99
List all API requests in your IONOS CLOUD account
| Name | Type | Req | Description |
|---|---|---|---|
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"method":"POST","requestStatus":"DONE","createdBy":"user@example.com"} If the result is empty, retry without filters — a filter typ… |
No output schema declared.
No examples provided.
list_security_group_rules ~126
List all rules in a specific security group
| Name | Type | Req | Description |
|---|---|---|---|
| datacenter_id | string | yes | the ID of the data center |
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod","type":"INGRESS","direction":"INBOUND"} If the result is empty, retry without filters — a filter typo or mismatch sil… |
| security_group_id | string | yes | the ID of the security group |
No output schema declared.
No examples provided.
list_security_groups ~100
List all security groups in a data center
| Name | Type | Req | Description |
|---|---|---|---|
| datacenter_id | string | yes | the ID of the data center |
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
No output schema declared.
No examples provided.
list_server_cdroms ~117
List all CD-ROMs attached to a specific server
| Name | Type | Req | Description |
|---|---|---|---|
| datacenter_id | string | yes | the ID of the data center |
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
| server_id | string | yes | the ID of the server |
No output schema declared.
No examples provided.
list_server_gpus ~114
List all GPUs attached to a specific server
| Name | Type | Req | Description |
|---|---|---|---|
| datacenter_id | string | yes | the ID of the data center |
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
| server_id | string | yes | the ID of the server |
No output schema declared.
No examples provided.
list_server_volumes ~114
List all volumes attached to a specific server
| Name | Type | Req | Description |
|---|---|---|---|
| datacenter_id | string | yes | the ID of the data center |
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
| server_id | string | yes | the ID of the server |
No output schema declared.
No examples provided.
list_servers ~98
List all servers in a data center
| Name | Type | Req | Description |
|---|---|---|---|
| datacenter_id | string | yes | the ID of the data center |
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
No output schema declared.
No examples provided.
list_snapshots ~93
List all snapshots in your IONOS CLOUD account
| Name | Type | Req | Description |
|---|---|---|---|
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod","location":"de/fra"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothi… |
No output schema declared.
No examples provided.
list_target_groups ~88
List all target groups in your IONOS CLOUD account
| Name | Type | Req | Description |
|---|---|---|---|
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
No output schema declared.
No examples provided.
list_templates ~96
List all available server templates in IONOS CLOUD
| Name | Type | Req | Description |
|---|---|---|---|
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod","cpuFamily":"INTEL_SKYLAKE"} If the result is empty, retry without filters — a filter typo or mismatch silently retur… |
No output schema declared.
No examples provided.
list_volumes ~99
List all volumes in a data center
| Name | Type | Req | Description |
|---|---|---|---|
| datacenter_id | string | yes | the ID of the data center |
| depth | null|integer | – | nesting depth of returned objects (0-5, default 1) |
| filters | object | – | server-side filters as property→value pairs (contains match); e.g. {"name":"prod"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. |
No output schema declared.
No examples provided.