Odile Labs for LangChain
com.odilelabs/odile
Odile Make reformats video and photos for social. Receptionist benchmark and prices need no sign-in.
client:LangChain
transport:streamable-http
tools:9
Install Odile Labs in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"odile": {
"transport": "streamable_http",
"url": "https://odilelabs.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs