

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 paramsGenerate a cryptographic seed with an optional timestamp certificate for verification. Supports quantum or standard random sources.
seed5cr3 paramsGenerate a cryptographic seed with an optional timestamp certificate for verification. Supports quantum or standard random sources.
sourcestringRandom source: 'quantum' for hardware-derived quantum randomness, 'standard' for cryptographically secure Python secrets.
Values:
quantumstandard
Default:
quantumbit_lengthintegerSeed size in bits (128-2048).
Default:
256Range: 128 - 2048
include_certificatebooleanInclude a SHA-256 hash certificate with UTC timestamp for verification.
Default:
trueuuid5cr2 paramsGenerate one or more version-4 UUIDs using quantum or standard randomness.
uuid5cr2 paramsGenerate one or more version-4 UUIDs using quantum or standard randomness.
sourcestringRandom source: 'quantum' or 'standard'.
Values:
quantumstandard
Default:
quantumcountintegerNumber of UUIDs to generate (1-1000).
Default:
1Range: 1 - 1000
token5cr3 paramsGenerate a random token string in a specified character set. Suitable for API keys, session tokens, and nonces.
token5cr3 paramsGenerate a random token string in a specified character set. Suitable for API keys, session tokens, and nonces.
sourcestringRandom source: 'quantum' or 'standard'.
Values:
quantumstandard
Default:
quantumlengthintegerToken length in characters (8-256).
Default:
32Range: 8 - 256
charsetstringCharacter set: 'alphanumeric' (letters+digits), 'hex' (0-9,a-f), 'base64' (URL-safe), 'ascii' (printable excluding whitespace).
Values:
alphanumerichexbase64ascii
Default:
alphanumericpassword5cr7 paramsGenerate a secure random password with configurable character classes and ambiguity settings.
password5cr7 paramsGenerate a secure random password with configurable character classes and ambiguity settings.
sourcestringRandom source: 'quantum' or 'standard'.
Values:
quantumstandard
Default:
quantumlengthintegerPassword length in characters (8-256).
Default:
32Range: 8 - 256
uppercasebooleanInclude uppercase letters (A-Z).
Default:
truelowercasebooleanInclude lowercase letters (a-z).
Default:
truedigitsbooleanInclude digits (0-9).
Default:
truesymbolsbooleanInclude punctuation symbols.
Default:
trueexclude_ambiguousbooleanExclude visually ambiguous characters (0, O, 1, l, I).
Default:
trueprime5cr3 paramsGenerate one or more prime numbers of a specified bit length using Miller-Rabin primality testing.
prime5cr3 paramsGenerate one or more prime numbers of a specified bit length using Miller-Rabin primality testing.
sourcestringRandom source: 'quantum' or 'standard'. Quantum limit: bit_length * count <= 1900.
Values:
quantumstandard
Default:
quantumbit_lengthintegerBit length of each prime (128-2048).
Default:
256Range: 128 - 2048
countintegerNumber of primes to generate (1-1000).
Default:
1Range: 1 - 1000
prime_pair5cr3 paramsGenerate two distinct prime numbers suitable for RSA key generation, along with their product (n = p * q).
prime_pair5cr3 paramsGenerate two distinct prime numbers suitable for RSA key generation, along with their product (n = p * q).
sourcestringRandom source: 'quantum' or 'standard'. Quantum limit: bit_length <= 950.
Values:
quantumstandard
Default:
quantumbit_lengthintegerBit length of each prime (128-2048). Quantum max: 950.
Default:
256Range: 128 - 2048
min_differenceintegerMinimum numeric difference between the two primes.
Default:
100Range: 0 - ...
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
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\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
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.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.





