Skip to content
LangChain

Agrus.ai — Enterprise AI Agency for LangChain

io.github.phwizard/mcp-agrus-ai

AI consulting agency for regulated industries. Scope a PoC, query compliance, request a proposal.

client:LangChain transport:streamable-http tools:7

Install Agrus.ai — Enterprise AI Agency in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Agrus.ai — Enterprise AI Agency in other clients