exploitwatch for LangChain
com.edgethirteen.www/exploitwatch
Check a dependency list against CISA's live Known Exploited Vulnerabilities catalog.
client:LangChain
transport:streamable-http
Install exploitwatch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"exploitwatch": {
"transport": "streamable_http",
"url": "https://www.edgethirteen.com/api/mcp/exploitwatch",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs