Closed
Conversation
Member
|
Thanks for your interest in contributing! We are no longer accepting PRs to add server or framework listings to this README. Please publish your server to the MCP Server Registry instead — you can follow the quickstart guide to get listed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Ens MCP to the MCP Server Directory
Server: Ens MCP
Endpoint:
https://ens.mcp.junct.dev/mcpTransport: Streamable HTTP (stateless)
Auth: None
Description
ENS
MCP endpoint: https://ens.mcp.junct.dev/mcp
Domain: naming
Tools
MIN_REGISTRATION_DURATION— Get MIN_REGISTRATION_DURATION(). Read-only — does not modify contract state. Unrestricted — any addr…available— [DISCOVERY] Get available(name: string). Read-only — does not modify contract state. Unrestricted — …commit— Call commit(commitment: string). Write function — may have access control restrictions (e.g. onlyOwn…commitments— Get commitments(param0: string). Read-only — does not modify contract state. Unrestricted — any addr…makeCommitment— Get makeCommitment(name: string, owner: string, duration: string, secret: string, resolver: string, …maxCommitmentAge— Get maxCommitmentAge(). Read-only — does not modify contract state. Unrestricted — any address can c…minCommitmentAge— Get minCommitmentAge(). Read-only — does not modify contract state. Unrestricted — any address can c…nameWrapper— Get nameWrapper(). Read-only — does not modify contract state. Unrestricted — any address can call t…owner— Get owner(). Read-only — does not modify contract state. Unrestricted — any address can call this re…prices— Get prices(). Read-only — does not modify contract state. Unrestricted — any address can call this r…recoverFunds— Call recoverFunds(_token: string, _to: string, _amount: string). Write function — may have access co…register— Execute register(name: string, owner: string, duration: string, secret: string, resolver: string, da…renew— Execute renew(name: string, duration: string). Requires ETH value to be sent with the transaction. W…renounceOwnership— Call renounceOwnership(). Restricted: requires onlyOwner — only the owner address can call this. DAN…rentPrice— Get rentPrice(name: string, duration: string). Read-only — does not modify contract state. Unrestric…reverseRegistrar— Get reverseRegistrar(). Read-only — does not modify contract state. Unrestricted — any address can c…supportsInterface— Get supportsInterface(interfaceID: string). Read-only — does not modify contract state. Unrestricted…transferOwnership— Call transferOwnership(newOwner: string). Restricted: requires onlyOwner — only the owner address ca…valid— Get valid(name: string). Read-only — does not modify contract state. Unrestricted — any address can …withdraw— Call withdraw(). Unrestricted — any address can call this, but caller-specific logic may apply. Note…NameRegistered— Event emitted by the contract. Indexed fields (filterable): label, owner. Subscribe via log filters.NameRenewed— Event emitted by the contract. Indexed fields (filterable): label. Subscribe via log filters.OwnershipTransferred— Event emitted by the contract. Indexed fields (filterable): previousOwner, newOwner. Subscribe via l…Connection
{ "mcpServers": { "ens-mcp": { "url": "https://ens.mcp.junct.dev/mcp", "transport": "streamable-http" } } }Registry entry (
servers.json){ "id": "ens-mcp", "name": "Ens MCP", "description": "Get MIN_REGISTRATION_DURATION(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns uint256.", "repository": "https://github.com/junct-bot/ens-mcp", "endpoint": "https://ens.mcp.junct.dev/mcp", "transport": [ "streamable-http" ], "tags": [ "read", "write", "admin", "oracle", "erc20", "vault", "event" ], "version": "1.0.0", "author": "Junct", "llms_txt": "https://ens.mcp.junct.dev/llms.txt", "created_at": "2026-04-16T11:08:47.913Z" }Generated by Junct — agent-readiness infrastructure for crypto/DeFi.