title check for LangChain
com.dropwatchhq/title-check
VIN/HIN pre-purchase report: open NHTSA recalls, complaints, investigations, title-brand & liens.
client:LangChain
transport:streamable-http
tools:1
Install title check in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"title-check": {
"transport": "streamable_http",
"url": "https://titlecheck.dropwatchhq.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs