fixou for LangChain
fr.fixou/fixou
Create and track quote requests to local French tradespeople (80 trades) on fixou.fr.
client:LangChain
transport:streamable-http
tools:3
Install fixou in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fixou": {
"transport": "streamable_http",
"url": "https://mcp.fixou.fr/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs