Skip to content
LangChain

Website Email Extractor, Phone & Contact Finder (CSV, Sheet) for LangChain

io.github.nero-engine/website-contact-finder

Published emails, phones and social profiles for every website in a list, CSV or Google Sheet.

client:LangChain transport:streamable-http

Install Website Email Extractor, Phone & Contact Finder (CSV, Sheet) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Website Email Extractor, Phone & Contact Finder (CSV, Sheet) in other clients