AgentPMT
Random Password Generator Quantum

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 params

Generate a secure random password with configurable length, character types, and ambiguity settings using quantum or standard randomness.

Generate a secure random password with configurable length, character types, and ambiguity settings using quantum or standard randomness.

lengthinteger

Password length in characters (8-128).

Default: 16
Range: 8 - 128
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 symbols/punctuation characters.

Default: true
exclude_ambiguousboolean

Exclude visually ambiguous characters (0, O, 1, l, I). Recommended for manually typed passwords.

Default: true
sourcestring

Random source: 'quantum' (CURBy quantum RNG) or 'standard' (Python secrets module).

Values:
quantumstandard
Default: quantum

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 68b648913c0101597b3cd87e ("Random Password Generator Quantum"). Then call the same tool with action 'call_tool', tool_id 68b648913c0101597b3cd87e, and the parameters needed for my request.

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