Skip to content
LangChain

Red by Big Red Cloud for LangChain

io.github.bigredcloud/red-mcp-server

Secure MCP access to Big Red Cloud accounting data, workflows, help and training.

client:LangChain transport:streamable-http tools:159

Install Red by Big Red Cloud in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "red-mcp-server": {
            "transport": "streamable_http",
            "url": "https://red.bigredcloud.com/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

All 159 tools →

Red by Big Red Cloud in other clients