

Random Password Generator Quantum
Function
Available ActionsEach successful request consumes credits as outlined below.
generate5cr
Details
For creating high-entropy, cryptographically strong passwords that adhere to specific security policies. The generator uses a hardware-based quantum source to ensure true randomness for each character. It provides granular control over the password's length and the inclusion of different character types (uppercase, lowercase, digits, symbols), making it ideal for generating credentials for high-security systems.
Use Cases
Root Password Generation, Encryption Keys, High-Security Authentication, Initial User Onboarding, Password Rotation Policies, Secure Credential Generation, Automated System Accounts
Actions(1)
generate5cr7 paramsGenerate a secure random password with configurable length, character types, and ambiguity settings using quantum or standard randomness.
generate5cr7 paramsGenerate a secure random password with configurable length, character types, and ambiguity settings using quantum or standard randomness.
lengthintegerPassword length in characters (8-128).
Default:
16Range: 8 - 128
uppercasebooleanInclude uppercase letters (A-Z).
Default:
truelowercasebooleanInclude lowercase letters (a-z).
Default:
truedigitsbooleanInclude digits (0-9).
Default:
truesymbolsbooleanInclude symbols/punctuation characters.
Default:
trueexclude_ambiguousbooleanExclude visually ambiguous characters (0, O, 1, l, I). Recommended for manually typed passwords.
Default:
truesourcestringRandom source: 'quantum' (CURBy quantum RNG) or 'standard' (Python secrets module).
Values:
quantumstandard
Default:
quantumFrequently 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 68b648913c0101597b3cd87e ("Random Password Generator Quantum"). Then call the same tool with action 'call_tool', tool_id 68b648913c0101597b3cd87e, 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.





