harvest for LangChain
io.usefulapi/harvest
Read time entries, projects, clients, tasks and invoices; log and update tracked time.
client:LangChain
transport:streamable-http
Install harvest in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"harvest": {
"transport": "streamable_http",
"url": "https://harvest.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs