Enrich Layer MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server (default: 3000). Only used in HTTP mode. | |
| ENRICH_LAYER_API_KEY | Yes | Your Enrich Layer API key. Get it at https://enrichlayer.com/dashboard |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| enrich_company_profileA | Get structured data of a company profile from its professional network URL. Returns company details including name, industry, size, description, specialties, and more. Cost: 1 credit. |
| enrich_company_lookupA | Look up a company by name or domain to find its professional network URL. Provide at least one of company_name or company_domain. Cost: 2 credits. |
| enrich_company_id_lookupA | Look up a company by its internal numeric ID to get its professional network URL. Cost: 0 credits. |
| enrich_company_pictureA | Get the profile picture URL of a company. Cost: 0 credits. |
| enrich_employee_listA | List employees of a company. Returns profile URLs and basic info. Cost: 3 credits per employee returned. |
| enrich_employee_countB | Get the number of employees at a company. Cost: 1 credit. |
| enrich_employee_searchB | Search employees by keyword at a specific company. Uses boolean search syntax for job titles. Cost: 10 credits per request. |
| enrich_person_profileA | Get structured data of a person profile. Provide exactly one of: profile_url, twitter_profile_url, or facebook_profile_url. Returns experience, education, skills, and more. Cost: 1 credit. |
| enrich_person_lookupB | Look up a person by first name and company domain to find their professional network profile. Cost: 2 credits. |
| enrich_person_pictureA | Get the profile picture URL of a person. Cost: 0 credits. |
| enrich_role_lookupA | Look up a person by their role at a company. Find who holds a specific title at a given company. Cost: 3 credits. |
| enrich_reverse_emailA | Look up a person's professional network profile by their email address. Cost: 3 credits. |
| enrich_reverse_phoneA | Look up a person's professional network profile by their phone number. Cost: 3 credits. |
| enrich_work_emailA | Get the work email address of a person from their professional network profile URL. Cost: 3 credits. |
| enrich_personal_contactA | Get personal contact phone numbers of a person. Provide at least one of: profile_url, twitter_profile_url, or facebook_profile_url. Cost: 1 credit per contact number. |
| enrich_personal_emailA | Get personal email addresses of a person. Provide at least one of: profile_url, twitter_profile_url, or facebook_profile_url. Cost: 1 credit per email. |
| enrich_disposable_emailA | Check if an email address is from a disposable email provider. Cost: 0 credits. |
| enrich_school_profileA | Get structured data of a school profile from its professional network URL. Cost: 1 credit. |
| enrich_student_listA | List students of a school. Returns profile URLs and basic info. Cost: 3 credits per student returned. |
| enrich_job_profileA | Get structured data of a job posting from its professional network URL. Returns job title, description, company, location, and more. Cost: 2 credits. |
| enrich_job_searchA | Search for job postings. Filter by company, type, experience level, location, and more. Cost: 2 credits. |
| enrich_job_countA | Get the number of job postings matching your criteria. Cost: 2 credits. |
| enrich_company_searchA | Search for companies by various criteria including location, industry, size, funding, and more. Returns professional network URLs. Cost: 3 credits per URL returned. Returns up to page_size results (max 100) per call. If more matches exist, the response includes total_result_count and a next_page URL — pass its next_token back in to page through the full set. |
| enrich_person_searchA | Search for people by various criteria including name, location, education, role, company, and more. Returns professional network URLs. Cost: 3 credits per URL returned. Returns up to page_size results (max 100) per call. If more matches exist, the response includes total_result_count and a next_page URL — pass its next_token back in to page through the full set. |
| enrich_credit_balanceA | View your current Enrich Layer credit balance. Cost: 0 credits. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 25 tools
Tool families are grouped by entity (company, person, school, job, credit), and each tool has a distinct input/output relationship. A few pairs like employee_list vs employee_search and company_lookup vs company_id_lookup could initially be confused, but their descriptions clarify different query inputs and result sets.
All tools share the enrich_ prefix and most follow an enrich_<entity>_<operation> pattern, making navigation predictable. Minor deviations like enrich_reverse_email, enrich_work_email, and enrich_disposable_email omit the person entity, but the intent remains clear.
The server covers multiple subdomains (companies, people, jobs, schools, credit) and nearly every tool has a distinct purpose. However, 25 tools is at the heavy end for an MCP server, making it feel more like a full API surface than a focused tool set.
Company, person, and job domains have strong lookup/search/profile coverage, including useful reverse and contact enrichment tools. The school domain is thinner: school_profile and student_list require a school URL, and there is no school lookup or search to discover that URL.