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