tomba-io/tomba-mcp-server
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.
Ads
Overview
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.
Installation
npx -y @tomba-io/tomba-mcp-server
Configuration
{
"mcpServers": {
"tomba": {
"command": "npx",
"args": [
"-y",
"@tomba-io/tomba-mcp-server"
],
"env": {
"TOMBA_API_KEY": "your-api-key-here",
"TOMBA_SECRET_KEY": "your-secret-key-here"
}
}
}
}Capabilities
- Find email addresses by domain
Ask to list all emails for a company via `domain_search`, with pagination and filters.
- Generate a person's email
Use `email_finder` to construct a likely address from a name and domain, then verify it.
- Verify email deliverability
Check an address with `email_verifier` for status, score, and MX/SMTP checks.
- Enrich a contact profile
Pull full details like job title, LinkedIn, and phone for an email using `email_enrichment`.
- Discover author or LinkedIn emails
Extract contacts from an article URL via `author_finder` or from a profile with `linkedin_finder`.
- Research companies and tech stacks
Use `companies_search` with filters, `similar_finder` for competitors, and `technology_finder` for stack insights.
Tags
- sales
- email-automation
- crm
- marketing-automation
- data-analysis
- awesome-list
Related MCP servers
auto-geo
OfficialGEO optimized content publishing engine for AI visibility
Taplio
OfficialRun your Linkedin account from claude or chatgpt
AIOProductOS/studio-mcp
OfficialTurns your AI host into a product videographer: scripted screen recordings of your own web app with a visible gliding cursor, camera zooms, highlight callouts, captions, and designed scene transitions, plus marketing-grade screenshots; deterministic dark-frame cleanup and MP4/GIF export. Free and fully local. `npx -y @aioproductoscom/mcp-studio`
acamolese/google-search-console-mcp
Google Search Console MCP server: query performance data, inspect URLs, check indexing, and generate brandable HTML SEO audit reports with a 30/60/90-day roadmap. Read-only OAuth scope, installable via `uvx mcp-google-search-console`.