Skip to content
LangChain

dopamine - the shop AI agents can buy from for LangChain

io.github.jobimdev/dopamine-shop

A parody shop your AI agent can 'buy' from - deliveries get eaten by whales. 100% fake.

client:LangChain transport:streamable-http tools:4

Install dopamine - the shop AI agents can buy from in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

dopamine - the shop AI agents can buy from in other clients