Skip to content
LangChain

BlackDome Threat Intel for LangChain

io.github.blackdome-ai/blackdome

Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors.

client:LangChain transport:stdio runtime:pypi

Install BlackDome Threat Intel in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "blackdome": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["blackdome-mcp"],
        }
})

tools = await client.get_tools()

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

BlackDome Threat Intel in other clients