Metadata-Version: 2.4
Name: techtenstein-password-strength-mcp
Version: 1.0.0
Summary: MCP server for the Password Strength API (score, generate, passphrase).
Project-URL: Homepage, https://password-strength.techtenstein.com
Project-URL: Repository, https://github.com/techtenstein-labs/password-strength
Author-email: Techtenstein <sathvickollu@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# Password Strength API — MCP Server

<!-- mcp-name: io.github.techtenstein-labs/password-strength -->

MCP server for the [Password Strength API](https://password-strength.techtenstein.com).

## Install
```bash
pip install techtenstein-password-strength-mcp
```

## Configure (Claude Desktop)
```json
{
  "mcpServers": {
    "password-strength": { "command": "techtenstein-password-strength-mcp" }
  }
}
```

MIT · https://password-strength.techtenstein.com
