Skip to content
LangChain

Holehe Email OSINT - Find Registered Accounts for LangChain

io.github.anshumanatrey/holehe-email-osint

Email OSINT Tool - Find Registered Accounts on 120+ Sites

client:LangChain transport:streamable-http

Install Holehe Email OSINT - Find Registered Accounts in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "holehe-email-osint": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com/?tools=anshumanatrey/holehe-email-osint",
        }
})

tools = await client.get_tools()

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

Holehe Email OSINT - Find Registered Accounts in other clients