Tomba's MCP server works with any AI tool that supports the Model Context Protocol, so you can find and verify emails without leaving your editor.
Supported editors
Editor | How MCP is enabled |
Cursor | MCP via settings configuration |
Windsurf | Built-in MCP integration support |
VS Code | MCP via Copilot extensions |
Before you start
You will need your Tomba API key and secret. See How to find my API key and Where can I find my secret key.
Set it up
Open your editor's MCP configuration file.
Add the Tomba server block below.
Replace the placeholders with your API key and secret.
Reload the editor so it detects the server.
{ "mcpServers": { "tomba": { "command": "npx", "args": ["-y", "@tomba-mcp-server"], "env": { "TOMBA_API_KEY": "your-api-key", "TOMBA_API_SECRET": "your-api-secret" } } }}
Using it
Ask your assistant in plain language — "find the email for the author of this article" or "verify these addresses". The assistant selects the right Tomba tool automatically, so there is no API syntax to memorise.
Every query hits the live Tomba API, so results are never served from a stale cache.
Related
Related Resources
All Integrations — Browse all available integrations
Integration Documentation — Technical guides for each integration
API Documentation — Build custom integrations with the API
Authentication Guide — How to authenticate API requests
MCP Server Documentation — Model Context Protocol integration
