Tomba.io Mcp Server
Created at 2 months ago
by tomba-io
A Model Context Protocol (MCP) server for integrating with the Tomba.io API. This server provides comprehensive email discovery, verification, and enrichment capabilities through a standardized MCP interface.
Categories
research-and-data
Tags
email finder
enrichment
Verify

What is Tomba Email Finder MCP Server?
The Tomba Email Finder MCP Server is a Model Context Protocol (MCP) server that provides AI assistants with the ability to find and verify email addresses using Tomba's email finding services. It acts as a bridge between AI applications and Tomba's email discovery API, allowing AI systems to programmatically search for professional email addresses.
How to Use Tomba Email Finder MCP Server?
Installation & Setup:
- Install the server:
npm install -g @tomba/mcp-server - Get API credentials: Sign up at Tomba.io for API keys
- Configure MCP client (e.g., Claude Desktop):
{ "mcpServers": { "tomba": { "command": "npx", "args": ["-y", "@tomba/mcp-server"], "env": { "TOMBA_API_KEY": "your_tomba_key", "TOMBA_SECRET_KEY": "your_tomba_secret" } } } }
Available Tools:
- Domain Search: Find all email addresses associated with a domain
- Email Finder: Generate likely email addresses from names and domains
- Email Verifier: Verify email deliverability and check database presence
- Email Enrichment: Enrich emails with additional contact data
- Author Finder: Discover email addresses of article authors
- LinkedIn Finder: Find emails from LinkedIn profile URLs
- Phone Finder: Search phone numbers by email, domain, or LinkedIn
- Phone Validator: Validate phone numbers and check carrier info
Key Features
- Email Discovery: Find professional email addresses using name and company domain
- Email Verification: Validate email addresses for deliverability
- Bulk Operations: Check email counts for entire domains
- Author Extraction: Find email addresses from website authors
- Real-time Validation: Instant email verification and scoring
- Credit Tracking: Monitor API usage and remaining credits
Use Cases
- Sales Prospecting: Find email addresses for potential clients
- Recruitment: Source contact information for talent acquisition
- Marketing Campaigns: Build targeted email lists
- Lead Generation: Discover contact information for business leads
- Network Expansion: Find professional contacts in specific companies
- Data Enrichment: Enhance existing contact databases with verified emails
FAQ
What is required to use the server?
- Tomba API Account: Free signup at Tomba.io
- API Credentials: Both
TOMBA_API_KEYandTOMBA_SECRET_KEY - Node.js Environment: Node.js 16 or higher
- MCP-Compatible Client: Such as Claude Desktop
Is there a limit on the number of queries?
Yes, Tomba operates on a credit-based system:
- Free Plan: 50 verifications + 25 searches monthly
- Paid Plans: Various tiers with higher limits
- Credit Usage:
- Email Finder: 1 credit per search
- Email Verifier: 1 credit per verification
- Email Count: 1 credit per domain check
- Author Finder: 1 credit per search
Rate Limits:
Data Sources:
Tomba aggregates data from:
- Public web pages
- Social media profiles
- Professional networks
- Company websites
- Other publicly available sources
View More
MCP Servers