rental review for LangChain
co.truerent/rental-review
Free professional review of a contractor's equipment rental invoices. Referral and intake only.
client:LangChain
transport:streamable-http
tools:3
Install rental review in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"rental-review": {
"transport": "streamable_http",
"url": "https://truerent.co/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs