An MCP server for interacting with the Ethereum Name Service (ENS)
| Tool name | Description | Destructive? |
|---|---|---|
| resolve-name | ✓ no | |
| reverse-lookup | ✓ no | |
| get-text-record | ✓ no | |
| check-availability | ✓ no | |
| get-all-records | ✓ no |
| get-subdomains | ✓ no | |
| get-name-history | ✓ no | |
| get-registration-price | ✓ no |
{
"mcpServers": {
"fastmcp-meens": {
"command": "npx",
"args": [
"-y",
"@fastmcp-me/ens-mcp-server"
]
}
}
}