Skip to main content
Glama

EVM MCP Server

by JamesANZ

web3_sha3

Generate Keccak-256 cryptographic hash for Ethereum data using hex string input to secure and verify blockchain transactions and smart contracts.

Instructions

Returns Keccak-256 hash of the given data

Input Schema

NameRequiredDescriptionDefault
dataYesData to hash (hex string starting with 0x)

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Data to hash (hex string starting with 0x)", "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/JamesANZ/evm-mcp'

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