Back to MCP Servers

Tomba

Email discovery, verification, and enrichment tools. Find email addresses, verify deliverability, enrich contact data, discover authors and LinkedIn profiles, validate phone numbers, and analyze technology stacks.

marketingai

Installation

npx -y tomba-mcp-server

Configuration

{
  "mcpServers": {
    "tomba-mcp-server": {
      "command": "npx",
      "args": ["-y", "tomba-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub