Home › Marketing & E-Commerce › Tomba MCP Server
Tomba MCP Server
MCP server for Tomba email finder, verification, and contact enrichment API
Topics: Marketing
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.tomba.io/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http tomba-mcp-server https://mcp.tomba.io/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"tomba-mcp-server": {
"url": "https://mcp.tomba.io/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — Bearer token: base64 encode your API key and secret as ta_key:ts_secret
Package (npm 1.10.0)
npx -y @tomba-io/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"tomba-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tomba-io/[email protected]"
],
"env": {
"TOMBA_API_KEY": "<YOUR_VALUE>",
"TOMBA_SECRET_KEY": "<YOUR_VALUE>"
}
}
}
}
TOMBA_API_KEYrequired secret — Tomba API key (format: ta_*)TOMBA_SECRET_KEYrequired secret — Tomba secret key (format: ts_*)
Related servers
meta-ads-mcp
Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale…
facebook-ads-mcp-server
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
osp_marketing_tools
A suite of marketing tools from Open Strategy Partners including writing style, editing codes, and product marketing value map creation.
google-tag-manager-mcp-server
This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
google-ads-mcp-server
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
HitKeep
Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry