Skip to content
LangChain

GrowSurf for LangChain

com.growsurf/growsurf

Build and manage GrowSurf referral and affiliate programs through AI assistants.

client:LangChain transport:streamable-http runtime:npm

Install GrowSurf in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

GrowSurf in other clients