quorum for LangChain
io.github.godzilla-lab/quorum
Market evidence with receipts: every claim resolves to a real stored record you can fetch back.
client:LangChain
transport:streamable-http
tools:5
Install quorum in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"quorum": {
"transport": "streamable_http",
"url": "https://quorum-api-j15n.onrender.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs