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 |
| Email Count | Get total email counts for domains | Market research, TAM analysis |
| 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 |
Company Intelligence Tools
| Tool | Description | Use Case |
|---|---|---|
| Technology Finder | Discover tech stacks (6000+ technologies) | Sales intelligence, competitive analysis |
| Similar Finder | Find similar companies/competitors | TAM expansion, partnership opportunities |
| Companies Search | Search companies with natural language | Lead generation, market research |
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
Prompts (16 pre-built workflows)
Contact Discovery & Enrichment
- find_contact - Find complete contact info for a person
- enrich_lead - Enrich a lead with all available data
- prospect_enrichment - Enrich company prospects with comprehensive data
Email & Phone Verification
- verify_email_list - Batch verify email addresses
- finder_phone - Find phone numbers for contacts
- validate_phone - Validate a phone number
Company & Market Research
- research_company - Research company contacts and structure
- domain_insights - Get comprehensive insights about a domain including email count and technology
- bulk_domain_research - Research multiple domains for email counts and basic information
- market_research - Research companies in a specific market segment
- industry_analysis - Analyze companies within a specific industry and location
Competitive Intelligence
- competitor_analysis - Analyze competitors using similar domains and technology
- technology_audit - Comprehensive technology audit of a website
Lead Generation & Targeting
- find_target_companies - Find companies matching specific criteria using natural language search
- lead_generation - Generate leads by finding companies and their contacts
- find_journalists - Find journalist contacts from articles
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
Company Intelligence Tools
Email Count
Retrieves the total number of email addresses available in Tomba's database for a specific domain.
Parameters:
domain(required): The target domain to count emailstype(optional): Filter by email type (personal/generic)
Returns: Total count, personal emails count, generic emails count, and department breakdown.
Technology Finder
Discovers the complete technology stack used by a website. Tracks 6000+ technologies across multiple categories including analytics, payment processing, marketing automation, and more.
Parameters:
domain(required): The target domain to analyze
Returns: List of technologies with categories, icons, and website links.
Similar Finder
Finds companies similar to a target domain based on industry, size, technology stack, and business model.
Parameters:
domain(required): The target domain to find similar companieslimit(optional): Maximum number of similar companies to return (default: 10, max: 50)
Returns: List of similar domains with similarity scores, industry info, and employee counts.
Companies Search
Search for companies using natural language queries with advanced filtering capabilities. Supports complex queries and multiple filter combinations.
Parameters:
query(required): Natural language search query (e.g., "SaaS companies in France")page(optional): Page number for pagination (default: 1)limit(optional): Results per page (default: 50, max: 100)filters(optional): Advanced filters objectcountry: Array of country codesindustry: Array of industry namesemployees: Employee range stringrevenue: Revenue range stringtechnologies: Array of technology namescity: Array of city namesfounded: Object with min/max year range
Returns: List of companies with full details including domain, organization name, industry, location, employee count, revenue, technologies, and email count.
Usage Examples
Basic Tool Usage
Code
Workflow Execution
Code
Error Handling
All tools return standardized error responses with detailed information:
Code