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"
]
}
}
}