Skip to content
LangChain

netcafe build for LangChain

com.ainetcafe/netcafe-build

Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.

client:LangChain transport:streamable-http tools:7

Install netcafe build in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "netcafe-build": {
            "transport": "streamable_http",
            "url": "https://ainetcafe.com/mcp/build?s=registry",
        }
})

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

netcafe build in other clients