Skip to content
LangChain

invoicehub for LangChain

dev.invoicehub/invoicehub

Validate, generate & convert EU e-invoices (UBL, CII, XRechnung, Factur-X) — EN 16931 pre-validated.

client:LangChain transport:streamable-http tools:4

Install invoicehub in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "invoicehub": {
            "transport": "streamable_http",
            "url": "https://api.invoicehub.dev/mcp",
        }
})

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

invoicehub in other clients