AgentPMT
Quantum Secure Token Generator

Quantum Secure Token Generator

Function

Available ActionsEach successful request consumes credits as outlined below.

generate5cr

Details

For generating cryptographically secure, random string tokens for authentication and authorization purposes. The tool uses a hardware-based quantum entropy source to ensure true, unpredictable randomness for each character. It allows for customization of the token's length and the selection of a predefined character set, making it ideal for creating highly secure API keys, session tokens, and password reset links.

Use Cases

API Key Generation, Session Tokens, Password Reset Tokens, Authentication Mechanisms, Coupon Codes, Two-Factor Authentication (2FA) Codes, Secure URL Generation, Cryptographic Nonces

Actions(1)

generate5cr3 params

Generate a secure random token with configurable length and character set using quantum or standard randomness. Suitable for API keys, session tokens, and password reset links.

Generate a secure random token with configurable length and character set using quantum or standard randomness. Suitable for API keys, session tokens, and password reset links.

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

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

Quantum Secure Token Generator by Apoth3osis | AgentPMT