research intel for LangChain
com.dropwatchhq/research-intel
Research GTM triggers: new NIH grants by PI/institution and new clinical trials by sponsor/phase.
client:LangChain
transport:streamable-http
tools:5
Install research intel in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"research-intel": {
"transport": "streamable_http",
"url": "https://research.dropwatchhq.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs