Skip to content
LangChain

asset register for LangChain

io.github.theluckystrike/asset-register

Fixed assets and depreciation from bundled Polish KST, HMRC and IRS MACRS tables.

client:LangChain transport:streamable-http runtime:mcpb tools:9

Install asset register in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "asset-register": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/asset-register",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

asset register in other clients