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
- list_public_cve_records
- get_public_cve_record
- search_public_cve_records
- get_capabilities
- get_my_account
- list_workspaces
- get_workspace
- list_assets
- get_asset
- begin_domain_authorization
- check_domain_authorization
- list_assessments
- get_assessment
- prepare_assessment
- launch_assessment
- cancel_assessment
- list_findings
- get_finding
- list_reports
- get_report
- get_credit_summary
- list_audit_events