tanker327/md5-mcp
If you are the rightful owner of md5-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MD5-MCP is a Model Context Protocol provider for calculating MD5 hashes from various data types.
MD5-MCP is a versatile Model Context Protocol (MCP) provider designed to calculate MD5 hashes from a variety of data types, including plain text strings, JSON data, and base64-encoded binary data. It offers features such as optional whitespace trimming for strings, control over JSON formatting, and easy integration with MCP-compatible clients like Claude. While MD5 is not suitable for cryptographic security, it remains useful for data integrity checks. The provider can be installed globally or locally via npm, and it supports both command-line and programmatic usage in Node.js applications. Developers can also contribute to its development or use it in their projects with ease.
Features
- Calculate MD5 hashes from plain text strings with optional whitespace trimming
- Calculate MD5 hashes from various JSON data types (strings, numbers, booleans, objects, arrays)
- Calculate MD5 hashes from base64-encoded binary data
- Control formatting options (like preserving whitespace or JSON formatting)
- Easy integration with Claude and other MCP-compatible clients