Trykitt MCP Server
@samy-clivolt
About Trykitt MCP Server
An MCP server acting as a wrapper around the Trykitt API (
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
3Retrieves 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.
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Grafana MCP server
grafanaMCP server for Grafana
Huoshan Test
volcengineMCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Comments