Cybersecurity Threat Intelligence MCP for LangChain
io.github.foundrynet/cyber-intel-mcp
CVE search, vulnerability database, EPSS exploit prediction, KEV, IP reputation & threat feed.
client:LangChain
transport:streamable-http
Install Cybersecurity Threat Intelligence MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cyber-intel-mcp": {
"transport": "streamable_http",
"url": "https://cyber-intel-mcp-production.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs