Skip to content
LangChain

chomptron for LangChain

io.github.swantron/chomptron

Generate a recipe from ingredients on hand, with optional dietary restrictions. Free.

client:LangChain transport:streamable-http tools:1

Install chomptron in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

chomptron in other clients