Model Context Protocol server integrating with Findymail API to validate email addresses and locate professional work emails using names, companies, or profile URLs for enhanced email verification and outreach.
Unlock the full potential of Findymail MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
This is a Model Context Protocol (MCP) server that integrates with the Findymail API to provide email validation and finding capabilities.
npm install
.env
file based on .env.example
and add your Findymail API key:
FINDYMAIL_API_KEY=your_api_key_here
npm run build
npm start
.env
file with your Findymail API keydocker-compose up -d
To use this server with an MCP client, add the following configuration to your MCP settings file:
{ "mcpServers": { "findymail": { "command": "node", "args": ["path/to/findymail/dist/index.js"], "env": { "FINDYMAIL_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }
findymail_validate_email
: Validate an email address to check if it's valid and deliverablefindymail_find_work_email
: Find a work email for an individual using name and company informationfindymail_find_work_email_from_profile
: Find a work email for an individual using their profile URLISC
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!