MCP Server
Live25 enrichment tools for AI agents
The Enrich Layer MCP server gives AI coding assistants and agents direct access to company, person, and contact enrichment tools. Works with any client that supports the Model Context Protocol.
Quick Install
npx @enrichlayer/mcp-serverRequires Node.js 18+ and an Enrich Layer API key.
Setup by Client
Claude Code
.mcp.json
{
"mcpServers": {
"enrich-layer": {
"command": "npx",
"args": ["-y", "@enrichlayer/mcp-server"],
"env": {
"ENRICH_LAYER_API_KEY": "your_api_key"
}
}
}
}Cursor
.cursor/mcp.json
{
"mcpServers": {
"enrich-layer": {
"command": "npx",
"args": ["-y", "@enrichlayer/mcp-server"],
"env": {
"ENRICH_LAYER_API_KEY": "your_api_key"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"enrich-layer": {
"command": "npx",
"args": ["-y", "@enrichlayer/mcp-server"],
"env": {
"ENRICH_LAYER_API_KEY": "your_api_key"
}
}
}
}25 Tools Available
Company
7- Company profile
- Employee list
- Employee count
- Employee search
Person
4- Person profile
- Person lookup
- Role lookup
- Profile picture
Contact
6- Work email
- Personal email
- Reverse email
- Reverse phone
Search
3- Person search
- Company search
- Disposable email check
School
2- School profile
- Student list
Jobs
3- Job search
- Job profile
- Job count
OpenClaw Skill
What you can build
Lead research agent
Ask your AI to research a company and find decision-makers — it calls the enrichment tools automatically.
CRM enrichment pipeline
Build an agent that watches for new CRM records, enriches them, and updates fields in real time.
Competitive intelligence
Track employee counts, funding rounds, and hiring patterns at target companies over time.
Email discovery workflows
Find work emails and personal contacts for prospects using name + company lookups.