Open
Conversation
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: vault
Tools
MIN_REGISTRATION_DURATION— Calls MIN_REGISTRATION_DURATION(). Read-only — does not modify contract state. Unrestricted — any ad…available— Calls available(name: string). Read-only — does not modify contract state. Unrestricted — any addres…commit— Calls commit(commitment: string). Write function — may have access control restrictions (e.g. onlyOw…commitments— Calls commitments(param0: string). Read-only — does not modify contract state. Unrestricted — any ad…makeCommitment— Calls makeCommitment(name: string, owner: string, duration: string, secret: string, resolver: string…maxCommitmentAge— Calls maxCommitmentAge(). Read-only — does not modify contract state. Unrestricted — any address can…minCommitmentAge— Calls minCommitmentAge(). Read-only — does not modify contract state. Unrestricted — any address can…nameWrapper— Calls nameWrapper(). Read-only — does not modify contract state. Unrestricted — any address can call…owner— Calls owner(). Read-only — does not modify contract state. Unrestricted — any address can call this …prices— Calls prices(). Read-only — does not modify contract state. Unrestricted — any address can call this…recoverFunds— Calls recoverFunds(_token: string, _to: string, _amount: string). Write function — may have access c…register— Calls register(name: string, owner: string, duration: string, secret: string, resolver: string, data…renew— Calls renew(name: string, duration: string). Requires ETH value to be sent with the transaction. Wri…renounceOwnership— Calls renounceOwnership(). Restricted: requires onlyOwner — only the owner address can call this. DA…rentPrice— Calls rentPrice(name: string, duration: string). Read-only — does not modify contract state. Unrestr…reverseRegistrar— Calls reverseRegistrar(). Read-only — does not modify contract state. Unrestricted — any address can…supportsInterface— Calls supportsInterface(interfaceID: string). Read-only — does not modify contract state. Unrestrict…transferOwnership— Calls transferOwnership(newOwner: string). Restricted: requires onlyOwner — only the owner address c…valid— Calls valid(name: string). Read-only — does not modify contract state. Unrestricted — any address ca…withdraw— Calls withdraw(). Unrestricted — any address can call this, but caller-specific logic may apply. Not…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": "Calls 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-03-14T06:09:07.642Z" }Generated by Junct — agent-readiness infrastructure for crypto/DeFi.