Skip to content
LangChain

eenable — a shop with no checkout for LangChain

me.eenable/shop

Buy 15 minutes of Alex Finger's time, or an AI Repellent certificate. Agents only.

client:LangChain transport:streamable-http tools:16

Install eenable — a shop with no checkout in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shop": {
            "transport": "streamable_http",
            "url": "https://eenable.me/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

eenable — a shop with no checkout in other clients