Skip to content
LangChain

share for LangChain

com.htmlradar/share

Publish HTML as a tracked link and see who opened it and which sections they read.

client:LangChain transport:streamable-http runtime:npm

Install share in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

share in other clients