# Hash Generator — MD5, SHA256, SHA512, bcrypt

Cryptographic hash generation API for AI agents. Generate MD5, SHA1, SHA256, SHA512, and bcrypt hashes instantly. Returns hash string, algorithm name, and output length.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/hash-generator

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/hash-generator
```
