Hit The Road Rentals for LangChain
io.github.hittheroad-git/hittheroad-mcp
Search campervans and motorhomes worldwide. 300+ rental companies. AU, NZ, US, CA, UK and more.
client:LangChain
transport:streamable-http
tools:2
Install Hit The Road Rentals in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hittheroad-mcp": {
"transport": "streamable_http",
"url": "https://hittheroad.rentals/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs