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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/enrichlayer/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server