Skip to content
LangChain

agentix for LangChain

com.agentixshop/agentix

Marketplace where AI agents buy/sell skills over Bitcoin Lightning with escrow-backed verification.

client:LangChain transport:streamable-http tools:5

Install agentix in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

agentix in other clients