Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Enrow Server

БесплатноНе проверен

Enables AI assistants to find and verify professional emails and phone numbers via the Enrow API.

GitHubEmbed

Описание

Enables AI assistants to find and verify professional emails and phone numbers via the Enrow API.

README

License: MIT GitHub stars Last commit

MCP (Model Context Protocol) server for the Enrow API. Find and verify professional emails and phone numbers directly from any MCP-compatible AI assistant (Claude Desktop, Cursor, Windsurf, etc.).

Tools

Tool Description
find_email Find a professional email from a name + company
get_email_result Retrieve an email search result
find_emails_bulk Find up to 5,000 emails in one batch
get_emails_bulk_result Retrieve bulk email results
verify_email Verify if an email is deliverable (works on catch-all)
get_verification_result Retrieve a verification result
verify_emails_bulk Verify up to 5,000 emails in one batch
get_verifications_bulk_result Retrieve bulk verification results
find_phone Find a phone number from LinkedIn or name + company
get_phone_result Retrieve a phone search result
find_phones_bulk Find up to 3,000 phone numbers in one batch
get_phones_bulk_result Retrieve bulk phone results
get_account_info Check credit balance and webhooks

Setup

1. Get an API key

Register at app.enrow.io — 50 free credits, no credit card required.

2. Install

npm install -g @enrow/mcp

3. Configure Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "enrow": {
      "command": "enrow-mcp",
      "env": {
        "ENROW_API_KEY": "your_api_key"
      }
    }
  }
}

4. Configure Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "enrow": {
      "command": "npx",
      "args": ["-y", "@enrow/mcp"],
      "env": {
        "ENROW_API_KEY": "your_api_key"
      }
    }
  }
}

Remote / hosted (HTTP)

Besides local stdio, the server also ships a remote Streamable HTTP transport (enrow-mcp-http, or npm run start:http) for self-hosting it as a shared, multi-tenant connector — each request carries the caller's Enrow API key as Authorization: Bearer <key> (or the x-enrow-api-key header), so nothing is stored server-side.

Usage examples

Once configured, just ask your AI assistant:

  • "Find the email for Tim Cook at Apple"
  • "Verify if [email protected] is deliverable"
  • "Find the phone number for this LinkedIn profile: linkedin.com/in/timcook"
  • "Check my Enrow credit balance"
  • "Find emails for these 3 people: [list]"

Pricing

  • 50 free credits to start — no credit card required
  • Email Finder: 1 credit/email found
  • Email Verifier: 0.25 credit/email search
  • Phone Finder: 50 credits/phone found
  • From $17/mo to $497/mosee pricing

Links

License

MIT

from github.com/EnrowAPI/enrow-mcp

Установка Enrow Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/EnrowAPI/enrow-mcp

FAQ

Enrow Server MCP бесплатный?

Да, Enrow Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Enrow Server?

Нет, Enrow Server работает без API-ключей и переменных окружения.

Enrow Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Enrow Server в Claude Desktop, Claude Code или Cursor?

Открой Enrow Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Enrow Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai