Skip to content
LangChain

Invoice Rounding Guide for LangChain

io.github.wxt-ai/invoice-rounding-guide

Set invoice rounding guidance

client:LangChain transport:streamable-http

Install Invoice Rounding Guide in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "invoice-rounding-guide": {
            "transport": "streamable_http",
            "url": "https://openings-vote-drilling-initially.trycloudflare.com/mcp/invoice-rounding-guide",
        }
})

tools = await client.get_tools()

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

Invoice Rounding Guide in other clients