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

IONOS CLOUD MCP Server

OCI · GHCR.IO/IONOS-CLOUD/IONOSCLOUD-MCP:1.1.0 · SCANNED AUG 22

Inspect IONOS CLOUD infrastructure via MCP

42 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
  • 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.

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 · ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0

# add to Claude Code
claude mcp add ionos-cloud-ionoscloud-mcp -- docker run --rm -i ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0
# add to Codex CLI
codex mcp add ionos-cloud-ionoscloud-mcp -- docker run --rm -i ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0
// opencode.json
{
  "$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
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  ionos-cloud-ionoscloud-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0"]
// mcp.json
{
  "mcpServers": {
    "ionos-cloud-ionoscloud-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ionos-cloud/ionoscloud-mcp:1.1.0"
      ]
    }
  }
}
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.

  • 18 Aug 26 42

    First indexed and scored.

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 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
MCP tools · 118 exposed · ~9,852 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
get_application_loadbalancer ~83

Get details of a specific application load balancer (ALB)

NameTypeReqDescription
application_loadbalancer_idstringyesthe ID of the application load balancer
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)

No output schema declared.

No examples provided.

get_billing_focus_spec ~61

Returns the FOCUS v1.3 column specification and IONOS tool → FOCUS field mappings. Call before mapping IONOS invoice/usage/traffic data to FOCUS format, or when user asks for FOCUS-compliant cost output.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_billing_invoice ~93

Get the detailed line-item breakdown for a specific invoice by ID. Use list_billing_invoices first to find available invoice IDs. For FOCUS v1.3 compliant output, read resource ionos://billing/focus-v1.3.

NameTypeReqDescription
contractintegeryescontract number from get_billing_profile
invoice_idstringyesthe invoice ID (e.g. GY00111111)

No output schema declared.

No examples provided.

get_billing_profile ~45

Get the billing profile for your IONOS CLOUD account. Call this first before any other billing tool — the contract number in the response is required by all other billing tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_billing_usage_by_datacenter ~129

Get aggregated resource usage for a specific datacenter (VDC UUID) in the current billing period. Use list_billing_usage first to find datacenter IDs. Defaults exclude zero-quantity meters (set include_zero=true to keep them). For FOCUS v1.3 compliant output, read resource ionos://billing/focus-v1.3.

NameTypeReqDescription
contractintegeryescontract number from get_billing_profile
datacenter_idstringyesthe VDC UUID
include_zeronull|booleaninclude meters with quantity 0 (default false)

No output schema declared.

No examples provided.

get_billing_utilization_daily ~341

Get per-resource utilization for a specific date (YYYY-MM-DD). Use this for day-level analysis within a month. Same compaction flags as list_billing_utilization. For contracts with many datacenters, scope with regions, datacenter_id, or meter_types — or set top_n=10 for a flat global top-N list — before group_by=datacenter to keep the response under 25 KB. For FOCUS v1.3 compliant output, read resource ionos://billing/focus-v1.3.

NameTypeReqDescription
contractintegeryescontract number from get_billing_profile
datacenter_idnull|stringscope to a single datacenter (VDC UUID)
datestringyesdate in YYYY-MM-DD format (e.g. 2026-04-15)
group_bynull|stringaggregation level: omitted or '' = per-resource (default), 'meter' = sum per SKU per datacenter, 'datacenter' = sum per type per datacenter
include_zeronull|booleaninclude meters with quantity 0 (default false)
meter_typesnull|arrayfilter to these meter type categories only (client-side); e.g. ['DBAAS']
regionsnull|arrayfilter to these regions only (client-side); e.g. ['de/fra']
top_nnull|integerreturn only the N largest meters globally, sorted by quantity desc (flat list, datacenters[] omitted). When combined with group_by='datacenter', top_meters[] rows have no meter_id

No output schema declared.

No examples provided.

get_cert_auto_certificate ~37

Get details of a specific auto-certificate by ID

NameTypeReqDescription
auto_certificate_idstringyesthe ID of the auto-certificate

