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

io.github.Lokeshwaranramu/quantaseal

NPM · @QUANTASEAL/MCP-SERVER · SCANNED AUG 3

Quantum-safe vault, encryption & compliance for AI agents. NIST FIPS 203/204 ML-KEM-768 + ML-DSA-65.

+26 this week 48 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 Security33
  • Malware scan not yet available for this package.Unverified
  • CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available. View diagnostics → Fail
  • 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 38 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1584 tokens (~75/item across 21 items; 21 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 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
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.

npm · @quantaseal/mcp-server

# add to Claude Code
claude mcp add lokeshwaranramu-quantaseal -- npx -y @quantaseal/mcp-server
# add to Codex CLI
codex mcp add lokeshwaranramu-quantaseal -- npx -y @quantaseal/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lokeshwaranramu-quantaseal": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@quantaseal/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lokeshwaranramu-quantaseal --command npx --arg -y --arg @quantaseal/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  lokeshwaranramu-quantaseal:
    command: "npx"
    args: ["-y", "@quantaseal/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "lokeshwaranramu-quantaseal": {
      "command": "npx",
      "args": [
        "-y",
        "@quantaseal/mcp-server"
      ]
    }
  }
}
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.

  • 2 Aug 26 +48
    • GHSA-frvp-7c67-39w9 affects this package: medium security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 1 Aug 26 −16
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 22

    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 3 Aug 2026 · Analysed npm/@quantaseal/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-frvp-7c67-39w9 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N yes
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.

MCP tools — 21 exposed · ~1,584 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
decrypt ~58

Decrypt a HybridCryptoEnvelope from the encrypt tool. Verifies both ML-DSA-65 PQC signature and HMAC-SHA-512 before decrypting.

NameTypeReqDescription
envelopeobjectyesThe complete HybridCryptoEnvelope from a previous encrypt call

No output schema declared.

No examples provided.

encrypt ~79

Encrypt text using ML-KEM-768 + AES-256-GCM (FIPS 203). Returns a HybridCryptoEnvelope with ciphertext and ML-DSA-65 signature. Store the full envelope to decrypt later.

NameTypeReqDescription
algorithmstringKEM algorithm (default: ML-KEM-768)
plaintextstringyesText to encrypt

No output schema declared.

No examples provided.

generate_compliance_report ~45

Generate a compliance report with evidence citations, control status, and a PDF download link. Evidence is sourced from the immutable audit log.

NameTypeReqDescription
frameworkstringyesCompliance framework

No output schema declared.

No examples provided.

get_cbom ~101

Get the Cryptographic Bill of Materials (CBOM) for all integrations configured in this tenant. Returns algorithm coverage, PQC migration status (quantum-safe / hybrid / classical-only / unknown), and remediation priority for each connector. Use this to identify which systems still use classical-only cryptography and are at risk from 'Harvest Now, Decrypt Later' attacks.

NameTypeReqDescription
formatstringResponse format: full JSON or executive summary (default: json)

No output schema declared.

No examples provided.

get_compliance_score ~76

Get the current compliance score (0–100) with grade and control breakdown. Supported: SOC2, ISO27001, PCI-DSS, HIPAA, GDPR, NIST-CSF, FedRAMP, APRA-CPS-234, NIST-800-53.

NameTypeReqDescription
frameworkstringyesCompliance framework

No output schema declared.

No examples provided.

get_metrics ~41

Get current API usage metrics - API call counts, throughput (req/min), latency percentiles (P50/P95/P99), vault statistics, and plan limits.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_readiness_score ~82

Get this tenant's Quantum Readiness Score (0–100) with a letter grade and a breakdown across 5 pillars: Encryption (PQC algorithm coverage), Key Management (rotation + TTL), Integrations (PQC plane coverage), Compliance (framework scores), and Audit (log completeness). Use this to assess and report on post-quantum migration progress.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_regulatory_alerts ~125

Retrieve active post-quantum regulatory alerts and compliance change notifications. Covers APRA CPS 234, NIST SP 800-131A, CNSS Policy 15, ENISA PQC guidelines, and ISO/IEC 18033. Returns severity, affected frameworks, required action, and deadline for each alert. Use this to stay current on regulatory changes that require cryptographic updates.

NameTypeReqDescription
severitystringFilter by minimum severity (default: all)
unacknowledged_onlybooleanReturn only alerts not yet acknowledged (default: false)

No output schema declared.

