# io.github.IntelagentStudios/mcp-enrichment (npm · @intelagent/mcp-enrichment)

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

- Trust score: 66/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@intelagent/mcp-enrichment`: 66/100 (this document), [markdown](https://verifymcp.io/servers/intelagentstudios-mcp-enrichment/intelagent-mcp-enrichment.md), [page](https://verifymcp.io/servers/intelagentstudios-mcp-enrichment/intelagent-mcp-enrichment)

## Channel facts

- Registry: `npm`
- Package: `@intelagent/mcp-enrichment`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 140 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 500 tokens (~71/item across 7 items; 6 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add intelagentstudios-mcp-enrichment -- npx -y @intelagent/mcp-enrichment
```

### Codex

```bash
codex mcp add intelagentstudios-mcp-enrichment -- npx -y @intelagent/mcp-enrichment
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "intelagentstudios-mcp-enrichment": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@intelagent/mcp-enrichment"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add intelagentstudios-mcp-enrichment --command npx --arg -y --arg @intelagent/mcp-enrichment
```

### Hermes

```yaml
mcp_servers:
  intelagentstudios-mcp-enrichment:
    command: "npx"
    args: ["-y", "@intelagent/mcp-enrichment"]
```

### Other

```json
{
  "mcpServers": {
    "intelagentstudios-mcp-enrichment": {
      "command": "npx",
      "args": [
        "-y",
        "@intelagent/mcp-enrichment"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 62, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 21, +21)

- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 0, −47)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 47)

First indexed and scored.

## MCP tools (6)

### `enrich_company` (~86 tokens)

Enrich company data from a domain name or company name. Returns industry, employee count, funding, tech stack, social profiles, and more. Uses Clearbit API (falls back to mock data if no API key configured).

Input parameters:

- `companyName` (string): Company name (used if domain not provided)
- `domain` (string): Company website domain (e.g. "stripe.com")

### `enrich_contact` (~127 tokens)

Enrich contact/person data from an email address or LinkedIn URL. Returns name, title, seniority, department, social profiles, and company info. Uses Clearbit API.

Input parameters:

- `company` (string): Company name (optional hint)
- `domain` (string): Company domain (optional hint)
- `email` (string): Email address of the person to look up
- `firstName` (string): First name (optional hint)
- `lastName` (string): Last name (optional hint)
- `linkedinUrl` (string): LinkedIn profile URL (used if email not provided)

### `verify_email` (~56 tokens)

Verify an email address for deliverability. Returns validity, deliverability score, disposable/free provider detection, role-based detection, MX records check, and SMTP validation. Uses Hunter.io API.

Input parameters:

- `email` (string, required): Email address to verify

### `verify_phone` (~97 tokens)

Validate and look up a phone number. Returns validity, formatted number, line type (mobile/landline/voip), carrier info, and location. Uses Twilio Lookup API.

Input parameters:

- `countryCode` (string): Country dialing code without + (e.g. "1" for US, "44" for UK). Defaults to "44".
- `phone` (string, required): Phone number to verify (any format, E.164 preferred)

### `find_email` (~88 tokens)

Find the email address for a specific person at a company. Provide their first name, last name, and the company domain. Returns the most likely email and a confidence score. Uses Hunter.io API.

Input parameters:

- `domain` (string, required): Company domain (e.g. "stripe.com")
- `firstName` (string, required): Person's first name
- `lastName` (string, required): Person's last name

### `server_info` (~31 tokens)

Returns server metadata: name, version, registered tools, and registered resources. Useful for introspection and health checks.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/intelagentstudios-mcp-enrichment/intelagent-mcp-enrichment#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 62
- 2026-08-01: 21
- 2026-07-31: 0
- 2026-07-30: 47
- 2026-07-28: 47
- 2026-07-27: 47

## Links

- npm package: https://www.npmjs.com/package/@intelagent/mcp-enrichment
- Socket report: https://socket.dev/npm/package/@intelagent/mcp-enrichment
- Changelog RSS feed: https://verifymcp.io/servers/intelagentstudios-mcp-enrichment/intelagent-mcp-enrichment/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/intelagentstudios-mcp-enrichment/intelagent-mcp-enrichment/changelog.json
- HTML version of this page: https://verifymcp.io/servers/intelagentstudios-mcp-enrichment/intelagent-mcp-enrichment
