
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
mcp-server-ens
Advanced tools
MCP Server for Ethereum Name Service (ENS), enabling Claude to interact with the ENS system to resolve names, check availability, retrieve records, and more.
npm package: https://www.npmjs.com/package/mcp-server-ens
Resolve an ENS name to an Ethereum address
name (string): The ENS name to resolve (e.g., 'vitalik.eth')Get the ENS name for an Ethereum address
address (string): The Ethereum address to look upGet a text record for an ENS name
name (string): The ENS name to querykey (string): The record key to look up (e.g., 'email', 'url', 'avatar', 'description', 'twitter', etc.)Check if an ENS name is available for registration
name (string): The ENS name to checkGet all available information for an ENS name
name (string): The ENS name to queryGet subdomains for an ENS name
name (string): The ENS name to query for subdomainsGet the history of an ENS name
name (string): The ENS name to check history forGet the price to register an ENS name
name (string): The ENS name to check price forduration (number, default: 1): Registration duration in yearsgit clone https://github.com/JustaName-id/ens-mcp-server
npm i
.env file in the project root with the following (optional):PROVIDER_URL=https://your-provider-url.com,https://your-backup-provider.com
If no providers are specified, the server will use these defaults:
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ens": {
"command": "npx",
"args": [
"-y",
"mcp-server-ens"
],
"env": {
"PROVIDER_URL": "https://your-provider-url.com,https://your-backup-provider.com"
}
}
}
}
{
"mcpServers": {
"ens": {
"command": "node",
"args": [
"/path/to/your/server.js"
],
"env": {
"PROVIDER_URL": "https://your-provider-url.com,https://your-backup-provider.com"
}
}
}
}
The server implements robust error handling for various scenarios:
All errors are normalized into user-friendly messages while preserving technical details for debugging.
To publish as an npm package:
npm publish --access public
If you encounter errors:
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
FAQs
An MCP server for interacting with the Ethereum Name Service (ENS)
We found that mcp-server-ens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.