Skip to content
LangChain

Statiko — Telegram trends & channel analytics for LangChain

io.statiko/telegram

Live Telegram data: trending topics, channel profiles & metrics, post history incl. edits/deletions.

client:LangChain transport:streamable-http tools:10

Install Statiko — Telegram trends & channel analytics in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "telegram": {
            "transport": "streamable_http",
            "url": "https://mcp.statiko.io/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

Statiko — Telegram trends & channel analytics in other clients