Skip to content
Back to search
90
MCP v1.1.0 sse

Hash Generator API

io.github.Br0ski777/hash-generator

Cryptographic hashing — MD5, SHA1, SHA256, SHA512, bcrypt. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
196ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

crypto_generate_hash

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…

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"
    }
  }
}