Skip to content
LangChain

Comunicate.eu for LangChain

eu.comunicate/publishing

Publish press releases and advertorials on 3,800+ news sites: catalogue, prices, orders.

client:LangChain transport:streamable-http

Install Comunicate.eu in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "publishing": {
            "transport": "streamable_http",
            "url": "https://app.comunicate.eu/mcp",
        }
})

tools = await client.get_tools()

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

Comunicate.eu in other clients