Skip to content
LangChain

Hollerdex: Website Contact Finder (Emails, Phones & Socials) for LangChain

io.github.shawmena-dotcom/website-contacts

Hollerdex: a domain's public emails, phones and social profiles as one ranked contact card.

client:LangChain transport:streamable-http

Install Hollerdex: Website Contact Finder (Emails, Phones & Socials) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "website-contacts": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com/?tools=cybermax/website-contacts",
        }
})

tools = await client.get_tools()

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

Hollerdex: Website Contact Finder (Emails, Phones & Socials) in other clients