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.

io.github.LBZ558/prophetkey-mcp

NPM · PROPHETKEY-MCP · SCANNED SEP 20

ProphetKey MCP bridge - encrypted local-first API key vault for AI agents, keys never exposed

Available components

64 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 255 tokens (~51/item across 5 items; 5 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail

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.

Install

How do I install the io.github.LBZ558/prophetkey-mcp server?

io.github.LBZ558/prophetkey-mcp runs locally as an npm package, launched with npx -y prophetkey-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · prophetkey-mcp

# add to Claude Code
claude mcp add lbz558-prophetkey-mcp -- npx -y prophetkey-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "lbz558-prophetkey-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prophetkey-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "lbz558-prophetkey-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prophetkey-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add lbz558-prophetkey-mcp -- npx -y prophetkey-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lbz558-prophetkey-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "prophetkey-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lbz558-prophetkey-mcp --command npx --arg -y --arg prophetkey-mcp
# ~/.hermes/config.yaml
mcp_servers:
  lbz558-prophetkey-mcp:
    command: "npx"
    args: ["-y", "prophetkey-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "lbz558-prophetkey-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "prophetkey-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add lbz558-prophetkey-mcp -t stdio -c npx -a -y prophetkey-mcp
// mcp.json
{
  "mcpServers": {
    "lbz558-prophetkey-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prophetkey-mcp"
      ]
    }
  }
}
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.

  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 49

    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 20 Sept 2026 · Analysed npm/prophetkey-mcp@1.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~255 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
prophetkey_get_key_info ~48

Get detailed information about a specific API key (name, provider, safe_key, health status). Does NOT return the real key value.

NameTypeReqDescription
namestringyesThe key name

No output schema declared.

No examples provided.

prophetkey_health_check ~27

Run a health check on all stored API keys (expiry, usage, security score).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

prophetkey_list_keys ~47

List all API keys stored in ProphetKey. Returns safe_keys (not real keys) for use with the local proxy.

NameTypeReqDescription
providerstringFilter by provider name (optional)

No output schema declared.

No examples provided.

prophetkey_make_request ~102

Make an API request through the ProphetKey proxy. The proxy automatically injects the real API key. The AI agent never sees the real key.

NameTypeReqDescription
bodyobjectRequest body (for POST/PUT)
endpointstringyesThe API endpoint path (e.g., /v1/chat/completions)
methodstringyesHTTP method
safe_keystringyesThe safe_key identifier for the API key to use

No output schema declared.

No examples provided.

prophetkey_proxy_status ~31

Get the current status of the ProphetKey local proxy (running, port, keys count, request stats).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.LBZ558/prophetkey-mcp server?

io.github.LBZ558/prophetkey-mcp is listed in the public MCP registry as io.github.LBZ558/prophetkey-mcp. ProphetKey MCP bridge - encrypted local-first API key vault for AI agents, keys never exposed. This page covers its npm package (prophetkey-mcp).

Is the io.github.LBZ558/prophetkey-mcp server safe to use?

io.github.LBZ558/prophetkey-mcp scores 64 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.LBZ558/prophetkey-mcp server expose?

io.github.LBZ558/prophetkey-mcp exposes 5 tools: prophetkey_list_keys, prophetkey_get_key_info, prophetkey_proxy_status, prophetkey_health_check, prophetkey_make_request. Their descriptions and schemas cost roughly 255 tokens of context every time the server is loaded.

Is the io.github.LBZ558/prophetkey-mcp server still maintained?

io.github.LBZ558/prophetkey-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.LBZ558/prophetkey-mcp server under?

io.github.LBZ558/prophetkey-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.