Skip to content
LangChain

Lazyweb Public Discovery for LangChain

com.lazyweb/discovery

Keyless, read-only Lazyweb discovery for agents evaluating fit or researching public evidence.

client:LangChain transport:streamable-http tools:8

Install Lazyweb Public Discovery in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "discovery": {
            "transport": "streamable_http",
            "url": "https://www.lazyweb.com/mcp/public",
        }
})

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

Lazyweb Public Discovery in other clients