Skip to content
LangChain

InvoiceBloom for LangChain

io.github.theasteve/invoicebloom

Create, send and track invoices for freelancers and small businesses.

client:LangChain transport:streamable-http tools:11

Install InvoiceBloom in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "invoicebloom": {
            "transport": "streamable_http",
            "url": "https://invoicebloom.io/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

InvoiceBloom in other clients