MCP.so
Sign In

Trykitt MCP Server

@samy-clivolt

About Trykitt MCP Server

An MCP server acting as a wrapper around the Trykitt API (

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

samy-clivolt

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

3

Retrieves the status or result of a previously submitted Trykitt job.

Finds a person's email address.

Verifies if an email address is valid.

Overview

What is Trykitt MCP Server?

Trykitt MCP Server is a Model Context Protocol (MCP) wrapper around the Trykitt API, enabling AI assistants to find and verify B2B email addresses with high accuracy and speed. It is designed for developers and sales teams integrating email enrichment into AI workflows.

How to use Trykitt MCP Server?

Clone the repository, install dependencies with npm install, configure your Trykitt API key in a .env file as TRYKITT_API_KEY, and start the server with npm start. The server listens on stdio for connections from MCP clients like Claude Desktop or Cursor.

Key features of Trykitt MCP Server

  • Provides three MCP tools: get_job, find_email, verify_email
  • Handles API key authentication securely
  • Forces real-time processing for email finding and verification jobs
  • Supports optional parameters like LinkedIn profiles and callback URLs
  • Reports near-zero bounce rates (<0.1%) via Trykitt’s verification engine

Use cases of Trykitt MCP Server

  • Finding a prospect’s email address using name and domain
  • Verifying the validity of a known email address
  • Checking the status or result of a previously submitted email job
  • Automating email list cleaning within an AI assistant workflow

FAQ from Trykitt MCP Server

What tools does the server expose?

The server exposes three tools: get_job (retrieve job status/result), find_email (find a person’s email), and verify_email (verify an email address).

How do I configure the API key?

Create a .env file in the project root with TRYKITT_API_KEY=YOUR_KEY, or set the key via the env block in your MCP client configuration.

What are the prerequisites to run the server?

You need Node.js v18 or later, npm, and a valid Trykitt API key. The server runs on stdio and requires an MCP client to connect.

Comments

More Developer Tools MCP servers