generate_pin
Pack: passwordgen · Endpoint: https://gateway.pipeworx.io/passwordgen/mcp
Generate a cryptographically-random numeric PIN (keyless, offline).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
length | number | no | PIN length (3-32, default 6). |
count | number | no | How many (1-50, default 1). |
Example call
curl -X POST https://gateway.pipeworx.io/passwordgen/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"generate_pin","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"passwordgen": {
"url": "https://gateway.pipeworx.io/passwordgen/mcp"
}
}
}
See Getting Started for client-specific install steps.