generate_pin

Pack: passwordgen · Endpoint: https://gateway.pipeworx.io/passwordgen/mcp

Generate a cryptographically-random numeric PIN (keyless, offline).

Parameters

NameTypeRequiredDescription
lengthnumbernoPIN length (3-32, default 6).
countnumbernoHow 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.

Regenerated from source · build July 2, 2026