Skip to content
LangChain

Hacker Bob public records for LangChain

io.github.bobnetsec/hacker-bob-public-records

Read-only public CVE records, capability metadata, and agent instructions from Hacker Bob.

client:LangChain transport:streamable-http tools:22

Install Hacker Bob public records in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hacker-bob-public-records": {
            "transport": "streamable_http",
            "url": "https://hackerbob.ai/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

Hacker Bob public records in other clients