outils for LangChain
fr.scoreinvest/outils
Outils ScoreInvest.fr en lecture seule : taux, simulateurs, statut produits, démenti phishing.
client:LangChain
transport:streamable-http
tools:12
Install outils in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"outils": {
"transport": "streamable_http",
"url": "https://scoreinvest.fr/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs