Skip to content
LangChain

hederatoolbox for LangChain

io.github.mountainmystic/hederatoolbox

Hedera blockchain intelligence for AI agents. 23 tools, 7 modules. HBAR micropayments. No signup.

client:LangChain transport:stdio runtime:npm

Install hederatoolbox in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hederatoolbox": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@hederatoolbox/platform"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

hederatoolbox in other clients