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_account_list ~16
List all accessible accounts
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_account_show ~16
Show current account information
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_api ~28
View or set IBM Cloud API endpoint
| Name | Type | Req | Description |
|---|---|---|---|
| endpoint | string | — | API endpoint URL |
No output schema declared.
No examples provided.
ibmcloud_billing_account_usage ~32
Get account usage for a billing period
| Name | Type | Req | Description |
|---|---|---|---|
| month | string | — | Month (YYYY-MM) |
No output schema declared.
No examples provided.
ibmcloud_billing_org_usage ~40
Get Cloud Foundry org usage
| Name | Type | Req | Description |
|---|---|---|---|
| month | string | — | Month (YYYY-MM) |
| org | string | yes | Organization name |
No output schema declared.
No examples provided.
ibmcloud_billing_resource_group_usage ~41
Get resource group usage
| Name | Type | Req | Description |
|---|---|---|---|
| month | string | — | Month (YYYY-MM) |
| resource_group | string | yes | Resource group name |
No output schema declared.
No examples provided.
ibmcloud_billing_resource_instances_usage ~43
Get usage for resource instances
| Name | Type | Req | Description |
|---|---|---|---|
| month | string | — | Month (YYYY-MM) |
| resource_group | string | — | Filter by resource group |
No output schema declared.
No examples provided.
ibmcloud_catalog_search ~25
Search the service catalog
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
No output schema declared.
No examples provided.
ibmcloud_catalog_service ~27
Get details about a catalog service
| Name | Type | Req | Description |
|---|---|---|---|
| service | string | yes | Service name |
No output schema declared.
No examples provided.
ibmcloud_catalog_service_plans ~29
List plans for a catalog service
| Name | Type | Req | Description |
|---|---|---|---|
| service | string | yes | Service name |
No output schema declared.
No examples provided.
ibmcloud_cf_app ~27
Get Cloud Foundry application details
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Application name |
No output schema declared.
No examples provided.
ibmcloud_cf_apps ~17
List Cloud Foundry applications
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_cf_bind_service ~50
Bind a service to an application
| Name | Type | Req | Description |
|---|---|---|---|
| app_name | string | yes | Application name |
| parameters | string | — | JSON binding parameters |
| service_instance | string | yes | Service instance name |
No output schema declared.
No examples provided.
ibmcloud_cf_create_service ~59
Create a Cloud Foundry service instance
| Name | Type | Req | Description |
|---|---|---|---|
| instance_name | string | yes | Service instance name |
| parameters | string | — | JSON parameters |
| plan | string | yes | Service plan |
| service | string | yes | Service offering name |
No output schema declared.
No examples provided.
ibmcloud_cf_delete ~50
Delete a Cloud Foundry application
| Name | Type | Req | Description |
|---|---|---|---|
| delete_routes | boolean | — | Also delete mapped routes |
| force | boolean | — | Force deletion without confirmation |
| name | string | yes | Application name |
No output schema declared.
No examples provided.
ibmcloud_cf_env ~27
Show environment variables for an application
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Application name |
No output schema declared.
No examples provided.
ibmcloud_cf_logs ~41
View recent logs for an application
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Application name |
| recent | boolean | — | Show recent logs (default: true) |
No output schema declared.
No examples provided.
ibmcloud_cf_marketplace ~29
List marketplace services
| Name | Type | Req | Description |
|---|---|---|---|
| service | string | — | Show plans for a specific service |
No output schema declared.
No examples provided.
ibmcloud_cf_orgs ~18
List Cloud Foundry organizations
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_cf_push ~101
Deploy a Cloud Foundry application
| Name | Type | Req | Description |
|---|---|---|---|
| buildpack | string | — | Buildpack name or URL |
| docker_image | string | — | Docker image |
| instances | number | — | Number of instances |
| manifest | string | — | Path to manifest file |
| memory | string | — | Memory limit (e.g., 256M, 1G) |
| name | string | — | Application name |
| path | string | — | Path to application |
No output schema declared.
No examples provided.
ibmcloud_cf_restart ~27
Restart a Cloud Foundry application
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Application name |
No output schema declared.
No examples provided.
ibmcloud_cf_routes ~17
List Cloud Foundry routes
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_cf_scale ~69
Scale a Cloud Foundry application
| Name | Type | Req | Description |
|---|---|---|---|
| disk | string | — | Disk limit (e.g., 1G) |
| instances | number | — | Number of instances |
| memory | string | — | Memory limit (e.g., 512M) |
| name | string | yes | Application name |
No output schema declared.
No examples provided.
ibmcloud_cf_services ~17
List Cloud Foundry services
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_cf_set_env ~51
Set an environment variable for an application
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Application name |
| var_name | string | yes | Environment variable name |
| var_value | string | yes | Environment variable value |
No output schema declared.
No examples provided.
ibmcloud_cf_spaces ~26
List Cloud Foundry spaces
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | Organization name |
No output schema declared.
No examples provided.
ibmcloud_cf_start ~27
Start a Cloud Foundry application
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Application name |
No output schema declared.
No examples provided.
ibmcloud_cf_stop ~27
Stop a Cloud Foundry application
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Application name |
No output schema declared.
No examples provided.
ibmcloud_cf_unbind_service ~42
Unbind a service from an application
| Name | Type | Req | Description |
|---|---|---|---|
| app_name | string | yes | Application name |
| service_instance | string | yes | Service instance name |
No output schema declared.
No examples provided.
ibmcloud_config_list ~15
List CLI configuration
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_cr_image_rm ~37
Remove a container image
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Force deletion |
| image | string | yes | Image name with tag |
No output schema declared.
No examples provided.
ibmcloud_cr_images ~37
List container images
| Name | Type | Req | Description |
|---|---|---|---|
| include_ibm | boolean | — | Include IBM images |
| repository | string | — | Filter by repository |
No output schema declared.
No examples provided.
ibmcloud_cr_namespace_add ~37
Create a Container Registry namespace
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Namespace name |
| resource_group | string | — | Resource group |
No output schema declared.
No examples provided.
ibmcloud_cr_namespaces ~17
List Container Registry namespaces
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_cr_quota ~18
Get Container Registry quota information
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_iam_access_group ~28
Get access group details
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Access group name |
No output schema declared.
No examples provided.
ibmcloud_iam_access_group_create ~37
Create an access group
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Description |
| name | string | yes | Access group name |
No output schema declared.
No examples provided.
ibmcloud_iam_access_group_policies ~32
List policies for an access group
| Name | Type | Req | Description |
|---|---|---|---|
| group | string | yes | Access group name |
No output schema declared.
No examples provided.
ibmcloud_iam_access_group_policy_create ~84
Create a policy for an access group
| Name | Type | Req | Description |
|---|---|---|---|
| group | string | yes | Access group name |
| resource | string | — | Resource name |
| resource_group | string | — | Resource group name |
| resource_type | string | — | Resource type |
| roles | string | yes | Comma-separated roles |
| service_name | string | — | Service name |
No output schema declared.
No examples provided.
ibmcloud_iam_access_group_user_add ~44
Add users to an access group
| Name | Type | Req | Description |
|---|---|---|---|
| group | string | yes | Access group name |
| users | string | yes | Comma-separated user IDs |
No output schema declared.
No examples provided.
ibmcloud_iam_access_group_users ~31
List users in an access group
| Name | Type | Req | Description |
|---|---|---|---|
| group | string | yes | Access group name |
No output schema declared.
No examples provided.
ibmcloud_iam_access_groups ~17
List access groups
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_iam_api_key_create ~52
Create an API key
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | API key description |
| file | string | — | File path to save the key |
| name | string | yes | API key name |
No output schema declared.
No examples provided.
ibmcloud_iam_api_key_delete ~40
Delete an API key
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Force deletion |
| name | string | yes | API key name or ID |
No output schema declared.
No examples provided.
ibmcloud_iam_api_keys ~17
List API keys
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ibmcloud_iam_roles ~27
List IAM roles
| Name | Type | Req | Description |
|---|---|---|---|
| service | string | — | Filter by service name |
No output schema declared.
No examples provided.
ibmcloud_iam_service_api_key_create ~68
Create an API key for a service ID
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Description |
| file | string | — | File path to save the key |
| name | string | yes | API key name |
| service_id | string | yes | Service ID name or UUID |
No output schema declared.
No examples provided.
ibmcloud_iam_service_api_keys ~35
List API keys for a service ID
| Name | Type | Req | Description |
|---|---|---|---|
| service_id | string | yes | Service ID name or UUID |
No output schema declared.
No examples provided.
ibmcloud_iam_service_id ~30
Get service ID details
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Service ID name or UUID |
No output schema declared.
No examples provided.
ibmcloud_iam_service_id_create ~37
Create a service ID
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Description |
| name | string | yes | Service ID name |
No output schema declared.
No examples provided.