LogoSTMCP
Download
MCP-Server-for-Hashing

MCP Server for cryptographic hashing

MCP Server for cryptographic hashing provides MD5 and SHA-256 hashing tools for LLMs through the Model Context Protocol, enabling efficient cryptographic request processing in VS Code Copilot, Claude Desktop, and other MCP clients.

Tools

1. calculate_md5

Computes the MD5 hash of a given text.

2. calculate_sha256

Computes the SHA-256 hash of a given text.

Open Graph image for MCP Server for cryptographic hashing

JSON Config

{
  "mcp": {
    "servers": {
      "hashing-docker": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "kunalpathak13/hashing-mcp-server:latest"
        ]
      }
    }
  }
}

Information