Tomba Remote MCP Tools
Available Tools
The Tomba Remote MCP Server provides a comprehensive suite of professional tools for email discovery, verification, and data enrichment. All tools are accessible through the Model Context Protocol interface with real-time processing and enterprise-grade reliability.
Available Tools
Email Discovery Tools
Tool | Description | Use Case |
---|---|---|
Domain Search | Find all email addresses for a domain | Lead generation, competitor analysis |
Email Finder | Generate emails from names + domain | Targeted outreach, contact discovery |
Author Finder | Extract author emails from articles | Journalist outreach, content partnerships |
LinkedIn Finder | Find emails from LinkedIn profiles | Professional networking, recruitment |
Verification & Validation Tools
Tool | Description | Use Case |
---|---|---|
Email Verifier | Verify email deliverability | List cleaning, bounce prevention |
Email Enrichment | Enrich emails with contact data | Lead qualification, data completion |
Phone Finder | Discover phone numbers | Multi-channel outreach |
Phone Validator | Validate phone number format | Data quality assurance |
Data Resources
tomba://api/status
- Real-time API status and account informationtomba://domain/{domain}
- Comprehensive domain intelligencetomba://email/{email}
- Detailed email analysis and metadatatomba://docs/api
- Interactive API documentationtomba://docs/tools
- Tool usage guides and examples
Pre-built Workflows
- find_contact - Complete contact discovery workflow
- verify_email_list - Batch email verification process
- research_company - Company contact research automation
- enrich_lead - Lead enrichment with all available data
- find_journalists - Journalist contact discovery from articles
- finder_phone - Phone number discovery for contacts
- validate_phone - Phone number validation and carrier info
Tool Details
Email Discovery Tools
Domain Search
Discovers all available email addresses associated with a specific domain name. Perfect for competitive intelligence, lead generation, and comprehensive contact mapping.
Parameters:
domain
(required): The target domain to searchlimit
(optional): Maximum number of results to returndepartment
(optional): Filter by specific department
Email Finder
Generates potential email addresses based on a person's name and their company domain using advanced pattern recognition and validation.
Parameters:
first_name
(required): Person's first namelast_name
(required): Person's last namedomain
(required): Company domainfull_name
(optional): Complete name for better accuracy
Author Finder
Extracts author email addresses from articles, blog posts, and other content by analyzing bylines, metadata, and content structure.
Parameters:
url
(required): URL of the article or contentauthor_name
(optional): Specific author name to target
LinkedIn Finder
Discovers email addresses from LinkedIn profile information using advanced matching algorithms and data correlation.
Parameters:
linkedin_url
(required): LinkedIn profile URLcompany_domain
(optional): Company domain for validation
Verification & Validation Tools
Email Verifier
Performs comprehensive email deliverability verification including syntax validation, domain verification, and mailbox existence checking.
Parameters:
email
(required): Email address to verifysmtp_check
(optional): Enable/disable SMTP verification
Email Enrichment
Enriches email addresses with additional contact information including social profiles, job titles, and company data.
Parameters:
email
(required): Email address to enrichinclude_sources
(optional): Include data source information
Phone Finder
Discovers phone numbers associated with email addresses or contact profiles using cross-platform data correlation.
Parameters:
email
(optional): Email address for phone lookupfirst_name
(optional): Person's first namelast_name
(optional): Person's last namecompany
(optional): Company name or domain
Phone Validator
Validates phone number format, carrier information, and geographic location for data quality assurance.
Parameters:
phone
(required): Phone number to validatecountry_code
(optional): Expected country code
Usage Examples
Basic Tool Usage
Code
Workflow Execution
Code
Error Handling
All tools return standardized error responses with detailed information:
Code