eu.qeaas/qeaas-mcp
eu.qeaas/qeaas-mcpQRNG-seeded random bytes, seeds, and ML-KEM-768 keys with signed provenance receipts.
Tools · 6
DRBG-derived random bytes (base64), anonymous and rate-limited. Capped at 64 bytes/request; powers the public dice player.
Rejection-sampled dice rolls (no modulo bias), anonymous and rate-limited. Echoes the DRBG bytes drawn for transparency.
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 the provenance of an issued value from its request_id and/or receipt. Provenance only -- never a value-confirmation oracle. Anonymous, rate-limited.
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.
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
Ed25519 public key (base64) for offline receipt verification.
qeaas://pubkey
How receipts and /v1/verify establish provenance.
qeaas://provenance
Plain-text agent index for Q-EaaS.
qeaas://llms.txt
Prompts · 1
Step-by-step instructions to integrate Q-EaaS.
Similar MCP servers embedding-nearest
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"
}
}
}