keccak-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@keccak-mcpCompute keccak-256 hash of 'my message'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
keccak-mcp
An MCP (Model Context Protocol) server that provides Keccak cryptographic hash tools.
Tools
keccak_hash
Compute a Keccak hash of the given input.
Parameters:
Parameter | Type | Default | Description |
|
| — | The input string or hex-encoded bytes to hash |
|
|
| Keccak variant: |
|
|
| Input encoding: |
Response:
{
"variant": "keccak-256",
"encoding": "utf8",
"input": "hello",
"hash": "0x1c8aff950685c2ed4bc3174f3472287b56d9517b9c948127319a09a7a36deac8"
}Note:
keccak-256is the variant used by Ethereum (distinct from SHA3-256).
Related MCP server: mcpv3e
Installation
npm install
npm run buildUsage
Run directly
npm startUse as a CLI binary
node dist/index.jsMCP Client Configuration
Add the server to your MCP client configuration. The server communicates over stdio.
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"keccak-mcp": {
"command": "node",
"args": ["${workspaceFolder}/dist/index.js"]
}
}
}VS Code (.vscode/mcp.json)
{
"servers": {
"keccak-mcp": {
"type": "stdio",
"command": "node",
"args": ["${workspaceFolder}/dist/index.js"]
}
}
}Development
# Build TypeScript
npm run build
# Build and run
npm run devDependencies
@modelcontextprotocol/sdk— MCP server frameworkjs-sha3— Keccak / SHA-3 hash implementations
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.Last updated
- Flicense-qualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.Last updated
- AlicenseBqualityCmaintenanceMCP server for ECDSA cryptography enabling key generation, signing, and verification.Last updated11MIT
- AlicenseAqualityAmaintenanceA pure-Python MCP server providing local byte-wrangling utilities including encoding, hashing, number conversion, and Ethereum primitives, with no network calls required.Last updated332GPL 3.0
Related MCP Connectors
MCP server for Klever blockchain smart contract development.
An MCP server for deep research or task groups
MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Kayryu/keccak-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server