io.github.ExpertVagabond/ibmz
NPM · IBMZ-MCP-SERVER · SCANNED AUG 3
IBM Z mainframe MCP server - Key Protect HSM & z/OS
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 Security89
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (156 of 157), 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 (156 of 157), 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 880 tokens (~67/item across 13 items; 13 tools + 0 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: 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.
npm · ibmz-mcp-server
claude mcp add expertvagabond-ibmz -- npx -y ibmz-mcp-server
codex mcp add expertvagabond-ibmz -- npx -y ibmz-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"expertvagabond-ibmz": {
"type": "local",
"command": [
"npx",
"-y",
"ibmz-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add expertvagabond-ibmz --command npx --arg -y --arg ibmz-mcp-server
mcp_servers:
expertvagabond-ibmz:
command: "npx"
args: ["-y", "ibmz-mcp-server"] {
"mcpServers": {
"expertvagabond-ibmz": {
"command": "npx",
"args": [
"-y",
"ibmz-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.
- 2 Aug 26 +45
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 1 Aug 26 +16
- 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 −40
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- 30 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → 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 156 packages
156 packages in the resolved dependency tree · 147 deprecated · 52 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.
key_protect_create_key ~126
Create a new encryption key in IBM Key Protect HSM. Root keys protect other keys (envelope encryption). Standard keys encrypt data directly.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Description of the key's purpose |
| extractable | boolean | — | If true, key material can be exported (only for standard_key) |
| name | string | yes | Unique name for the key |
| payload | string | — | Optional: Base64-encoded key material to import (for BYOK scenarios) |
| type | string | — | root_key for wrapping other keys, standard_key for direct encryption |
No output schema declared.
No examples provided.
key_protect_delete_key ~64
Delete a key from IBM Key Protect. WARNING: This is irreversible and data encrypted with this key becomes unrecoverable.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Force delete even if key has associated resources |
| key_id | string | yes | ID of the key to delete |
No output schema declared.
No examples provided.
key_protect_get_key ~38
Get metadata and details of a specific key from IBM Key Protect
| Name | Type | Req | Description |
|---|---|---|---|
| key_id | string | yes | The unique ID of the key |
No output schema declared.
No examples provided.
key_protect_get_key_policies ~37
Get policies applied to a key (rotation, dual authorization)
| Name | Type | Req | Description |
|---|---|---|---|
| key_id | string | yes | ID of the key |
No output schema declared.
No examples provided.
key_protect_list_keys ~103
List encryption keys from IBM Key Protect (HSM-backed on IBM Z infrastructure, FIPS 140-2 Level 3 certified)
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum number of keys to return (default: 100) |
| offset | number | — | Number of keys to skip for pagination |
| state | array | — | Filter by key states: 1=Active, 2=Suspended, 3=Deactivated, 5=Destroyed |
No output schema declared.
No examples provided.
key_protect_rotate_key ~66
Rotate a root key. Creates new key version while maintaining ability to unwrap data encrypted with previous versions.
| Name | Type | Req | Description |
|---|---|---|---|
| key_id | string | yes | ID of the root key to rotate |
| payload | string | — | Optional: Base64-encoded new key material for BYOK rotation |
No output schema declared.
No examples provided.
key_protect_unwrap_key ~82
Unwrap (decrypt) a wrapped data encryption key using a root key
| Name | Type | Req | Description |
|---|---|---|---|
| aad | array | — | Additional authenticated data (must match what was used during wrap) |
| ciphertext | string | yes | Base64-encoded wrapped (encrypted) data encryption key |
| key_id | string | yes | ID of the root key used to wrap the DEK |
No output schema declared.
No examples provided.
key_protect_wrap_key ~99
Wrap (encrypt) a data encryption key using a root key. Used for envelope encryption - protects DEKs with a KEK stored in HSM.
| Name | Type | Req | Description |
|---|---|---|---|
| aad | array | — | Additional authenticated data for AEAD (optional, must match on unwrap) |
| key_id | string | yes | ID of the root key to use for wrapping |
| plaintext | string | yes | Base64-encoded plaintext data encryption key (DEK) to wrap |
No output schema declared.
No examples provided.
zos_connect_call_service ~125
Call a z/OS Connect REST API to interact with mainframe programs. Maps JSON to COBOL copybooks automatically.
| Name | Type | Req | Description |
|---|---|---|---|
| method | string | — | HTTP method |
| operation | string | — | API operation path (e.g., /accounts, /customers/{id}) |
| path_params | object | — | Path parameters for URL template substitution |
| payload | object | — | JSON request body (automatically mapped to COBOL structures) |
| query_params | object | — | Query string parameters |
| service_name | string | yes | Name of the z/OS Connect service to invoke |
No output schema declared.
No examples provided.
zos_connect_get_service ~45
Get detailed information about a z/OS Connect service including its OpenAPI specification and endpoint mappings
| Name | Type | Req | Description |
|---|---|---|---|
| service_name | string | yes | Name of the z/OS Connect service |
No output schema declared.
No examples provided.
zos_connect_health ~25
Check the health status of the z/OS Connect server and connected subsystems
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
zos_connect_list_apis ~29
List all deployed API requester configurations (outbound calls from z/OS to external services)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
zos_connect_list_services ~41
List all available z/OS Connect services (REST APIs exposing mainframe programs). Each service maps to CICS transactions, IMS programs, or batch jobs.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.