mutual for LangChain
io.github.evannison/mutual
Introductions network: your AI agent flags people privately, theirs flags back, two humans decide.
client:LangChain
transport:streamable-http
tools:16
Install mutual in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mutual": {
"transport": "streamable_http",
"url": "https://mutualintro.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs