Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

eu.qeaas/qeaas-mcp

eu.qeaas/qeaas-mcp

QRNG-seeded random bytes, seeds, and ML-KEM-768 keys with signed provenance receipts.

Uptime
100.0%
1 direct probes · 30d
Response
1540ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
1
available

Tools · 6

random

DRBG-derived random bytes (base64), anonymous and rate-limited. Capped at 64 bytes/request; powers the public dice player.

dice

Rejection-sampled dice rolls (no modulo bias), anonymous and rate-limited. Echoes the DRBG bytes drawn for transparency.

random_bytes

Canonical developer endpoint: DRBG-derived bytes in hex or base64 with a signed provenance receipt. Requires X-API-Key; 32..4096 bytes; per-key rate limit + daily quota.

verify

Verify the provenance of an issued value from its request_id and/or receipt. Provenance only -- never a value-confirmation oracle. Anonymous, rate-limited.

kem_keypair

Generate an ML-KEM-768 (Kyber, post-quantum) keypair seeded from the QRNG->DRBG chain. Public key always returned; secret key only for the demo flow (loud demo-only note). Requires X-API-Key.

kem_encapsulate

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

Resources · 3

Receipt signing public key

Ed25519 public key (base64) for offline receipt verification.

qeaas://pubkey
Provenance model

How receipts and /v1/verify establish provenance.

qeaas://provenance
llms.txt

Plain-text agent index for Q-EaaS.

qeaas://llms.txt

Prompts · 1

integrate_qeaas

Step-by-step instructions to integrate Q-EaaS.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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