Skip to content
LangChain

survey light for LangChain

com.mobopinions/survey-light

Build, target, launch and analyse consumer surveys from your AI assistant (Survey Light, 71 tools).

client:LangChain transport:streamable-http

Install survey light in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "survey-light": {
            "transport": "streamable_http",
            "url": "https://surveys.mobopinions.com/light-api/mcp",
        }
})

tools = await client.get_tools()

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

survey light in other clients