mcpbeat Sign in

Quantaseal MCP Server

by lokeshwaranramu Your server? Claim it
local only

Quantaseal runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 23 · avg 8 · +32% w/w
a month agotoday
41
Installs / week
npm · @quantaseal/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add quantaseal -- npx -y @quantaseal/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quantaseal": {
      "args": [
        "-y",
        "@quantaseal/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quantaseal]
command = "npx"
args = ["-y", "@quantaseal/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "quantaseal": {
      "args": [
        "-y",
        "@quantaseal/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quantaseal": {
      "args": [
        "-y",
        "@quantaseal/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QUANTASEAL_API_KEY (QuantaSeal API key (starts with qs_live_). Get one at https://app.quantaseal.io/settings/api-keys), QUANTASEAL_BASE_URL (Override API URL (optional, default: https://api.quantaseal.io)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Quantaseal

same job, measured the same way
Pqvault
by pdaxt

Post-quantum secrets manager for AI agents. ML-KEM-768 + X25519 + AES-256-GCM.

local only
PQC-Khepra MCP — CMMC Autopilot & AI Security Recorder
by nouchix

Post-quantum CMMC compliance scanner & AI agent attestation. FIPS 140-3, ML-DSA-65, 36K+ mappings.

local only
I
Dropcoin Validation
by freshfos

EU compliance checks for AI agents: sanctions, company, VAT ID, IBAN, email. Pay per call.

6 tools answering
Aml AI MCP
by csoai-org

6AMLD + UK MLR 2017 + FinCEN BSA AML/CFT compliance for AI-enabled transaction monitoring, sanct...

243 installs/wk local only
Veridion Nexus
by brano80

Veridion Nexus MCP server - GDPR Art. 44-49 runtime compliance for AI agents

115 installs/wk local only
Quantumguard MCP
by kota1026

Post-quantum cryptography security scanner. Detect ECDSA/RSA vulnerabilities, NIST compliance.

21 installs/wk local only
vat.support VAT Compliance
by vmalyshev1

EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.

5 tools answering
Cra Compliance MCP
by csoai-org

EU Cyber Resilience Act (Regulation 2024/2847) compliance for AI agents. Product classification...

391 installs/wk local only

Quantaseal — questions

Answers built from our own checks of this server.

Why is there no uptime for Quantaseal?
Quantaseal runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @quantaseal/mcp-server was installed 41 times last week.
Is Quantaseal still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Quantaseal?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @quantaseal/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Quantaseal?
The npm package @quantaseal/mcp-server was installed 41 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.