Foundaree for LangChain
io.github.shujahmhd/foundaree
Find and book real people by skill, city and availability: doctors, developers, plumbers and more.
client:LangChain
transport:streamable-http
tools:14
Install Foundaree in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"foundaree": {
"transport": "streamable_http",
"url": "https://foundaree.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs