dropcoin invoice for LangChain
io.github.freshfos/dropcoin-invoice
German e-invoicing: generate XRechnung 3.0, pre-check and extract (incl. ZUGFeRD PDF). Paid.
client:LangChain
transport:streamable-http
tools:3
Install dropcoin invoice in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dropcoin-invoice": {
"transport": "streamable_http",
"url": "https://invoice-api.dropcoin.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs