LIVE ENDPOINT
https://mcp.tomba.io/mcp
Connect to this endpoint to inspect the live schema for email_verifier and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tomba-mcp]
url = "https://mcp.tomba.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tomba-mcp": {
"type": "http",
"url": "https://mcp.tomba.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tomba-mcp
Remote MCP URL: https://mcp.tomba.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tomba-mcp": {
"url": "https://mcp.tomba.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tomba-mcp": {
"type": "http",
"url": "https://mcp.tomba.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tomba-mcp",
"transport": "streamable-http",
"url": "https://mcp.tomba.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
author_finder— Find the email address of an article's author from a given URL.companies_search— Search for companies in the Tomba database.domain_search— Search for all email addresses associated with a specific domain or company.email_count— Get the count of email addresses available for a specific domain.email_enrichment— Enrich an email address with additional information about the person, including their name, position, company details, and social profiles.email_finder— Find the email address of a specific person given their name and company domain or company name.linkedin_finder— Find the email address associated with a LinkedIn profile URL.mpp_author_finder— Find the email address of the author of a blog post or article using MPP (Machine Payments Protocol).