No examples provided.

list_audit_logs ~156

Query the immutable audit trail. Logs are protected by a SHA3-256 hash chain + ML-DSA-65 signatures - tamper-evident and exportable for compliance evidence. Filter by action, date range, or actor.

NameTypeReqDescription
actionstringFilter by action (e.g. 'vault.seal', 'encryption.encrypt', 'proxy.outbound')
end_datestringISO 8601 end date (e.g. '2026-12-31')
limitnumberNumber of entries (default: 50, max: 500)
start_datestringISO 8601 start date (e.g. '2026-01-01')

No output schema declared.

No examples provided.

list_compliance_reports ~45

List previously generated compliance reports for a framework, including their status and download URLs. Defaults to SOC2.

NameTypeReqDescription
frameworkstringCompliance framework (default: SOC2)

No output schema declared.

No examples provided.

list_integrations ~45

List all configured integrations for this tenant. Returns name, system type (Salesforce, SAP, AWS S3, Kafka, Postgres, etc.), status, and allowed operations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

proxy_request ~92

Execute an operation through an integration proxy. The credential is automatically unsealed from the vault, the operation is performed, and the response is encrypted. Only operations in allowed_operations are permitted (default-deny policy).

NameTypeReqDescription
integration_idstringyesUUID of the integration
operationstringyesOperation to perform (must be listed in the integration's allowed_operations)
payloadobjectyesOperation-specific payload

No output schema declared.

No examples provided.

quantaseal_health ~65

Check QuantaSeal API health and PQC algorithm status. Returns service health for Database, Redis, KMS, and Crypto Pool, plus the active post-quantum algorithms (ML-KEM-768, ML-DSA-65, AES-256-GCM).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sign ~56

Sign text with ML-DSA-65 (FIPS 204) + HMAC-SHA-512. Returns the PQC signature, HMAC signature, and public key for verification.

NameTypeReqDescription
datastringyesText to sign

No output schema declared.

No examples provided.

test_integration ~44

Test connectivity to a configured integration. Verifies authentication without executing data operations. Returns status and latency_ms.

NameTypeReqDescription
integration_idstringyesUUID of the integration to test

No output schema declared.

No examples provided.

vault_delete ~45

Soft-delete a vault entry. Entry is deactivated and excluded from list results. Logged in the audit trail.

NameTypeReqDescription
entry_idstringyesUUID of the vault entry to delete

No output schema declared.

No examples provided.

vault_list ~46

List vault entries (metadata only - no plaintext). Use vault_unseal to retrieve the actual credential.

NameTypeReqDescription
include_inactivebooleanInclude soft-deleted entries (default: false)

No output schema declared.

No examples provided.

vault_rotate ~60

Rotate encryption keys for a vault entry. The credential is decrypted with current keys and immediately re-encrypted with fresh keys. Old entry is deactivated. Returns old and new entry IDs.

NameTypeReqDescription
entry_idstringyesUUID of the vault entry to rotate

No output schema declared.

No examples provided.

vault_seal ~143

Seal (encrypt and store) a credential using ML-KEM-768 + AES-256-GCM + ML-DSA-65 triple-layer encryption. Tenant isolation is enforced by the API key. Returns the vault entry UUID.

NameTypeReqDescription
credential_typestringyesCredential type
metadataobjectOptional metadata to store alongside the credential
namestringyesHuman-readable label (e.g. 'aws-prod-keys')
plaintextobjectyesCredential key-value pairs (e.g. {"key": "sk-abc123"})
ttl_daysnumberOptional TTL in days (1–365). Omit for no expiry.

No output schema declared.

No examples provided.

vault_unseal ~70

Unseal (decrypt and retrieve) a credential. Verifies ML-DSA-65 signature and HMAC-SHA-512 before any decryption. Every call is logged in the tamper-evident audit trail.

NameTypeReqDescription
entry_idstringyesUUID of the vault entry to unseal

No output schema declared.

No examples provided.

verify_signature ~110

Verify an ML-DSA-65 + HMAC-SHA-512 signature from the sign tool. Reports validity of both the PQC signature and HMAC independently.

NameTypeReqDescription
datastringyesOriginal text that was signed
hmac_signaturestringyesBase64-encoded HMAC-SHA-512 signature
public_keystringyesBase64-encoded public key from the sign result
signaturestringyesBase64-encoded ML-DSA-65 signature

No output schema declared.

No examples provided.