Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

hash-sha512

Generate SHA512 hash for any input text using this tool. Convert plaintext into a secure 128-character hexadecimal hash, ideal for data integrity and security applications.

Instructions

Generate SHA512 hash

Input Schema

NameRequiredDescriptionDefault
textYesText to hash with SHA512

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "text": { "description": "Text to hash with SHA512", "type": "string" } }, "required": [ "text" ], "type": "object" }

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/wrenchpilot/it-tools-mcp'

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