signal for LangChain
com.returnonsecurity/signal
Cybersecurity market intelligence: funding rounds, M&A, investors, valuations, corporate lineage.
client:LangChain
transport:streamable-http
Install signal in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"signal": {
"transport": "streamable_http",
"url": "https://mcp.returnonsecurity.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs