TrustBench for LangChain
io.github.lithvall/trustbench
x402 provider rankings + Ed25519-signed payment receipts + signature verification (3 tools).
client:LangChain
transport:streamable-http
runtime:npm
tools:3
Install TrustBench in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"trustbench": {
"transport": "streamable_http",
"url": "https://trustbench.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs