

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 paramsGenerate 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.
generate5cr3 paramsGenerate 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.
lengthintegerToken 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:
alphanumericsourcestringRandom 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 68b648913c0101597b3cd87d ("Quantum Secure Token Generator"). Then call the same tool with action 'call_tool', tool_id 68b648913c0101597b3cd87d, 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.





