mcpbeat Sign in

MCP Enrichment MCP Server

local only

MCP Enrichment runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from npm. Last commit 29 Jun 2026.

Multi-source entity enrichment: company data, contacts, email verification, and phone validation

Installs per day peak 21 · avg 7 · +329% w/w
a month agotoday
70
Installs / week
npm · @intelagent/mcp-enrichment
0
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository opafex/opafex-mcps
пакет @intelagent/mcp-enrichment ссылается на intelagentstudios/intelagent-mcps

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-enrichment -- npx -y @intelagent/mcp-enrichment
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-enrichment": {
      "args": [
        "-y",
        "@intelagent/mcp-enrichment"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-enrichment]
command = "npx"
args = ["-y", "@intelagent/mcp-enrichment"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-enrichment": {
      "args": [
        "-y",
        "@intelagent/mcp-enrichment"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-enrichment": {
      "args": [
        "-y",
        "@intelagent/mcp-enrichment"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLEARBIT_API_KEY (Clearbit API key for company and contact enrichment), HUNTER_API_KEY (Hunter.io API key for email discovery and verification), APOLLO_API_KEY (Apollo.io API key for contact and company data), TWILIO_ACCOUNT_SID (Twilio Account SID for phone validation), TWILIO_AUTH_TOKEN (Twilio Auth Token for phone validation), ENRICHMENT_CACHE_TTL (Cache TTL in seconds for enrichment results (default: 86400)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Enrichment

same job, measured the same way
Tomba MCP Server
by tomba-io

MCP server for Tomba email finder, verification, and contact enrichment API

45 installs/wk 38 tools answering
I
Signaliz
by signaliz

B2B lead generation, email verification, company enrichment, and agentic GTM Ops.

answering
CLI
by kanta

Kanta Verify, Find, and Database: email verification, email finding, and B2B contact search.

103 installs/wk local only
Snov MCP Server
by snov

Snov.io: lead discovery, email verification, enrichment, CRM, and LinkedIn automation actions.

answering
FullEnrich
by fullenrich

Search B2B contacts, enrich verified emails and phone numbers, and export results.

answering
Bounceprotect
by fahassan00

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

75 installs/wk local only
Bounceprotect
by bounceprotect-www

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

local only
Fiber AI
by fiber

Search companies, enrich contacts, and reveal emails and phones from your AI agent.

5 tools answering

MCP Enrichment — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Enrichment?
MCP Enrichment runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @intelagent/mcp-enrichment was installed 70 times last week.
How do I connect MCP Enrichment?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @intelagent/mcp-enrichment straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Enrichment?
The npm package @intelagent/mcp-enrichment was installed 70 times in the last week. Week over week that is +329%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Enrichment open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.