Skip to main content
Glama

Blockchain MCP Server

by lienhage

keccak256

Compute the keccak256 hash of input data, a cryptographic function essential for Ethereum blockchain operations like address generation and smart contract interactions.

Instructions

calculate keccak256 hash

Input Schema

NameRequiredDescriptionDefault
dataYesdata to hash

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "description": "data to hash", "type": "string" } }, "required": [ "data" ], "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/lienhage/blockchain-mcp'

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