floot for LangChain
com.floot/floot
Build and publish full-stack web and mobile apps on Floot from any MCP client. Building is free.
client:LangChain
transport:streamable-http
tools:45
Install floot in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"floot": {
"transport": "streamable_http",
"url": "https://mcp.floot.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs