Enrich Layer
This skill connects to the Enrich Layer API via MCP, giving you 25 tools for enriching company, person, contact, school, and job data from professional networks.
Setup
Add the Enrich Layer MCP server to your OpenClaw MCP configuration:
CODEBLOCK0
Get your API key at enrichlayer.com/dashboard.
Available Tools (25)
Company (7 tools)
- - enrichcompanyprofile — Get structured company data from a professional network URL. Returns name, industry, size, description, specialties, funding, and more. Cost: 1 credit. Optional add-ons (1 credit each):
categories, funding_data, exit_data, acquisitions, extra. - enrichcompanylookup — Look up a company by name or domain to find its professional network URL. Provide at least one of
company_name or company_domain. Optionally pass company_location as an ISO 3166-1 alpha-2 country code to disambiguate. Cost: 2 credits. - enrichcompanyidlookup — Look up a company by its internal numeric ID to get its professional network URL. Cost: 0 credits.
- enrichcompanypicture — Get the profile picture URL of a company. Cost: 0 credits.
- enrichemployeelist — List employees of a company. Supports filtering by role (boolean search), country, employment status, and sorting. Cost: 3 credits per employee returned.
- enrichemployeecount — Get the number of employees at a company. Supports historical counts via
at_date. Cost: 1 credit. - enrichemployee_search — Search employees by keyword at a specific company. Uses boolean search syntax for job titles. Cost: 10 credits per request.
Person (4 tools)
- - enrichpersonprofile — Get structured person data from a profile URL (professional network, Twitter/X, or Facebook). Returns experience, education, skills, and more. Cost: 1 credit. Optional add-ons:
extra (1 credit), personal_contact_number (1 credit/number), personal_email (1 credit/email), skills (free). - enrichpersonlookup — Look up a person by first name and company domain to find their professional network profile. Provide
first_name and company_domain; optionally add last_name, title, location for precision. Cost: 2 credits. - enrichpersonpicture — Get the profile picture URL of a person. Cost: 0 credits.
- enrichrolelookup — Find who holds a specific role at a company. Provide
company_name and role (e.g., "ceo"). Cost: 3 credits.
Contact (6 tools)
- - enrichreverseemail — Find a person's professional network profile by their email address. Cost: 3 credits.
- enrichreversephone — Find a person's professional network profile by their phone number (E.164 format). Cost: 3 credits.
- enrichworkemail — Get the work email address of a person from their profile URL. Cost: 3 credits.
- enrichpersonalcontact — Get personal phone numbers of a person from their profile URL. Cost: 1 credit per contact number.
- enrichpersonalemail — Get personal email addresses of a person from their profile URL. Cost: 1 credit per email.
- enrichdisposableemail — Check if an email address is from a disposable email provider. Cost: 0 credits.
School (2 tools)
- - enrichschoolprofile — Get structured school data from its professional network URL. Cost: 1 credit.
- enrichstudentlist — List students of a school. Supports filtering by major (boolean search), country, and student status. Cost: 3 credits per student returned.
Job (3 tools)
- - enrichjobprofile — Get structured data of a job posting from its professional network URL. Cost: 2 credits.
- enrichjobsearch — Search job postings. Filter by company, job type, experience level, location, flexibility, and keyword. Cost: 2 credits.
- enrichjobcount — Count job postings matching your criteria. Same filters as job search. Cost: 2 credits.
Search (2 tools)
- - enrichcompanysearch — Search companies by location, industry, size, funding, founding year, and more. Uses boolean search syntax for many fields. Cost: 3 credits per URL returned.
- enrichpersonsearch — Search people by name, location, education, role, company, skills, and more. Requires
country (ISO 3166). Uses boolean search syntax. Cost: 3 credits per URL returned.
Meta (1 tool)
- - enrichcreditbalance — Check your current Enrich Layer credit balance. Cost: 0 credits.
Usage Guidelines
When the user asks to enrich, look up, or find information about companies or people, follow these rules:
1. Check credits first for large operations
Before running bulk enrichment (employee lists, person searches, company searches), call enrich_credit_balance to check the user's remaining credits. Warn them about the estimated cost before proceeding with expensive operations.
2. Choose the cheapest tool that answers the question
- - If you already have a professional network URL, use a
_profile tool (1 credit) instead of a _lookup tool (2 credits). - Use
enrich_company_id_lookup (0 credits) when you have a numeric company ID. - Use
enrich_company_picture or enrich_person_picture (0 credits) when only the avatar is needed. - Use
enrich_disposable_email (0 credits) to validate emails before spending credits on enrichment.
3. Chain tools efficiently
Many tasks require chaining two or more tools. Follow these common patterns:
- - Find a person's work email by role:
enrich_role_lookup (get profile URL) then enrich_work_email (get email). Total: 6 credits. - Find a person's work email by name:
enrich_person_lookup (get profile URL) then enrich_work_email (get email). Total: 5 credits. - Enrich a company from just a name:
enrich_company_lookup (get URL) then enrich_company_profile (get full data). Total: 3 credits. Or pass enrich_profile: "enrich" to get both in one call for 3 credits. - Find decision-makers at a company:
enrich_company_lookup (get URL) then enrich_employee_list with boolean_role_search set to the target roles. - Verify a contact:
enrich_disposable_email (free check) then enrich_reverse_email (find the profile).
4. Use the enrich_profile / enrich_profiles shortcut
Several lookup and list tools accept an enrich_profile or enrich_profiles parameter set to "enrich". This returns full profile data inline, saving a separate profile call. Use it when you need full details and not just the URL.
5. Use boolean search syntax correctly
Employee search, company search, and person search support boolean operators in many fields:
- -
OR / || — match either term: INLINECODE47 - INLINECODE48 — match both terms: INLINECODE49
- INLINECODE50 — exclude: INLINECODE51
- Quotes for exact phrases: INLINECODE52
- Max 255 characters for boolean expressions.
6. Control cache behavior
All profile tools accept use_cache:
- -
"if-present" — use cached data regardless of age (fastest, cheapest). - INLINECODE55 — only use cache if the profile is less than 29 days old.
Default to "if-present" unless the user explicitly needs fresh data.
7. Handle pagination for list endpoints
INLINECODE57 , enrich_student_list, and search tools accept page_size. When enriching profiles inline (enrich_profiles: "enrich"), the max page size drops to 10. Plan accordingly for large lists.
8. Country codes
Several tools accept country/location filters. Always use ISO 3166-1 alpha-2 codes (e.g., us, gb, de, sg). For person search, the country parameter is required.
Example Workflows
Enrich a list of leads
User: "I have a list of company names. Enrich them all."
- 1. Call
enrich_credit_balance to check available credits. - For each company name, call
enrich_company_lookup with enrich_profile: "enrich" to get the URL and full profile in one call (3 credits each). - Present results in a table with name, industry, size, location, and URL.
Find decision-makers at a company
User: "Find the CTO and VP Engineering at Stripe."
- 1. Call
enrich_role_lookup with company_name: "Stripe", role: "cto" (3 credits). - Call
enrich_role_lookup with company_name: "Stripe", role: "vp engineering" (3 credits). - For each result, call
enrich_work_email to get their email (3 credits each). - Total: 12 credits for two contacts with emails.
Verify and enrich a contact from an email
User: "What can you tell me about john@acme.com?"
- 1. Call
enrich_disposable_email with the email (0 credits) to verify it is not throwaway. - Call
enrich_reverse_email with email: "john@acme.com" (3 credits) to get their profile URL. - Call
enrich_person_profile with the returned URL (1 credit) to get full details. - Total: 4 credits.
Search for companies in a market segment
User: "Find SaaS startups in the US with 50-200 employees founded after 2018."
- 1. Call
enrich_company_search with country: "US", industry: "software", employee_count_min: "50", employee_count_max: "200", founded_after_year: "2018", type: "PRIVATELY_HELD" (3 credits per result). - Present results in a structured format.
Find alumni from a school
User: "List recent computer science graduates from MIT."
- 1. Call
enrich_student_list with the MIT professional network URL, boolean_search_keyword: "computer science", student_status: "past", sort_by: "recently-graduated" (3 credits per student). - Present results with names, majors, and profile URLs.
丰富层
该技能通过MCP连接到丰富层API,为您提供25个工具,用于从专业网络中丰富公司、个人、联系人、学校和职位数据。
设置
将丰富层MCP服务器添加到您的OpenClaw MCP配置中:
json
{
mcpServers: {
enrich-layer: {
command: npx,
args: [-y, @verticalint-michael/enrich-layer-mcp],
env: {
ENRICHLAYERAPIKEY: ${ENRICHLAYERAPIKEY}
}
}
}
}
在 enrichlayer.com/dashboard 获取您的API密钥。
可用工具(25个)
公司(7个工具)
- - enrichcompanyprofile — 从专业网络URL获取结构化公司数据。返回名称、行业、规模、描述、专长、融资等信息。费用:1积分。可选附加项(每个1积分):categories、fundingdata、exitdata、acquisitions、extra。
- enrichcompanylookup — 通过名称或域名查找公司,获取其专业网络URL。至少提供companyname或companydomain之一。可选择传入companylocation作为ISO 3166-1 alpha-2国家代码以消除歧义。费用:2积分。
- enrichcompanyidlookup — 通过内部数字ID查找公司,获取其专业网络URL。费用:0积分。
- enrichcompanypicture — 获取公司的头像图片URL。费用:0积分。
- enrichemployeelist — 列出公司员工。支持按角色(布尔搜索)、国家、雇佣状态和排序进行筛选。费用:每个返回的员工3积分。
- enrichemployeecount — 获取公司员工数量。支持通过atdate查询历史数据。费用:1积分。
- enrichemployee_search — 在特定公司按关键词搜索员工。使用布尔搜索语法搜索职位名称。费用:每次请求10积分。
个人(4个工具)
- - enrichpersonprofile — 从个人资料URL(专业网络、Twitter/X或Facebook)获取结构化个人数据。返回经历、教育背景、技能等信息。费用:1积分。可选附加项:extra(1积分)、personalcontactnumber(每个号码1积分)、personalemail(每个邮箱1积分)、skills(免费)。
- enrichpersonlookup — 通过名字和公司域名查找个人,获取其专业网络资料。提供firstname和companydomain;可选择添加lastname、title、location以提高精确度。费用:2积分。
- enrichpersonpicture — 获取个人的头像图片URL。费用:0积分。
- enrichrolelookup — 查找在特定公司担任特定角色的人员。提供company_name和role(例如ceo)。费用:3积分。
联系人(6个工具)
- - enrichreverseemail — 通过电子邮件地址查找个人的专业网络资料。费用:3积分。
- enrichreversephone — 通过电话号码(E.164格式)查找个人的专业网络资料。费用:3积分。
- enrichworkemail — 从个人资料URL获取工作电子邮件地址。费用:3积分。
- enrichpersonalcontact — 从个人资料URL获取个人电话号码。费用:每个联系号码1积分。
- enrichpersonalemail — 从个人资料URL获取个人电子邮件地址。费用:每个邮箱1积分。
- enrichdisposableemail — 检查电子邮件地址是否来自一次性邮箱提供商。费用:0积分。
学校(2个工具)
- - enrichschoolprofile — 从专业网络URL获取结构化学校数据。费用:1积分。
- enrichstudentlist — 列出学校的学生。支持按专业(布尔搜索)、国家和学生状态进行筛选。费用:每个返回的学生3积分。
职位(3个工具)
- - enrichjobprofile — 从专业网络URL获取职位发布的结构化数据。费用:2积分。
- enrichjobsearch — 搜索职位发布。可按公司、职位类型、经验级别、地点、灵活性和关键词进行筛选。费用:2积分。
- enrichjobcount — 统计符合条件的职位发布数量。筛选条件与职位搜索相同。费用:2积分。
搜索(2个工具)
- - enrichcompanysearch — 按地点、行业、规模、融资、成立年份等搜索公司。许多字段使用布尔搜索语法。费用:每个返回的URL 3积分。
- enrichpersonsearch — 按姓名、地点、教育背景、角色、公司、技能等搜索个人。需要country(ISO 3166)。使用布尔搜索语法。费用:每个返回的URL 3积分。
元数据(1个工具)
- - enrichcreditbalance — 检查您当前的丰富层积分余额。费用:0积分。
使用指南
当用户要求丰富、查找或搜索公司或个人的信息时,请遵循以下规则:
1. 大规模操作前先检查积分
在执行批量丰富(员工列表、个人搜索、公司搜索)之前,调用enrichcreditbalance检查用户的剩余积分。在执行高成本操作前,告知用户预估费用。
2. 选择最便宜且能回答问题的工具
- - 如果已有专业网络URL,使用profile工具(1积分)而非lookup工具(2积分)。
- 当有数字公司ID时,使用enrichcompanyidlookup(0积分)。
- 当只需要头像时,使用enrichcompanypicture或enrichpersonpicture(0积分)。
- 在花费积分进行丰富之前,使用enrichdisposable_email(0积分)验证邮箱。
3. 高效串联工具
许多任务需要串联两个或更多工具。遵循以下常见模式:
- - 按角色查找个人的工作邮箱:enrichrolelookup(获取资料URL)然后enrichworkemail(获取邮箱)。总计:6积分。
- 按姓名查找个人的工作邮箱:enrichpersonlookup(获取资料URL)然后enrichworkemail(获取邮箱)。总计:5积分。
- 仅通过名称丰富公司信息:enrichcompanylookup(获取URL)然后enrichcompanyprofile(获取完整数据)。总计:3积分。或者传入enrichprofile: enrich一次调用获取两者,同样3积分。
- 查找公司的决策者:enrichcompanylookup(获取URL)然后使用booleanrolesearch设置为目标角色的enrichemployeelist。
- 验证联系人:enrichdisposableemail(免费检查)然后enrichreverse_email(查找资料)。
4. 使用enrichprofile / enrichprofiles快捷方式
多个查找和列表工具接受设置为enrich的enrichprofile或enrichprofiles参数。这将内联返回完整的资料数据,省去单独的资料调用。当您需要完整详情而不仅仅是URL时使用此功能。
5. 正确使用布尔搜索语法
员工搜索、公司搜索和个人搜索在许多字段中支持布尔运算符:
- - OR / || — 匹配任一条件:founder OR co-founder
- AND — 匹配所有条件:engineer AND manager
- NOT — 排除:director NOT assistant
- 引号用于精确短语:Vice President
- 布尔表达式最多255个字符。
6. 控制缓存行为
所有资料工具接受use_cache:
- - if-present — 使用缓存数据,无论时效(最快、最便宜)。
- if-recent — 仅当资料少于29天时使用缓存。
默认使用if-present,除非用户明确需要最新数据。
7. 处理列表端点的分页
enrichemployeelist、enrichstudentlist和搜索工具接受pagesize。当内联丰富资料时(enrichprofiles: enrich),最大页面大小降至10。对于大型列表请相应规划。
8. 国家代码
多个工具接受国家/地点筛选条件。始终使用ISO 3166-1 alpha-2代码(例如us、gb、de、sg)。对于个人搜索,country参数是必需的。
示例工作流程
丰富潜在客户列表
用户:我有一个公司名称列表。请全部丰富。
- 1. 调用enrichcreditbalance检查可用积分。
- 对于每个公司名称,调用带有