About whitepages-mcp
whitepages-mcp is an MCP server in the Other category. It has been installed 0 times through Conduid.
Install
git clone https://github.com/dineshrapid/whitepages-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about whitepages-mcp
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
Whitepages MCP Server
Scrape Whitepages using Playwright, exposed as an MCP tool for workflow automation (via Smithery or n8n).
Tools
check_whitepages(name: str, location: str = "New York, NY")
Usage
- Deploy this repo to Smithery (
https://smithery.ai). - Connect the MCP server in your workflow engine (n8n, LangChain, or custom).
- Use the
check_whitepagestool in your workflow.
Local Run
pip install -r requirements.txt
playwright install chromium
python whitepages_mcp.py
README mirrored from the source repository 4 months ago. The original is authoritative.