Tomba MCP Server

A Model Context Protocol (MCP) server for integrating with the Tomba.io API. This server provides comprehensive email discovery, verification, and enrichment capabilities through a standardized MCP interface.

People who work with aiagent, aiworkflow and email and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-02 · ★ 8 · #41 OF 90 MAINTAINED EMAIL · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Tomba MCP Server

before you install - you'll need

Set TOMBA_API_KEY, TOMBA_SECRET_KEY before connecting.

Claude Code

claude mcp add tomba-io-tomba-mcp-server --transport http https://mcp.tomba.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tomba-io-tomba-mcp-server": {
      "url": "https://mcp.tomba.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.tomba.io/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.tomba.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @tomba-io/tomba-mcp-server - published under the repo owner's npm scope (@tomba-io)

registry namespace io.github.tomba-io is GitHub-verified and matches the repo owner

03 · What Tomba MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.0 · 2026-09-02

v1.10.0 · 2026-08-07

v1.8.0 · 2026-04-02

04 · Who maintains Tomba MCP Server

Tomba MCP Server is maintained by tomba-io. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
email - ranked #41 of 90 actively-maintained email servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-02)
registry
io.github.tomba-io/tomba-mcp-server (active, first published 2026-08-07)
packages
npm:@tomba-io/tomba-mcp-server

06 · Tomba MCP Server FAQ

What is Tomba MCP Server?

A Model Context Protocol (MCP) server for integrating with the Tomba.io API. This server provides comprehensive email discovery, verification, and enrichment capabilities through a standardized MCP interface.

Is Tomba MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-02 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Tomba MCP Server?

Run `npx -y @tomba-io/tomba-mcp-server`. The README documents 2 environment variables (TOMBA_API_KEY, TOMBA_SECRET_KEY) to set first. Set TOMBA_API_KEY, TOMBA_SECRET_KEY before connecting. You can also paste the ready-made client config above.

Does Tomba MCP Server require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Tomba MCP Server