io.github.ExpertVagabond/ibmcloud
NPM · IBMCLOUD-MCP-SERVER · SCANNED AUG 3
IBM Cloud CLI MCP server
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 169 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 3224 tokens (~36/item across 88 items; 88 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
- 99% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
- 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
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.
npm · ibmcloud-mcp-server
claude mcp add expertvagabond-ibmcloud -- npx -y ibmcloud-mcp-server
codex mcp add expertvagabond-ibmcloud -- npx -y ibmcloud-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"expertvagabond-ibmcloud": {
"type": "local",
"command": [
"npx",
"-y",
"ibmcloud-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add expertvagabond-ibmcloud --command npx --arg -y --arg ibmcloud-mcp-server
mcp_servers:
expertvagabond-ibmcloud:
command: "npx"
args: ["-y", "ibmcloud-mcp-server"] {
"mcpServers": {
"expertvagabond-ibmcloud": {
"command": "npx",
"args": [
"-y",
"ibmcloud-mcp-server"
]
}
}
} 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.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +15
- Known CVEs: partial → unverified ▼ security
- Malware scan: unverified → pass ▲ security
- Dependency health: partial → unverified ▼ functional
- Stability: unverified → 0.23 ▲ functional
- 1 Aug 26 +26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 30 Jul 26 +22
- Tool coverage: unverified → 99 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 99 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
ibmcloud_iam_service_id_delete ~40
Delete a service ID
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Force deletion |
| name | string | yes | Service ID name or UUID |
No output schema declared.
No examples provided.
ibmcloud_iam_service_ids ~17
List service IDs
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_iam_user_invite ~45
Invite a user to the account
| Name | Type | Req | Description |
|---|---|---|---|
| access_groups | string | — | Comma-separated access group names |
| string | yes | User email address |
No output schema declared.
No examples provided.
ibmcloud_iam_users ~18
List users in the account
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_ks_cluster ~27
Get cluster details
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | yes | Cluster name or ID |
No output schema declared.
No examples provided.
ibmcloud_ks_cluster_config ~41
Configure kubectl for a cluster
| Name | Type | Req | Description |
|---|---|---|---|
| admin | boolean | — | Download admin certificates |
| cluster | string | yes | Cluster name or ID |
No output schema declared.
No examples provided.
ibmcloud_ks_cluster_create ~101
Create a Kubernetes cluster
| Name | Type | Req | Description |
|---|---|---|---|
| flavor | string | — | Worker node flavor |
| name | string | yes | Cluster name |
| subnet_id | string | — | Subnet ID for VPC clusters |
| version | string | — | Kubernetes version |
| vpc_id | string | — | VPC ID for VPC clusters |
| workers | number | — | Number of workers |
| zone | string | yes | Zone (e.g., dal10) |
No output schema declared.
No examples provided.
ibmcloud_ks_cluster_delete ~38
Delete a Kubernetes cluster
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | yes | Cluster name or ID |
| force | boolean | — | Force deletion |
No output schema declared.
No examples provided.
ibmcloud_ks_clusters ~33
List Kubernetes clusters
| Name | Type | Req | Description |
|---|---|---|---|
| provider | string | — | Filter by provider (vpc-gen2, classic) |
No output schema declared.
No examples provided.
ibmcloud_ks_flavors ~47
List available machine types/flavors
| Name | Type | Req | Description |
|---|---|---|---|
| provider | string | — | Provider (vpc-gen2, classic) |
| zone | string | yes | Zone to list flavors for |
No output schema declared.
No examples provided.
ibmcloud_ks_versions ~17
List available Kubernetes versions
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_ks_worker_pool_create ~62
Create a worker pool
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | yes | Cluster name or ID |
| flavor | string | yes | Worker node flavor |
| name | string | yes | Worker pool name |
| size_per_zone | number | — | Workers per zone |
No output schema declared.
No examples provided.
ibmcloud_ks_worker_pool_resize ~53
Resize a worker pool
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | yes | Cluster name or ID |
| pool | string | yes | Worker pool name |
| size_per_zone | number | yes | New workers per zone |
No output schema declared.
No examples provided.
ibmcloud_ks_worker_pools ~32
List worker pools in a cluster
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | yes | Cluster name or ID |
No output schema declared.
No examples provided.
ibmcloud_ks_workers ~30
List worker nodes in a cluster
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | yes | Cluster name or ID |
No output schema declared.
No examples provided.
ibmcloud_ks_zones ~37
List available zones
| Name | Type | Req | Description |
|---|---|---|---|
| location | string | — | Filter by location |
| provider | string | — | Filter by provider |
No output schema declared.
No examples provided.
ibmcloud_login ~62
Login to IBM Cloud with API key or SSO
| Name | Type | Req | Description |
|---|---|---|---|
| apikey | string | — | IBM Cloud API key |
| region | string | — | Target region (e.g., us-south) |
| sso | boolean | — | Use SSO for login |
No output schema declared.
No examples provided.
ibmcloud_logout ~15
Logout from IBM Cloud
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_plugin_install ~36
Install a CLI plugin
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Force reinstall if exists |
| plugin | string | yes | Plugin name |
No output schema declared.
No examples provided.
ibmcloud_plugin_list ~16
List installed CLI plugins
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_plugin_repo_plugins ~18
List available plugins from repository
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_regions ~16
List available IBM Cloud regions
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_resource_group_create ~27
Create a resource group
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Resource group name |
No output schema declared.
No examples provided.
ibmcloud_resource_groups ~15
List resource groups
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_resource_search ~28
Search for resources
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (Lucene syntax) |
No output schema declared.
No examples provided.
ibmcloud_resource_service_instance ~31
Get details of a service instance
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Service instance name or ID |
No output schema declared.
No examples provided.
ibmcloud_resource_service_instance_create ~99
Create a service instance
| Name | Type | Req | Description |
|---|---|---|---|
| location | string | — | Location (e.g., global, us-south) |
| name | string | yes | Instance name |
| parameters | string | — | Service-specific parameters as JSON |
| plan | string | yes | Service plan (e.g., standard, lite) |
| resource_group | string | — | Resource group name |
| service | string | yes | Service name (e.g., cloud-object-storage) |
No output schema declared.
No examples provided.
ibmcloud_resource_service_instance_delete ~41
Delete a service instance
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Force deletion without confirmation |
| name | string | yes | Service instance name or ID |
No output schema declared.
No examples provided.
ibmcloud_resource_service_instance_update ~65
Update a service instance
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Service instance name or ID |
| new_name | string | — | New name for the instance |
| parameters | string | — | Service-specific parameters as JSON |
| plan | string | — | New service plan |
No output schema declared.
No examples provided.
ibmcloud_resource_service_instances ~40
List service instances
| Name | Type | Req | Description |
|---|---|---|---|
| resource_group | string | — | Filter by resource group |
| service_name | string | — | Filter by service name |
No output schema declared.
No examples provided.
ibmcloud_resource_service_key ~29
Get details of a service key
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Service key name |
No output schema declared.
No examples provided.
ibmcloud_resource_service_key_create ~69
Create a service key/credential
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | yes | Service instance name |
| name | string | yes | Key name |
| parameters | string | — | Service-specific parameters as JSON |
| role | string | — | IAM role (e.g., Writer, Reader, Manager) |
No output schema declared.
No examples provided.
ibmcloud_resource_service_key_delete ~39
Delete a service key
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Force deletion without confirmation |
| name | string | yes | Service key name |
No output schema declared.
No examples provided.
ibmcloud_resource_service_keys ~28
List service keys/credentials
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Service instance name |
No output schema declared.
No examples provided.
ibmcloud_resource_tag_attach ~42
Attach tags to a resource
| Name | Type | Req | Description |
|---|---|---|---|
| resource_id | string | yes | Resource CRN |
| tags | string | yes | Comma-separated list of tags |
No output schema declared.
No examples provided.
ibmcloud_resource_tags ~27
List tags
| Name | Type | Req | Description |
|---|---|---|---|
| resource_id | string | — | Filter by resource CRN |
No output schema declared.
No examples provided.
ibmcloud_target ~68
View or set target region, resource group, org, and space
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | Target Cloud Foundry org |
| region | string | — | Target region |
| resource_group | string | — | Target resource group |
| space | string | — | Target Cloud Foundry space |
No output schema declared.
No examples provided.
ibmcloud_version ~16
Show IBM Cloud CLI version
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.