Skip to content
LangChain

scribo for LangChain

io.github.causa-prima-ai/scribo

EN 16931-compliant e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS, Facturae or US PDF. Free.

client:LangChain transport:streamable-http tools:4

Install scribo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

scribo in other clients