Back to search
90
MCP live v1.1.0 sse

Hash Generator API

io.github.Br0ski777/hash-generator

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

Uptime
66.7%
3 probes
Response
38ms
last probe
Tools
1
callable

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…

Similar MCP servers embedding-nearest

Hash Generator API
Cryptographic hashing — MD5, SHA1, SHA256, SHA512, bcrypt. x402 micropayment.
0 tools · sse
Hash Generator
Generates cryptographic hashes using MD5, SHA-1, SHA-256, SHA-512, and bcrypt algorithms.
0 tools
QR Code Generator API
Generate QR codes from text or URLs. Returns base64 PNG. x402 micropayment.
0 tools · sse
io.github.ryudi84/hash
MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512
0 tools
UUID Generator API
Generate UUIDs v4, v7, ULID, nanoid. Batch support. x402 micropayment.
0 tools · sse
Python Hashlib
Cryptographic hashing via Python's hashlib — compute MD5, SHA-1, SHA-256, and other digests.
0 tools

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