Skip to content
LangChain

Gate Info MCP for LangChain

io.github.gateio-dev/gate-info

Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.

client:LangChain transport:streamable-http tools:32

Install Gate Info MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "gate-info": {
            "transport": "streamable_http",
            "url": "https://api.gatemcp.ai/mcp/info",
        }
})

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

All 32 tools →

Gate Info MCP in other clients