Tomba MCP Server
Rank #8,371io.github.tomba-io/tomba-mcp-server
MCP server for Tomba email finder, verification, and contact enrichment API
Tomba MCP Server is a Model Context Protocol (MCP) server published by tomba-io. It ranks #8,371 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Tomba MCP Server is listed across 4 registries — Official MCP, Smithery, Glama and mcp.so, with 1 tracked version. It was first listed on Sep 26, 2025 and most recently updated on Aug 7, 2026.
Ranks ahead of 107,089 of 115,460 servers on MCP Toplist.
Use Tomba MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http tomba-mcp-server https://mcp.tomba.io/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add tomba-mcp-server -e "TOMBA_API_KEY=<your TOMBA_API_KEY>" -e "TOMBA_SECRET_KEY=<your TOMBA_SECRET_KEY>" -- npx -y @tomba-io/tomba-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.tomba-mcp-server]
url = "https://mcp.tomba.io/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.tomba-mcp-server]
command = "npx"
args = ["-y", "@tomba-io/tomba-mcp-server"]
[mcp_servers.tomba-mcp-server.env]
TOMBA_API_KEY = "<your TOMBA_API_KEY>"
TOMBA_SECRET_KEY = "<your TOMBA_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.tomba.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tomba-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tomba-io/tomba-mcp-server"
],
"env": {
"TOMBA_API_KEY": "<your TOMBA_API_KEY>",
"TOMBA_SECRET_KEY": "<your TOMBA_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tomba-mcp-server": {
"url": "https://mcp.tomba.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tomba-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tomba-io/tomba-mcp-server"
],
"env": {
"TOMBA_API_KEY": "<your TOMBA_API_KEY>",
"TOMBA_SECRET_KEY": "<your TOMBA_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tomba-mcp-server": {
"type": "http",
"url": "https://mcp.tomba.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"tomba-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tomba-io/tomba-mcp-server"
],
"env": {
"TOMBA_API_KEY": "<your TOMBA_API_KEY>",
"TOMBA_SECRET_KEY": "<your TOMBA_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tomba-mcp-server": {
"serverUrl": "https://mcp.tomba.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tomba-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tomba-io/tomba-mcp-server"
],
"env": {
"TOMBA_API_KEY": "<your TOMBA_API_KEY>",
"TOMBA_SECRET_KEY": "<your TOMBA_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tomba-mcp-server": {
"url": "https://mcp.tomba.io/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tomba-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tomba-io/tomba-mcp-server"
],
"env": {
"TOMBA_API_KEY": "<your TOMBA_API_KEY>",
"TOMBA_SECRET_KEY": "<your TOMBA_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tomba-io%2Ftomba-mcp-server)<a href="https://mcptoplist.com/server/io.github.tomba-io%2Ftomba-mcp-server"><img src="https://mcptoplist.com/badge/io.github.tomba-io%2Ftomba-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
tomba-io
Other servers by tomba-io
View all tomba-io servers →Available versions (1)
| Version | Published |
|---|---|
| 1.10.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains Tomba MCP Server?
- Tomba MCP Server is maintained by tomba-io, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Tomba MCP Server listed on the Official MCP Registry?
- Yes — Tomba MCP Server is listed on the Official MCP Registry, alongside Smithery, Glama and mcp.so.
- How many versions does Tomba MCP Server have?
- MCP Toplist tracks 1 version of Tomba MCP Server, most recently published on Aug 7, 2026.
- Where can I find the source code for Tomba MCP Server?
- The source code for Tomba MCP Server is hosted at github.com/tomba-io/tomba-mcp-server.