Kawal for LangChain
io.github.pugarhuda/kawal
Evidence about ERC-8004 agents on BNB Smart Chain, gathered by calling them. No key.
client:LangChain
transport:streamable-http
tools:9
Install Kawal in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"kawal": {
"transport": "streamable_http",
"url": "https://kawal-three.vercel.app/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs