Enrow MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Enrow MCP ServerFind email for Tim Cook at Apple"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Enrow MCP Server
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 a professional email from a name + company |
| Retrieve an email search result |
| Find up to 5,000 emails in one batch |
| Retrieve bulk email results |
| Verify if an email is deliverable (works on catch-all) |
| Retrieve a verification result |
| Verify up to 5,000 emails in one batch |
| Retrieve bulk verification results |
| Find a phone number from LinkedIn or name + company |
| Retrieve a phone search result |
| Find up to 3,000 phone numbers in one batch |
| Retrieve bulk phone results |
| Check credit balance and webhooks |
Related MCP server: Prospeo MCP Server
Setup
1. Get an API key
Register at app.enrow.io — 50 free credits, no credit card required.
2. Install
npm install -g @enrow/mcp3. 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 tim@apple.com 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/mo — see pricing
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EnrowAPI/enrow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server