Skip to content
LangChain

tgatlas for LangChain

io.github.starnikovoleg/tgatlas

Public Telegram channels for agents: profiles, posting cadence, and similar-channel discovery.

client:LangChain transport:stdio runtime:npm

Install tgatlas in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tgatlas": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "tgatlas-mcp"],
        }
})

tools = await client.get_tools()

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

tgatlas in other clients