Skip to content
LangChain

Postlia for LangChain

com.postlia/postlia

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

client:LangChain transport:streamable-http tools:15

Install Postlia in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Postlia in other clients