Findymail
БесплатноНе проверенWraps the Findymail API to enable email finding, verification, and enrichment through natural language, including contact management and company search.
Описание
Wraps the Findymail API to enable email finding, verification, and enrichment through natural language, including contact management and company search.
README
An MCP (Model Context Protocol) server that wraps the Findymail API, giving AI assistants access to email finding, verification, and enrichment tools.
Setup
1. Install dependencies and build
npm install
npm run build
2. Get your API key
Retrieve your API token from the Findymail API page.
3. Configure in your MCP client
The server supports two transport modes:
Stdio mode (local, e.g., Claude Desktop)
Add to your MCP client configuration (e.g., Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"findymail": {
"command": "node",
"args": ["/path/to/findymail-mcp/dist/index.js"],
"env": {
"FINDYMAIL_API_KEY": "your-api-key-here"
}
}
}
}
HTTP mode (remote connections)
Set the PORT environment variable to start the server with Streamable HTTP transport:
FINDYMAIL_API_KEY=your-api-key PORT=3000 node dist/index.js
The MCP endpoint will be available at http://localhost:3000/mcp. Configure your MCP client to connect to this URL.
Available Tools
Email Finder
- find_email_by_name - Find email from a person's name and company domain
- find_email_by_domain - Find contacts at a domain by role (max 3 roles, 5 concurrent sync requests)
- find_email_by_linkedin - Find email from a LinkedIn profile URL (30 concurrent sync requests)
Email Verifier
- verify_email - Verify if an email address is valid (1 credit per attempt)
Contacts
- list_contact_lists / create_contact_list / update_contact_list / delete_contact_list
- get_contact - Get a contact by ID
Misc Search
- reverse_email_lookup - Look up a person from their email
- search_company - Get company information by domain
- search_employees - Find employees at a company
Phone Finder
- find_phone - Find a phone number from a LinkedIn profile
Intellimatch
- intellimatch_search / intellimatch_status / intellimatch_data
- lookalike_search - Find lookalike companies
Exclusion Lists
- list_exclusion_lists / create_exclusion_list / get_exclusion_list / update_exclusion_list / delete_exclusion_list
- list_excluded_domains / add_excluded_domains / remove_excluded_domains
Signals
- list_signals / get_signal
- list_signal_monitors / create_signal_monitor / update_signal_monitor / delete_signal_monitor
Usage
- get_credits - Check credit balance
- get_credits_summary - Credit usage summary
- get_team_credits_summary - Team credit usage summary
Rate Limits
All endpoints have a concurrent rate limit of 300 simultaneous requests unless otherwise noted:
find_email_by_domain: 5 concurrent synchronous requestsfind_email_by_linkedin: 30 concurrent synchronous requests
License
ISC
Установить Findymail в Claude Desktop, Claude Code, Cursor
unyly install findymail-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add findymail-mcp -- npx -y findymail-mcpFAQ
Findymail MCP бесплатный?
Да, Findymail MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Findymail?
Нет, Findymail работает без API-ключей и переменных окружения.
Findymail — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Findymail в Claude Desktop, Claude Code или Cursor?
Открой Findymail на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Findymail with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
