agent escrow for LangChain
io.github.jdhart81/agent-escrow
Trustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper-
client:LangChain
transport:streamable-http
tools:9
Install agent escrow in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-escrow": {
"transport": "streamable_http",
"url": "https://mcp.viridisconservation.com/escrow/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs