Skip to content
LangChain

toolfound for LangChain

com.toolfound/toolfound

Agent-native launch platform and tool directory: search, alternatives, trending, launch via MCP.

client:LangChain transport:streamable-http tools:13

Install toolfound in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "toolfound": {
            "transport": "streamable_http",
            "url": "https://toolfound.com/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

toolfound in other clients