research for LangChain
ai.userintuition/research
Design and run AI-moderated voice, chat and video research studies, recruit panels, get results.
client:LangChain
transport:streamable-http
Install research in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"research": {
"transport": "streamable_http",
"url": "https://mcp.userintuition.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs