Skip to main content
Glama
daedalus

mcp-hashlib

by daedalus

mcp-hashlib

An MCP server that exposes hashlib functionality to LLMs.

PyPI Python Ruff

mcp-name: io.github.daedalus/mcp-hashlib

Install

pip install mcp-hashlib

Related MCP server: basic-mcp

Usage

from mcp_hashlib import mcp, main

Available Tools

The MCP server exposes the following hashlib functions:

  • hash_md5 - MD5 hash

  • hash_sha1 - SHA1 hash

  • hash_sha256 - SHA256 hash

  • hash_sha512 - SHA512 hash

  • hash_sha224 - SHA224 hash

  • hash_sha384 - SHA384 hash

  • hash_sha3_224 - SHA3-224 hash

  • hash_sha3_256 - SHA3-256 hash

  • hash_sha3_384 - SHA3-384 hash

  • hash_sha3_512 - SHA3-512 hash

  • hash_blake2b - BLAKE2b hash (512-bit)

  • hash_blake2s - BLAKE2s hash (256-bit)

  • hash_shake_128 - SHAKE-128 XOF hash

  • hash_shake_256 - SHAKE-256 XOF hash

  • hash_pbkdf2_hmac - PBKDF2-HMAC key derivation

  • hash_scrypt - Scrypt key derivation

  • hash_file_digest - Hash file-like object

  • hash_new - Create hash with any available algorithm

  • hash_info - Get algorithm info

  • hash_update - Incremental hashing

  • hash_copy - Copy hash object

  • hash_properties - Get algorithm properties

Development

git clone https://github.com/daedalus/mcp-hashlib.git
cd mcp-hashlib
pip install -e ".[test]"

# run tests
pytest

# format
ruff format src/ tests/

# lint
ruff check src/ tests/

# type check
mypy src/
Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
5dRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    Exposes common CTF and cybersecurity tools (crypto, forensics, malware analysis, steganography, reverse engineering, pwn, OSINT) so LLMs can help solve capture-the-flag challenges in a controlled lab environment.
  • A
    license
    -
    quality
    D
    maintenance
    Provides a suite of deterministic tools for time calculations, math, and string manipulation that LLMs often struggle to perform accurately. It also includes utilities for secure randomness, data validation, and basic network operations like DNS lookups.
    10
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides cryptographic hash and HMAC computation for text, supporting algorithms like md5, sha1, sha256, sha384, and sha512. All operations are performed locally without transmitting or storing input data.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • 500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

  • Cryptographic hash & HMAC MCP.

  • Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-hashlib'

If you have feedback or need assistance with the MCP directory API, please join our Discord server