Skip to content
LangChain

Antevo Mandates for LangChain

ch.antevo/mandates

Your client book: who is due a review, what their mandate allows, and what has moved.

client:LangChain transport:streamable-http tools:24

Install Antevo Mandates in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mandates": {
            "transport": "streamable_http",
            "url": "https://api.antevo.ch/mcp/mandates/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

Antevo Mandates in other clients