Connects Claude to the Ethereum Name Service for resolving .eth domains to addresses and vice versa. All 23 tools map directly to ENS API endpoints for lookups, reverse resolution, and name queries. Hosted by Junct with no auth required, so you can drop the endpoint into your MCP config and immediately start resolving names in conversations. Useful when you're building crypto tools and need to let Claude translate between human readable names and blockchain addresses without writing integration code yourself. Deterministically generated from the API spec, so the tools match what the actual endpoints do.
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.
Add to your MCP client config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"ens": {
"url": "https://ens.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
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.
https://ens.mcp.junct.dev/mcpEns, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP