ENS MCP ServerServer

JustaName-id
GitHub
BlockchainWeb3Decentralized Tech

Loading subscription status...

💡 Description

An MCP server for the Ethereum Name Service (ENS). Enables Claude to interact with the ENS system to resolve names to Ethereum addresses, check availability, retrieve records, and access other ENS-related information.

📝 JSON Entries

{
  "mcpServers": [
    {
      "ens": {
        "env": {
          "PROVIDER_URL": "https://your-provider-url.com,https://your-backup-provider.com"
        },
        "args": [
          "-y",
          "mcp-server-ens"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

ENS Name ResolutionReverse LookupText Record RetrievalAvailability CheckGet All RecordsSubdomain RetrievalName History RetrievalFetch Registration Fees

Features

  • Name resolution
  • Reverse lookup
  • Retrieve text records
  • Check availability
  • Get all records
  • Retrieve subdomains
  • Get name history
  • Fetch registration fees

💬 Example Queries

  • Resolve ENS name to Ethereum address
  • Get ENS name from Ethereum address
  • Check if an ENS name is available
  • Retrieve text records for an ENS name