
Ens Mcp
- Updated March 29, 2026
- junct-bot/ens-mcp
io.github.junct-bot/ens-mcp is a MCP server that provides twenty-three tools for ENS name resolution and reverse lookups.
About
io.github.junct-bot/ens-mcp brings Ethereum Name Service resolution into Model Context Protocol with twenty-three tools covering forward and reverse lookups. developers adding human-readable names to dApps, support bots, or internal admin tools can connect the remote MCP URL so Claude Code or Cursor validates `.eth` names and maps addresses without leaving the editor. Canonical placement is build → integrations alongside other protocol adapters; backend work overlaps when you implement resolution in API handlers. security reviews may use the server to double-check display names before go-live, but the server does not replace on-chain verification in production. Complexity is beginner-to-intermediate: concepts are familiar to Web3 devs, and setup is a single remote registration. It is an MCP data and lookup layer, not an ENS registrar or subdomain management suite.
- Twenty-three MCP tools for ENS name resolution and reverse lookups
- Hosted streamable-HTTP endpoint at ens.mcp.junct.dev
- Speeds agent-assisted Web3 UX work—profiles, send-to-ENS flows, address labels
- Version 1.1.0 server with GitHub source junct-bot/ens-mcp
- Developer-tools positioning: naming layer for Ethereum apps, not a wallet product
Ens Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http ens-mcp https://ens.mcp.junct.dev/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Last updated | March 29, 2026 |
| Repository | junct-bot/ens-mcp ↗ |
What it does
Resolve ENS names and reverse lookups from your coding agent when building Web3 login, payment, or identity features.
Who is it for?
Best when you're adding ENS-powered labels, login hints, or support tooling and want lookup automation inside MCP-aware agents.
Skip if: Skip if you need registrar operations, DNS hybrid management, or authoritative on-chain proof without independent verification in production.
What you get
After registering the ENS MCP remote, your agent can resolve and reverse-resolve names while you implement identity and payment flows.
- Twenty-three ENS lookup tools callable by your agent
- Faster implementation of name-to-address and address-to-name features
- Reduced manual explorer lookups during Web3 integration coding
By the numbers
- 23 MCP tools for resolution and reverse lookups
- Server version 1.1.0
- Remote URL: https://ens.mcp.junct.dev/mcp
README.md
Ens MCP Server
MCP server for Ens. Agent-ready API for Ens.
Hosted at ens.mcp.junct.dev/mcp. Free to use. No auth. No API key required.
Part of Junct — the agent-readiness layer for the crypto stack.
Quick Start
Add to your MCP client config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"ens": {
"url": "https://ens.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Ens API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.
- Protocol: Ens
- Endpoint:
https://ens.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: ens.mcp.junct.dev/llms.txt
- Server card: ens.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Ens, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Recommended MCP Servers
How it compares
ENS resolution MCP with twenty-three lookup tools, not a domain purchase marketplace or smart-contract deploy skill.
FAQ
Who is io.github.junct-bot/ens-mcp for?
Web3 developers and agent users who need forward and reverse ENS lookups inside Claude Code, Cursor, or similar MCP clients.
When should I use io.github.junct-bot/ens-mcp?
Use it while building or reviewing features that display, validate, or search Ethereum names and their linked addresses.
How do I add io.github.junct-bot/ens-mcp to my agent?
Add https://ens.mcp.junct.dev/mcp as a streamable-HTTP MCP remote in your client config, then reload to expose the twenty-three ENS tools.