Skip to content
LangChain

toolalize mcp for LangChain

io.github.vertisky/toolalize-mcp

Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).

client:LangChain transport:streamable-http tools:3

Install toolalize mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "toolalize-mcp": {
            "transport": "streamable_http",
            "url": "https://toolalize.com/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

toolalize mcp in other clients