Remote MCP Server - Introduction
Welcome to the Remote MCP Server powered by Tomba.io, a comprehensive Model Context Protocol (MCP) server that provides advanced email discovery, verification, and enrichment capabilities through a streamlined HTTP transport interface.
What is Remote MCP Server?
The Remote MCP Server is a cloud-hosted implementation of the Model Context Protocol that allows you to access Tomba.io's powerful email intelligence tools without the need for local installation or configuration. By leveraging our remote infrastructure, you get instant access to:
- 8 Professional Tools for email discovery and verification
- 5 Resource Types for comprehensive data access
- 7 Pre-built Workflows for common use cases
- Real-time Processing with high availability
- Scalable Infrastructure that grows with your needs
Key Advantages of Remote MCP
Instant Setup
No installation, no dependencies, no configuration files. Just connect and start using professional email intelligence tools immediately.
Always Up-to-Date
Our remote server is continuously updated with the latest features, bug fixes, and API improvements without any action required on your part.
Streamable HTTP Transport
The Remote MCP Server uses Streamable HTTP Transport for real-time, bidirectional communication. This modern approach provides:
- Server-Sent Events (SSE) for real-time notifications
- JSON-RPC 2.0 for structured API communication
- Session Management for stateful interactions
- WebSocket-like Experience over standard HTTP
Connection Endpoint
Code
This single endpoint handles all MCP operations through different HTTP methods:
- POST - Send JSON-RPC requests
- GET - Receive real-time notifications via SSE
- DELETE - Terminate sessions cleanly
Authentication Methods
The Tomba MCP Server supports two authentication methods for HTTP requests:
- Authorization Header (Recommended)
- Separate Headers (Legacy)
Method 1: Authorization Header (Recommended)
Use the standard Authorization header with a Bearer token format:
Code
Example:
Code
Method 2: Separate Headers (Legacy)
Use separate x-tomba-key and x-tomba-secret headers:
Code
Example:
Code