snovio-mcp-server

koldozagana-bot/snovio-mcp-server

3.2

If you are the rightful owner of snovio-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Snov.io MCP Server integrates Snov.io's email finding and verification capabilities with Claude Desktop, providing a seamless experience for managing email-related tasks.

Tools
4
Resources
0
Prompts
0

Snov.io MCP Server

MCP (Model Context Protocol) server for integrating Snov.io email finding and verification capabilities with Claude Desktop.

Features

  • 🔍 Email Finder - Find email addresses by name and domain
  • Email Verifier - Verify email deliverability
  • 🌐 Domain Search - Find all emails from a domain
  • 💼 LinkedIn Search - Find emails from LinkedIn profiles

Quick Start

1. Get Your Snov.io API Key

  1. Sign up at snov.io
  2. Go to API Settings
  3. Copy your API key

2. Configure Environment

# Edit .env file and add your key
SNOVIO_API_KEY=your_actual_api_key_here

3. Build the Server

npm run build

4. Test with MCP Inspector

npm run inspect

5. Configure Claude Desktop

Add to your Claude Desktop config:

Windows: %APPDATA%\Claude\claude_desktop_config.json
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "snovio": {
      "command": "node",
      "args": ["C:/absolute/path/to/dist/index.js"],
      "env": {
        "SNOVIO_API_KEY": "your-api-key"
      }
    }
  }
}

Development

# Run in development mode with hot reload
npm run dev

# Build for production
npm run build

# Run MCP Inspector for testing
npm run inspect

Available Tools

snovio_find_email

Find an email address by person's name and company domain.

snovio_verify_email

Check if an email address is valid and deliverable.

snovio_domain_search

Find all email addresses associated with a domain.

snovio_linkedin_search

Find email address from a LinkedIn profile URL.

Managing Updates

This repository uses GitHub for version control. Each change creates a "checkpoint" (commit) that you can reference later.

To update your code:

  1. Make changes on your local computer
  2. Ask Claude to sync the changes to GitHub
  3. Claude will read your local files and update GitHub

License

MIT