fixed assets for LangChain
io.github.theluckystrike/fixed-assets
Keep a fixed asset register: cost, depreciation to date, disposals and net book value.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:9
Install fixed assets in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fixed-assets": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/fixed-assets",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs