Skip to content
LangChain

FrunkLab for LangChain

com.frunklab/wraps

AI Tesla Paint Shop wraps and lock chimes for your FrunkLab account, plus gallery and sound search.

client:LangChain transport:streamable-http

Install FrunkLab in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

FrunkLab in other clients