Skip to content
LangChain

VulnHunt Security Intelligence for LangChain

io.github.owenkingva-web/vulnhunt

Read-only smart-contract security intelligence for autonomous agents.

client:LangChain transport:streamable-http tools:11

Install VulnHunt Security Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "vulnhunt": {
            "transport": "streamable_http",
            "url": "https://vulnhunt-agent-api-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

What LangChain can do once it is connected

VulnHunt Security Intelligence in other clients