Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Email Checker MCP Server
  • Linear MCP Server
  • Inoyu Apache Unomi MCP Server
  • MCP Pokemon Server
  • Figma MCP Server
Back to MCP Servers
Findymail MCP Server

Findymail MCP Server

Public
Meerkats-Ai/findymail-mcp-server

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.

javascript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Findymail MCP Server

MCP Server

Unlock the full potential of Findymail MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Findymail MCP Server

This is a Model Context Protocol (MCP) server that integrates with the Findymail API to provide email validation and finding capabilities.

Features

  • Validate email addresses to check if they are valid and deliverable
  • Find work emails for individuals using name and company information
  • Find work emails for individuals using their profile URLs (LinkedIn, etc.)

Setup

Local Setup

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Create a .env file based on .env.example and add your Findymail API key:
    FINDYMAIL_API_KEY=your_api_key_here
    
  4. Build the server:
    npm run build
    
  5. Start the server:
    npm start
    

Docker Setup

  1. Clone this repository
  2. Create a .env file with your Findymail API key
  3. Build and run using Docker Compose:
    docker-compose up -d
    

MCP Configuration

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": [] } } }

Available Tools

  • findymail_validate_email: Validate an email address to check if it's valid and deliverable
  • findymail_find_work_email: Find a work email for an individual using name and company information
  • findymail_find_work_email_from_profile: Find a work email for an individual using their profile URL

License

ISC

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Email Checker MCP Server
    Email Checker MCP Server

    Validate email addresses efficiently with a Model Context Protocol server offering simple JSON respo...

    1 tools
    Added May 30, 2025
  • Linear MCP Server
    Linear MCP Server

    Model Context Protocol server integrating with the Linear API to enable advanced project, initiative...

    Added May 30, 2025
  • Inoyu Apache Unomi MCP Server
    Inoyu Apache Unomi MCP Server

    Enables Model Context Protocol integration with Apache Unomi for email-based user profile management...

    Added May 30, 2025
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation enabling interaction with the PokeAPI to fetch dynamic Pokémon data and...

    Added May 30, 2025
  • Figma MCP Server
    Figma MCP Server

    Model Context Protocol server bridging Figma designs and React by converting design files into React...

    Added May 30, 2025