Skip to content
LangChain

Kema Invoice for LangChain

com.kema-studio/invoice

Compliant invoicing for freelancers: create, issue and track invoices from your AI agent.

client:LangChain transport:streamable-http

Install Kema Invoice in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "invoice": {
            "transport": "streamable_http",
            "url": "https://mcp.kema-studio.com/api/mcp",
        }
})

tools = await client.get_tools()

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

Kema Invoice in other clients