AgentPMT
Quantum Cryptographic Seed Generator

Quantum Cryptographic Seed Generator

Function

Available ActionsEach successful request consumes credits as outlined below.

seed5cruuid5crtoken5crpassword5crprime5crprime_pair5cr

Details

Cryptographic primitives and secure random generation powered by quantum or pseudo-random sources. Generate cryptographically secure seeds, UUIDs, tokens, passwords, and prime numbers using quantum-derived randomness for enhanced unpredictability or standard cryptographic randomness as a fallback. Supports verification certificates for audit trails and configurable parameters for bit length, character sets, and output formats.

Use Cases

Key derivation and encryption seed generation, session tokens and API key creation, secure password generation, unique identifier production for databases and distributed systems, RSA prime pair generation for public/private key creation, cryptographic research and entropy analysis, auditable randomness with timestamped certificates.

Actions(6)

seed5cr3 params

Generate a cryptographic seed with an optional timestamp certificate for verification. Supports quantum or standard random sources.

Generate a cryptographic seed with an optional timestamp certificate for verification. Supports quantum or standard random sources.

sourcestring

Random source: 'quantum' for hardware-derived quantum randomness, 'standard' for cryptographically secure Python secrets.

Values:
quantumstandard
Default: quantum
bit_lengthinteger

Seed size in bits (128-2048).

Default: 256
Range: 128 - 2048
include_certificateboolean

Include a SHA-256 hash certificate with UTC timestamp for verification.

Default: true
uuid5cr2 params

Generate one or more version-4 UUIDs using quantum or standard randomness.

Generate one or more version-4 UUIDs using quantum or standard randomness.

sourcestring

Random source: 'quantum' or 'standard'.

Values:
quantumstandard
Default: quantum
countinteger

Number of UUIDs to generate (1-1000).

Default: 1
Range: 1 - 1000
token5cr3 params

Generate a random token string in a specified character set. Suitable for API keys, session tokens, and nonces.

Generate a random token string in a specified character set. Suitable for API keys, session tokens, and nonces.

sourcestring

Random source: 'quantum' or 'standard'.

Values:
quantumstandard
Default: quantum
lengthinteger

Token length in characters (8-256).

Default: 32
Range: 8 - 256
charsetstring

Character set: 'alphanumeric' (letters+digits), 'hex' (0-9,a-f), 'base64' (URL-safe), 'ascii' (printable excluding whitespace).

Values:
alphanumerichexbase64ascii
Default: alphanumeric
password5cr7 params

Generate a secure random password with configurable character classes and ambiguity settings.

Generate a secure random password with configurable character classes and ambiguity settings.

sourcestring

Random source: 'quantum' or 'standard'.

Values:
quantumstandard
Default: quantum
lengthinteger

Password length in characters (8-256).

Default: 32
Range: 8 - 256
uppercaseboolean

Include uppercase letters (A-Z).

Default: true
lowercaseboolean

Include lowercase letters (a-z).

Default: true
digitsboolean

Include digits (0-9).

Default: true
symbolsboolean

Include punctuation symbols.

Default: true
exclude_ambiguousboolean

Exclude visually ambiguous characters (0, O, 1, l, I).

Default: true
prime5cr3 params

Generate one or more prime numbers of a specified bit length using Miller-Rabin primality testing.

Generate one or more prime numbers of a specified bit length using Miller-Rabin primality testing.

sourcestring

Random source: 'quantum' or 'standard'. Quantum limit: bit_length * count <= 1900.

Values:
quantumstandard
Default: quantum
bit_lengthinteger

Bit length of each prime (128-2048).

Default: 256
Range: 128 - 2048
countinteger

Number of primes to generate (1-1000).

Default: 1
Range: 1 - 1000
prime_pair5cr3 params

Generate two distinct prime numbers suitable for RSA key generation, along with their product (n = p * q).

Generate two distinct prime numbers suitable for RSA key generation, along with their product (n = p * q).

sourcestring

Random source: 'quantum' or 'standard'. Quantum limit: bit_length <= 950.

Values:
quantumstandard
Default: quantum
bit_lengthinteger

Bit length of each prime (128-2048). Quantum max: 950.

Default: 256
Range: 128 - 2048
min_differenceinteger

Minimum numeric difference between the two primes.

Default: 100
Range: 0 - ...

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 68b648913c0101597b3cd87b ("Quantum Cryptographic Seed Generator"). Then call the same tool with action 'call_tool', tool_id 68b648913c0101597b3cd87b, and the parameters needed for my request.

Looking for help integrating AI into your business? Set up a free consultation.

Quantum Cryptographic Seed Generator by Apoth3osis | AgentPMT