bill of sale for LangChain
io.github.theluckystrike/bill-of-sale
Bills of sale for equipment, vehicles and stock: draft, finalize, print with signature lines.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:10
Install bill of sale in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bill-of-sale": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/bill-of-sale",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs