Skip to content
LangChain

WebStartHub services for LangChain

com.webstarthub/services

Public services, guide/FAQ search and estimates. Inquiry drafts require scoped authentication.

client:LangChain transport:streamable-http

Install WebStartHub services in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "services": {
            "transport": "streamable_http",
            "url": "https://webstarthub.com/mcp",
        }
})

tools = await client.get_tools()

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

WebStartHub services in other clients