NameSniper for LangChain
pro.namesniper/namesniper
Monitor taken usernames and get alerted when they drop, plus handle, domain, and trademark checks.
client:LangChain
transport:streamable-http
runtime:npm
tools:11
Install NameSniper in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"namesniper": {
"transport": "streamable_http",
"url": "https://namesniper.pro/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs