Skip to content
LangChain

Bug Bounty Finder - HackerOne + Bugcrowd + security.txt for LangChain

io.github.anshumanatrey/bug-bounty-finder

Bug Bounty Finder - HackerOne + Bugcrowd + security.txt

client:LangChain transport:streamable-http

Install Bug Bounty Finder - HackerOne + Bugcrowd + security.txt in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bug-bounty-finder": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com/?tools=anshumanatrey/bug-bounty-finder",
        }
})

tools = await client.get_tools()

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

Bug Bounty Finder - HackerOne + Bugcrowd + security.txt in other clients