domain age pro for LangChain
com.jojapi/domain-age-pro
Domain Age PRO: Check the domain age using fastest api response. On the JoJ API marketplace.
client:LangChain
transport:streamable-http
tools:1
Install domain age pro in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"domain-age-pro": {
"transport": "streamable_http",
"url": "https://mcp.jojapi.com/domain-age-pro",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs