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
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Grafana MCP server
grafanaMCP server for Grafana
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Comments