Skip to content
LangChain

House Duck for LangChain

in.houseduck/house-duck-public

Read-only public information about House Duck games and its Korean-first development Blog.

client:LangChain transport:streamable-http tools:1

Install House Duck in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "house-duck-public": {
            "transport": "streamable_http",
            "url": "https://bbgwvpwzkyudbtcgrbtm.supabase.co/functions/v1/house-duck-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

House Duck in other clients