Skip to content
LangChain

namecheap for LangChain

io.github.ziggythebot/namecheap

Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links

client:LangChain transport:stdio runtime:npm

Install namecheap in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "namecheap": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@birdmania1/namecheap-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

namecheap in other clients