Skip to content
LangChain

独行录 / opcmenu for LangChain

io.github.yzlee/opcmenu

Find founders, collaboration opportunities and events; manage authorized signups and messages.

client:LangChain transport:streamable-http tools:251

Install 独行录 / opcmenu in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

All 251 tools →

独行录 / opcmenu in other clients