# com.mambabuilt/mcp-company-identity-resolver (npm · @mambalabsdev/mcp-company-identity-resolver)

Resolve company name, domain, or LinkedIn into one canonical identity with confidence scores.

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

## Components

- npm · `@mambalabsdev/mcp-company-identity-resolver`: 69/100 (this document), [markdown](https://verifymcp.io/servers/com-mambabuilt-mcp-company-identity-resolver/mambalabsdev-mcp-company-identity-resolver.md), [page](https://verifymcp.io/servers/com-mambabuilt-mcp-company-identity-resolver/mambalabsdev-mcp-company-identity-resolver)

## Channel facts

- Registry: `npm`
- Package: `@mambalabsdev/mcp-company-identity-resolver`
- Version: `1.0.0`
- 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**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 43 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 221 tokens (~221/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - 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 com-mambabuilt-mcp-company-identity-resolver -- npx -y @mambalabsdev/mcp-company-identity-resolver
```

### Codex

```bash
codex mcp add com-mambabuilt-mcp-company-identity-resolver -- npx -y @mambalabsdev/mcp-company-identity-resolver
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mambabuilt-mcp-company-identity-resolver": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mambalabsdev/mcp-company-identity-resolver"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-mambabuilt-mcp-company-identity-resolver --command npx --arg -y --arg @mambalabsdev/mcp-company-identity-resolver
```

### Hermes

```yaml
mcp_servers:
  com-mambabuilt-mcp-company-identity-resolver:
    command: "npx"
    args: ["-y", "@mambalabsdev/mcp-company-identity-resolver"]
```

### Other

```json
{
  "mcpServers": {
    "com-mambabuilt-mcp-company-identity-resolver": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-company-identity-resolver"
      ]
    }
  }
}
```

## 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 69, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 65, −3)

- [security regression] Install scripts: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [security regression] Provenance: fail → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-08-01 (score 68, +31)

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

### 2026-07-30 (score 37, −30)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 67, +21)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

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

First indexed and scored.

## MCP tools (1)

### `resolve_company_identity` (~221 tokens)

Resolve Company Identity

Resolve any combination of company name, domain, or LinkedIn URL into one canonical company identity: the name, primary domain, and LinkedIn company URL, each with a 0-100 confidence score plus an overall score and a match method. Cross-checks the inputs you give it, resolves the ones you do not, and flags conflicts (a domain and a LinkedIn slug that disagree) instead of merging them. Login-free and public-data only. Returns flat Clay-ready JSON. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.

Input parameters:

- `company_name` (string): Company name, e.g. Stripe. Provide at least one of company_name, domain, or linkedin_url.
- `domain` (string): Bare company domain, e.g. stripe.com. The strongest canonical key when provided.
- `linkedin_url` (string): LinkedIn company URL (https://www.linkedin.com/company/stripe) or bare slug (stripe).
- `skipCache` (boolean): Force a fresh resolution and ignore the 7 day result cache.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-mambabuilt-mcp-company-identity-resolver/mambalabsdev-mcp-company-identity-resolver#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 65
- 2026-08-01: 68
- 2026-07-30: 37
- 2026-07-29: 67
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@mambalabsdev/mcp-company-identity-resolver
- Socket report: https://socket.dev/npm/package/@mambalabsdev/mcp-company-identity-resolver
- Repository: https://github.com/mambalabsdev/mcp-company-identity-resolver
- Changelog RSS feed: https://verifymcp.io/servers/com-mambabuilt-mcp-company-identity-resolver/mambalabsdev-mcp-company-identity-resolver/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-mambabuilt-mcp-company-identity-resolver/mambalabsdev-mcp-company-identity-resolver/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-mambabuilt-mcp-company-identity-resolver/mambalabsdev-mcp-company-identity-resolver