No output schema declared.

No examples provided.

get_cert_certificate ~47

Get details of a specific SSL/TLS certificate by ID. Returns certificate metadata and public key material but not the private key.

NameTypeReqDescription
certificate_idstringyesthe ID of the certificate

No output schema declared.

No examples provided.

get_cert_provider ~44

Get details of a specific certificate provider by ID. Returns provider configuration but not the external account binding secret.

NameTypeReqDescription
provider_idstringyesthe ID of the certificate provider

No output schema declared.

No examples provided.

get_contract ~40

Get contract and resource limit information for your IONOS CLOUD account

NameTypeReqDescription
depthnull|integernesting depth of returned objects (0-5)

No output schema declared.

No examples provided.

get_datacenter ~58

Get details of a specific virtual data center

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)

No output schema declared.

No examples provided.

get_dns_quota ~24

Get DNS quota usage and limits for your IONOS CLOUD account

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_dns_record ~48

Get details of a specific DNS record in a zone

NameTypeReqDescription
record_idstringyesthe ID of the DNS record
zone_idstringyesthe ID of the DNS zone

No output schema declared.

No examples provided.

get_dns_reverse_record ~35

Get details of a specific reverse DNS record

NameTypeReqDescription
reverse_record_idstringyesthe ID of the reverse DNS record

No output schema declared.

No examples provided.

get_dns_secondary_zone ~35

Get details of a specific secondary DNS zone

NameTypeReqDescription
secondary_zone_idstringyesthe ID of the secondary DNS zone

No output schema declared.

No examples provided.

get_dns_secondary_zone_axfr ~44

Get the zone transfer (AXFR) status of a specific secondary DNS zone

NameTypeReqDescription
secondary_zone_idstringyesthe ID of the secondary DNS zone

No output schema declared.

No examples provided.

get_dns_zone ~31

Get details of a specific DNS zone

NameTypeReqDescription
zone_idstringyesthe ID of the DNS zone

No output schema declared.

No examples provided.

get_dns_zone_file ~39

Get the zone file (BIND format) for a specific DNS zone

NameTypeReqDescription
zone_idstringyesthe ID of the DNS zone

No output schema declared.

No examples provided.

get_firewall_rule ~93

Get details of a specific firewall rule

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5)
firewallrule_idstringyesthe ID of the firewall rule
nic_idstringyesthe ID of the network interface
server_idstringyesthe ID of the server

No output schema declared.

No examples provided.

get_ip_block ~51

Get details of a specific reserved IP block

NameTypeReqDescription
depthnull|integernesting depth of returned objects (0-5)
ipblock_idstringyesthe ID of the IP block

No output schema declared.

No examples provided.

get_k8s_cluster ~112

Get details of a specific Kubernetes cluster: state, version, maintenance window, API server allow list and whether it is public or private. Read this before an upgrade — availableUpgradeVersions lists the versions update_k8s_cluster accepts, and viableNodePoolVersions the ones its node pools may run.

NameTypeReqDescription
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)
k8s_cluster_idstringyesthe ID of the Kubernetes cluster

No output schema declared.

No examples provided.

get_k8s_default_version ~49

Get the current default Kubernetes version used by new clusters and node pools in IONOS CLOUD. This is the version create_k8s_cluster picks when k8s_version is omitted.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_k8s_node ~100

Get details of a specific worker node in a Kubernetes node pool: its name, state, Kubernetes version and IP addresses.

NameTypeReqDescription
depthnull|integernesting depth of returned objects (0-5)
k8s_cluster_idstringyesthe ID of the Kubernetes cluster
node_idstringyesthe ID of the Kubernetes node
nodepool_idstringyesthe ID of the Kubernetes node pool

No output schema declared.

No examples provided.

get_k8s_nodepool ~138

Get details of a specific Kubernetes node pool: node count, node hardware, autoscaling bounds, attached LANs, labels and annotations. Read this before calling update_k8s_nodepool with lans, labels, annotations or public_ips, since each of those replaces the whole list. availableUpgradeVersions lists the versions the pool can move to.

