Skip to content
LangChain

publishwith.ai for LangChain

ai.publishwith/mcp

Publish AI reports as managed native links with versions, access control, revocation, and audit.

client:LangChain transport:streamable-http

Install publishwith.ai in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp": {
            "transport": "streamable_http",
            "url": "https://publishwith.ai/mcp",
        }
})

tools = await client.get_tools()

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

publishwith.ai in other clients