Enables LLMs to efficiently compute MD5 and SHA-256 hashes via the Model Context Protocol.
Hashing provides a Model Context Protocol (MCP) server designed to facilitate cryptographic hashing for Large Language Models (LLMs). It offers two tools, `calculate_md5` and `calculate_sha256`, to compute the respective hashes of a given text. Designed for use with MCP clients such as VS Code Copilot Chat and Claude Desktop, it allows seamless integration and efficient processing of cryptographic requests within these environments. Installation guides and resources are provided to help users understand MCP and build their own servers.