All Integrations
MCP

MCP Server

Live

25 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-server

Requires Node.js 18+ and an Enrich Layer API key.

Setup by Client

Claude Code

Claude Code

.mcp.json

{
  "mcpServers": {
    "enrich-layer": {
      "command": "npx",
      "args": ["-y", "@enrichlayer/mcp-server"],
      "env": {
        "ENRICH_LAYER_API_KEY": "your_api_key"
      }
    }
  }
}
Cursor

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "enrich-layer": {
      "command": "npx",
      "args": ["-y", "@enrichlayer/mcp-server"],
      "env": {
        "ENRICH_LAYER_API_KEY": "your_api_key"
      }
    }
  }
}
VS Code

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

OpenClaw

enrich-layer

v0.2.0

Published on ClawHub

The same 25 enrichment tools, packaged as an OpenClaw skill. Install it from ClawHub and use it with any OpenClaw-compatible agent — IronClaw, Clawdbot, or your own.

clawhub install enrich-layer

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.

Ready to enrich with AI?

Get your API key and start enriching data from Claude, Cursor, or any MCP-compatible agent in under 2 minutes.