Skip to content
LangChain

Bug Bounty Intelligence for LangChain

io.github.holistis/bug-bounty-intelligence-mcp

AI security scanner for Solidity + free CC0 dataset of Sherlock audit-competition acceptance rates.

client:LangChain transport:streamable-http

Install Bug Bounty Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bug-bounty-intelligence-mcp": {
            "transport": "streamable_http",
            "url": "https://wazir-x402.duckdns.org/api/bug-intel",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Bug Bounty Intelligence in other clients