Skip to main content

How to connect Tomba to Cursor, Windsurf, and VS Code

Use Tomba's email finder and verifier inside your code editor through the Model Context Protocol.

Written by Tomba.io Team

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

  1. Open your editor's MCP configuration file.

  2. Add the Tomba server block below.

  3. Replace the placeholders with your API key and secret.

  4. 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

Did this answer your question?