Domain Check for LangChain
io.github.stucchi/domain-check
Check domain availability across 500+ TLDs. Single and bulk checks with UI.
client:LangChain
transport:stdio
runtime:pypi
Install Domain Check in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"domain-check": {
"transport": "stdio",
"command": "uvx",
"args": ["domain-check-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs