Hash Generator API
io.github.Br0ski777/hash-generatorCryptographic hashing — MD5, SHA1, SHA256, SHA512, bcrypt. x402 micropayment.
Tools · 1
Use this when you need to generate a cryptographic hash of text. Supports md5, sha1, sha256, sha512, and bcrypt algorithms. Returns the hash string, algorithm used, and hash length. Do NOT use for pas…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hash_generator_api": {
"url": "https://hash-generator.api.klymax402.com/mcp",
"transport": "sse"
}
}
}