Skip to content
LangChain

Brivvy MCP for LangChain

io.github.brivvyhq/mcp

Brivvy MCP (OAuth): on-brand AI content, voice rules, templates, glossary.

client:LangChain transport:streamable-http

Install Brivvy MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.brivvy.io",
        }
})

tools = await client.get_tools()

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

Brivvy MCP in other clients