Skip to content
LangChain

MaxStat MCP for LangChain

io.github.fbmdata/maxstat-mcp

Search 408K+ MAX channels and 86M+ posts; metrics, reactions, forwards, webhooks and usage.

client:LangChain transport:streamable-http

Install MaxStat MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "maxstat-mcp": {
            "transport": "streamable_http",
            "url": "https://maxstat.ru/api/mcp",
        }
})

tools = await client.get_tools()

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

MaxStat MCP in other clients