Skip to content
LangChain

dystro for LangChain

dev.dystro/dystro

Unified social posting, inbox & analytics across 12+ platforms. Sign in with Dystro or API key.

client:LangChain transport:streamable-http

Install dystro in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "dystro": {
            "transport": "streamable_http",
            "url": "https://app.dystro.dev/api/mcp",
        }
})

tools = await client.get_tools()

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

dystro in other clients