送信

Tomba.io Mcp Server

@tomba-io

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.

サーバー設定

{
  "mcpServers": {
    "tomba": {
      "command": "npx",
      "args": [
        "-y",
        "tomba-mcp-server"
      ],
      "env": {
        "TOMBA_API_KEY": "your-api-key-here",
        "TOMBA_SECRET_KEY": "your-secret-key-here"
      }
    }
  }
}