MCP.so
登录

Trykitt MCP Server

@samy-clivolt

关于 Trykitt MCP Server

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

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

samy-clivolt

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

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.

概览

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.

评论

开发工具 分类下的更多 MCP 服务器