Skip to content
LangChain

Webcake Landing for LangChain

io.github.vuluu2k/webcake-landing-mcp

Build, validate, and persist Webcake landing-page source JSON: element schemas plus AI usage hints.

client:LangChain transport:streamable-http runtime:npm

Install Webcake Landing in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "webcake-landing-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.toolvn.io.vn/mcp",
        }
})

tools = await client.get_tools()

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

Webcake Landing in other clients