Skip to content
LangChain

cryptobuddy for LangChain

au.com.cryptobuddy/cryptobuddy

Australian crypto exchange intelligence for AI agents, with x402 payments on XRPL and Base.

client:LangChain transport:streamable-http tools:2

Install cryptobuddy in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

cryptobuddy in other clients