quotes estimates proposals vat win rate for LangChain
io.github.theluckystrike/quotes-estimates-proposals-vat-win-rate
Quotes and estimates: VAT line items, a validity date, an A4 PDF, accept makes an invoice.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:12
Install quotes estimates proposals vat win rate in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"quotes-estimates-proposals-vat-win-rate": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/quotes",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs