Gives Claude the ability to generate cryptographic hashes on demand using common algorithms like MD5, SHA1, SHA256, SHA512, and bcrypt. The server runs as a hosted API at hash-generator.api.klymax402.com and uses SSE transport. You'd reach for this when you need to compute hashes during a conversation without writing throwaway code, whether for verifying file integrity, generating password hashes, or checking against known hash values. The x402 micropayment integration suggests usage based billing. The GitHub repo is pretty bare, so you're trusting the hosted endpoint. Straightforward utility for hash operations without the ceremony of spinning up your own tooling.
Public tool metadata for what this MCP can expose to an agent.
crypto_generate_hashUse 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 pas2 paramsUse 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
textstringalgorithmstring