Skip to main content
Glama

Toolkit MCP Server

hashData

Generate cryptographic hashes for input data using algorithms like SHA256, MD5, SHA1, or SHA512 with customizable output encoding. Ideal for secure data transformation within the Toolkit MCP Server environment.

Instructions

Hash input data using Node.js crypto module

Input Schema

NameRequiredDescriptionDefault
algorithmNoHash algorithm to usesha256
encodingNoOutput encodinghex
inputYesData to hash

Input Schema (JSON Schema)

{ "properties": { "algorithm": { "default": "sha256", "description": "Hash algorithm to use", "enum": [ "md5", "sha1", "sha256", "sha512" ], "type": "string" }, "encoding": { "default": "hex", "description": "Output encoding", "enum": [ "hex", "base64" ], "type": "string" }, "input": { "description": "Data to hash", "type": "string" } }, "required": [ "input" ], "type": "object" }

Other Tools from Toolkit MCP Server

Related Tools

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/cyanheads/toolkit-mcp-server'

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