check_password

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

Analyze a password’s strength offline (keyless): character-set entropy, a strength rating, estimated crack time (offline fast + online throttled attacker), and specific weaknesses (length, missing character classes, sequences/repeats, common passwords). The password is NOT transmitted or stored — analysis is in-process. Heuristic, not a guarantee.

Parameters

NameTypeRequiredDescription
passwordstringyesThe password to analyze.

Example call

curl -X POST https://gateway.pipeworx.io/password/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"check_password","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "password": {
      "url": "https://gateway.pipeworx.io/password/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 1, 2026