NameTypeReqDescription
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)
k8s_cluster_idstringyesthe ID of the Kubernetes cluster
nodepool_idstringyesthe ID of the Kubernetes node pool

No output schema declared.

No examples provided.

get_lan ~69

Get details of a specific LAN

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)
lan_idstringyesthe ID of the LAN

No output schema declared.

No examples provided.

get_loadbalancer ~76

Get details of a specific load balancer

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)
loadbalancer_idstringyesthe ID of the load balancer

No output schema declared.

No examples provided.

get_nat_gateway ~72

Get details of a specific NAT gateway

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)
nat_gateway_idstringyesthe ID of the NAT gateway

No output schema declared.

No examples provided.

get_network_loadbalancer ~83

Get details of a specific network load balancer (NLB)

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)
network_loadbalancer_idstringyesthe ID of the network load balancer

No output schema declared.

No examples provided.

get_nic ~86

Get details of a specific network interface (NIC)

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)
nic_idstringyesthe ID of the network interface
server_idstringyesthe ID of the server

No output schema declared.

No examples provided.

get_object_storage_access_key ~50

Get details of a specific Object Storage access key by its ID. Returns key metadata but not the secret key.

NameTypeReqDescription
access_key_idstringyesthe ID of the object storage access key

No output schema declared.

No examples provided.

get_object_storage_bucket_cors ~37

Get the CORS configuration for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_encryption ~38

Get the server-side encryption configuration for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_lifecycle ~36

Get the lifecycle configuration for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_location ~35

Get the region/location of an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_lock_configuration ~37

Get the Object Lock configuration for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_policy ~35

Get the bucket policy for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_policy_status ~43

Get the policy status for an Object Storage bucket, indicating whether the bucket is public.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_public_access_block ~39

Get the public access block configuration for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_replication ~36

Get the replication configuration for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_tagging ~35

Get the tags for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_bucket_versioning ~37

Get the versioning configuration for an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket

No output schema declared.

No examples provided.

get_object_storage_object_legal_hold ~58

Get the Object Lock legal hold status for an object in an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket
keystringyesthe object key (path within the bucket)

No output schema declared.

No examples provided.

get_object_storage_object_retention ~56

Get the Object Lock retention configuration for an object in an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket
keystringyesthe object key (path within the bucket)

No output schema declared.

No examples provided.

get_object_storage_object_tagging ~53

Get the tags for an object in an Object Storage bucket.

NameTypeReqDescription
bucketstringyesthe name of the object storage bucket
keystringyesthe object key (path within the bucket)

No output schema declared.

No examples provided.

get_object_storage_region ~47

Get details of a specific Object Storage region by name (e.g. eu-central-3).

NameTypeReqDescription
regionstringyesthe region name (e.g. eu-central-3)

No output schema declared.

No examples provided.

get_private_cross_connect ~53

Get details of a specific private cross-connect

NameTypeReqDescription
depthnull|integernesting depth of returned objects (0-5)
pcc_idstringyesthe ID of the private cross-connect

No output schema declared.

No examples provided.

get_request ~47

Get details of a specific API request

NameTypeReqDescription
depthnull|integernesting depth of returned objects (0-5)
request_idstringyesthe ID of the request

No output schema declared.

No examples provided.

get_request_status ~49

Get the status of a specific API request

NameTypeReqDescription
depthnull|integernesting depth of returned objects (0-5)
request_idstringyesthe ID of the request

No output schema declared.

No examples provided.

get_security_group ~72

Get details of a specific security group

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5, default 1 for list operations)
security_group_idstringyesthe ID of the security group

No output schema declared.

No examples provided.

get_security_group_rule ~82

Get details of a specific security group rule

NameTypeReqDescription
datacenter_idstringyesthe ID of the data center
depthnull|integernesting depth of returned objects (0-5)
rule_idstringyesthe ID of the security group rule
security_group_idstringyesthe ID of the security group

No output schema declared.

No examples provided.