generate_password
ActiveTool of Passwordgen
declared in 0.1.0
Generate cryptographically-random password(s) (keyless, offline, CSPRNG). Control the character sets and length; returns the password(s) and their entropy in bits.
Parameters schema
{
"type": "object",
"properties": {
"count": {
"type": "number",
"description": "How many to generate (1-50, default 1)."
},
"digits": {
"type": "boolean",
"description": "Include 0-9 (default true)."
},
"length": {
"type": "number",
"description": "Password length (4-256, default 20)."
},
"symbols": {
"type": "boolean",
"description": "Include punctuation (default true)."
},
"lowercase": {
"type": "boolean",
"description": "Include a-z (default true)."
},
"uppercase": {
"type": "boolean",
"description": "Include A-Z (default true)."
},
"exclude_ambiguous": {
"type": "boolean",
"description": "Exclude look-alikes (0/O, 1/l/I) (default false)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Passwordgen
https://github.com/pipeworx-io/mcp-passwordgen
1/7 registries