Security & Testing
qeaas.eu
Provides cryptographically secure random number generation, dice rolls, and post-quantum keypair generation with provenance verification.
ENDPOINT 1
https://api.qeaas.eu/mcp
MCP server metadata
- Name
- qeaas-mcp
- Version
- 1.0.0
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_bytesCanonical developer endpoint: DRBG-derived bytes in hex or base64 with a signed provenance receipt.
Inferred read-onlyverifyVerify the provenance of an issued value from its request_id and/or receipt.
Inferred read-onlykem_keypairGenerate an ML-KEM-768 (Kyber, post-quantum) keypair seeded from the QRNG->DRBG chain.
Potential side effectskem_encapsulateEncapsulate against a supplied ML-KEM-768 public key to produce a ciphertext (and, for the demo, the shared secret).
Inferred read-onlyCONNECT 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.
qeaas.eu is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.