Skip to content
LangChain

contix for LangChain

es.contix/contix

Spanish Veri*factu invoicing: create invoices and manage billing from your AI assistant.

client:LangChain transport:streamable-http

Install contix in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "contix": {
            "transport": "streamable_http",
            "url": "https://api.contix.es/api/v1/mcp",
        }
})

tools = await client.get_tools()

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

contix in other clients