research for LangChain
com.brontir/research
Web research across search, Reddit, YouTube, reviews and ad libraries, with line-numbered citations
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://research.brontir.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs