# qeaas-mcp MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/eu-qeaas-qeaas-mcp
- Repository: https://github.com/PeterJasSK/Quantum-research
- Website: https://qeaas.eu

## Install
- Endpoint: https://api.qeaas.eu/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.qeaas.eu/mcp

## Tools
- random - DRBG-derived random bytes (base64), anonymous and rate-limited. Capped at 64 bytes/request; powers the public dice player. Endpoint: https://api.qeaas.eu/mcp
- dice - Rejection-sampled dice rolls (no modulo bias), anonymous and rate-limited. Echoes the DRBG bytes drawn for transparency. Endpoint: https://api.qeaas.eu/mcp
- 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. Endpoint: https://api.qeaas.eu/mcp
- 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. Endpoint: https://api.qeaas.eu/mcp
- 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. Endpoint: https://api.qeaas.eu/mcp
- 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. Endpoint: https://api.qeaas.eu/mcp

## Resources
- qeaas://pubkey - Ed25519 public key (base64) for offline receipt verification. MIME type: application/json
- qeaas://provenance - How receipts and /v1/verify establish provenance. MIME type: text/markdown
- qeaas://llms.txt - Plain-text agent index for Q-EaaS. MIME type: text/plain

## Prompts
- integrate_qeaas - Step-by-step instructions to integrate Q-EaaS.

## Metadata
- Owner: eu.qeaas
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 28, 2026
- Source: https://registry.modelcontextprotocol.io
