Raintree Technology for LangChain
technology.raintree/public
Anonymous public tools for Raintree Technology. See the published agent boundary before use.
client:LangChain
transport:streamable-http
tools:7
Install Raintree Technology in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"public": {
"transport": "streamable_http",
"url": "https://raintree.technology/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs