AI Tools Directory for LangChain
top.toolboxes/ai-tools-directory
Curated index of 221 AI tools across 21 industries. Search by use case, department or pricing tier.
client:LangChain
transport:streamable-http
tools:5
Install AI Tools Directory in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ai-tools-directory": {
"transport": "streamable_http",
"url": "https://ai-tools-mcp.toolboxes.top/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs