← qeaas.eu

INDIVIDUAL MCP TOOL

kem_encapsulate

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

qeaas.eunone authenticationAvailability not checked

LIVE ENDPOINT

https://api.qeaas.eu/mcp

No auth detected

Connect to this endpoint to inspect the live schema for kem_encapsulate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

qeaas.eu

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.

Related tools

  • random — DRBG-derived random bytes (base64), anonymous and rate-limited.
  • dice — Rejection-sampled dice rolls (no modulo bias), anonymous and rate-limited.
  • random_bytes — Canonical developer endpoint: DRBG-derived bytes in hex or base64 with a signed provenance receipt.
  • verify — Verify the provenance of an issued value from its request_id and/or receipt.
  • kem_keypair — Generate an ML-KEM-768 (Kyber, post-quantum) keypair seeded from the QRNG->DRBG chain.