virustotal for LangChain
io.github.burtthecoder/virustotal
MCP server for querying VirusTotal API with comprehensive security analysis tools.
client:LangChain
transport:stdio
runtime:npm
Install virustotal in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"virustotal": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@burtthecoder/mcp-virustotal"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs