Skip to main content
Glama
EnrowAPI

Enrow MCP Server

Official
by EnrowAPI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENROW_API_KEYYesYour Enrow API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_emailA

Find a professional email address from a name and a company domain or name. At least one of company_domain or company_name is required. Asynchronous: returns a search id, then poll get_email_result.

get_email_resultA

Retrieve the result of a previously launched email search

find_emails_bulkA

Find multiple email addresses in bulk (up to 5,000 per batch). Asynchronous: returns a batch id, then poll get_emails_bulk_result.

get_emails_bulk_resultB

Retrieve results of a bulk email search

verify_emailA

Verify if an email address is deliverable. Works on catch-all domains. Asynchronous: returns a verification id, then poll get_verification_result.

get_verification_resultA

Retrieve the result of a previously launched email verification

verify_emails_bulkA

Verify multiple email addresses in bulk (up to 5,000 per batch). Asynchronous: returns a batch id, then poll get_verifications_bulk_result.

get_verifications_bulk_resultB

Retrieve results of a bulk email verification

find_phoneA

Find a mobile phone number from a LinkedIn URL (recommended) or first name + last name + company. Asynchronous: returns a search id, then poll get_phone_result.

get_phone_resultA

Retrieve the result of a previously launched phone search

find_phones_bulkA

Find multiple phone numbers in bulk (up to 3,000 per batch). Asynchronous: returns a batch id, then poll get_phones_bulk_result.

get_phones_bulk_resultA

Retrieve results of a bulk phone search

get_account_infoA

Get your Enrow account info (credit balance and registered webhooks)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 13 tools

Disambiguation5/5

Every tool targets a distinct operation: find versus result retrieval, single versus bulk, email versus phone versus verification. There is no meaningful overlap between tool purposes.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern: find_/verify_/get_ combined with clear resource names. Bulk variants consistently use _bulk, and result pollers consistently use get_*_result.

Tool Count5/5

13 tools is well-scoped for the domain: single and bulk email finding, email verification, phone finding, async result polling, and account info. Each tool has a clear role.

Completeness5/5

The tool surface covers the full lifecycle of each async operation: launch a search, retrieve its result, and support bulk batches. Account info provides the necessary operational context. No obvious dead ends or missing core operations.

Maintenance

ActivityStale
ResponsivenessNo issues