← Registry

Security & Testing

qeaas.eu

Provides cryptographically secure random number generation, dice rolls, and post-quantum keypair generation with provenance verification.

1 endpoint6 known toolsFirst detected July 28, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.qeaas.eu/mcp

No auth detected

MCP server metadata

Name
qeaas-mcp
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

Q-EaaS supplies high-quality entropy from a quantum random number generator (QRNG) that seeds a standards HMAC-DRBG (SP 800-90A). Only DRBG-derived bytes, seeds, and ML-KEM key material are served -- raw QRNG bits are never exposed. The quantum part is the entropy source; post-quantum resistance comes from ML-KEM (FIPS 203), not from the randomness itself.

Known tools 6

random

DRBG-derived random bytes (base64), anonymous and rate-limited.

Inferred read-only
dice

Rejection-sampled dice rolls (no modulo bias), anonymous and rate-limited.

Inferred read-only
random_bytes

Canonical developer endpoint: DRBG-derived bytes in hex or base64 with a signed provenance receipt.

Inferred read-only
verify

Verify the provenance of an issued value from its request_id and/or receipt.

Inferred read-only
kem_keypair

Generate an ML-KEM-768 (Kyber, post-quantum) keypair seeded from the QRNG->DRBG chain.

Potential side effects
kem_encapsulate

Encapsulate against a supplied ML-KEM-768 public key to produce a ciphertext (and, for the demo, the shared secret).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.qeaas-mcp]
url = "https://api.qeaas.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "qeaas-mcp": {
      "type": "http",
      "url": "https://api.qeaas.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: qeaas-mcp
Remote MCP URL: https://api.qeaas.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "qeaas-mcp": {
      "url": "https://api.qeaas.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "qeaas-mcp": {
      "type": "http",
      "url": "https://api.qeaas.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "qeaas-mcp",
  "transport": "streamable-http",
  "url": "https://api.qeaas.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for qeaas.eu was fetched 2026-08-21T17:56:15.462Z.

Trust status Neutral

qeaas.eu is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.