Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

hmac-generator

Generate HMAC (Hash-based Message Authentication Code) using a message, secret key, and hash algorithm (SHA1, SHA256, SHA512) to verify data integrity and authenticity.

Instructions

Generate HMAC (Hash-based Message Authentication Code)

Input Schema

NameRequiredDescriptionDefault
algorithmNoHash algorithm
keyYesSecret key for HMAC
messageYesMessage to authenticate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "algorithm": { "description": "Hash algorithm", "enum": [ "sha1", "sha256", "sha512" ], "type": "string" }, "key": { "description": "Secret key for HMAC", "type": "string" }, "message": { "description": "Message to authenticate", "type": "string" } }, "required": [ "message", "key" ], "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