The remote MCP server is hosted and maintained by Tomba. You connect over HTTP, so there is nothing to install or keep up to date — useful when your AI application runs on a server rather than a desktop.
Why choose remote
Cloud-hosted — no setup or maintenance
HTTP transport — straightforward integration
Real-time — Server-Sent Events for streaming responses
Scalable — handles high request volumes
Secure — API key authentication
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.
Connecting
Point your MCP client at https://mcp.tomba.io using HTTP transport and pass your credentials as headers:
const client = new MCPClient({ transport: 'http', url: 'https://mcp.tomba.io', headers: { 'X-API-KEY': 'your-api-key', 'X-SECRET-KEY': 'your-api-secret' }})
Available capabilities
Email Finder by name and domain, Email Verifier for deliverability checking, Domain Search for company emails, Email Enrichment for detailed data, LinkedIn Email Finder, and Author Finder from URLs.
Related
Related Resources
API Documentation — Complete API reference and guides
Authentication Guide — How to authenticate API requests
Official Libraries — SDKs for Python, Node.js, PHP, Go, and more
Rate Limits — API rate limiting and best practices
Domain Search — Find all emails for a company domain
Domain Search API — API reference for domain search
Email Finder — Find professional email addresses
Email Finder API — API reference for email finder
