# com.mambabuilt/mcp-company-discovery-list-builder (npm · @mambalabsdev/mcp-company-discovery-list-builder)

Build a company list from live hiring data or from US SEC filings mentioning a phrase.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@mambalabsdev/mcp-company-discovery-list-builder`
- Version: `1.0.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-17.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/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 3 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 61/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 603 tokens (~603/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**: 23/100
  - Stability observed for 7 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-discovery-list-builde -- npx -y @mambalabsdev/mcp-company-discovery-list-builder
```

### Codex

```bash
codex mcp add com-mambabuilt-mcp-company-discovery-list-builde -- npx -y @mambalabsdev/mcp-company-discovery-list-builder
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-mambabuilt-mcp-company-discovery-list-builde --command npx --arg -y --arg @mambalabsdev/mcp-company-discovery-list-builder
```

### Hermes

```yaml
mcp_servers:
  com-mambabuilt-mcp-company-discovery-list-builde:
    command: "npx"
    args: ["-y", "@mambalabsdev/mcp-company-discovery-list-builder"]
```

### Other

```json
{
  "mcpServers": {
    "com-mambabuilt-mcp-company-discovery-list-builde": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-company-discovery-list-builder"
      ]
    }
  }
}
```

## 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-17 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-13 (score 68, +2)

- [functional improvement] Stability: unverified → 0.10
- [functional] Package version: 1.0.0 → 1.0.1

### 2026-08-11 (score 66, 0)

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

### 2026-08-10 (score 66)

First indexed and scored.

## MCP tools (1)

### `build_company_list` (~603 tokens)

Build Company List

Build a list of companies from a market definition, in two modes. hiring returns companies currently advertising for your role keywords, built from a live index of public Greenhouse and Ashby job boards; role_keywords are matched as whole words against live job titles, so account executive matches Enterprise Account Executive and does not match Executive Assistant. filings returns US public companies whose SEC filings of the form types you name contain your exact phrase. location_contains is a plain substring test against the job board's own free text location string, so Remote does not match US Remote. min_open_jobs is a rough size proxy. resolve_domains looks up each company's website, which adds roughly a second per company and resolves about two thirds of the time, so check domain_status and domain_confidence before trusting a domain. The underlying company universe is rebuilt about monthly on its own; refresh_universe forces a fresh enumeration and is rarely what you want. You are billed per company returned, not per company examined, so max_companies is the cost dial. Requires an APIFY_TOKEN and consumes Apify credits. Read only.

Input parameters:

- `filing_forms` (string): Comma separated SEC form types, for example 10-K,10-Q. Used in filings mode. Default: "10-K".
- `filing_phrase` (string): Exact phrase searched in SEC filings, for example agentic AI. Used in filings mode.
- `location_contains` (string): Substring match against the job location string, for example London, Remote, New York. Locations are free text on every job board, so this is a plain substring test: Remote does not match US Remote.
- `max_companies` (string): How many companies to return, 1 to 2000. Sent as a string so it works from Clay. You are billed per company returned, not per company examined. Default: "100".
- `min_open_jobs` (string): Skip companies with fewer open roles than this. A rough size proxy. Sent as a string so it works from Clay. Default: "1".
- `mode` (string, required): hiring returns companies currently hiring for your role keywords, built from a live index of public Greenhouse and Ashby job boards. filings returns US SEC filers whose filings contain your phrase.
- `refresh_universe` (boolean): Force a fresh Common Crawl enumeration instead of the cached one. The cached universe is rebuilt about monthly on its own, so leave this off unless you need the newest crawl. Default: false.
- `resolve_domains` (boolean): Look up each company's website. Off by default: it adds roughly a second per company and about two thirds of companies resolve. Check domain_status and domain_confidence before trusting a result. Def…
- `role_keywords` (string): Comma separated. Matched as whole words against live job titles, so account executive matches Enterprise Account Executive and does not match Executive Assistant. Leave empty to match any role. Used…

## Diagnostics

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

## Score history

- 2026-08-17: 70
- 2026-08-16: 69
- 2026-08-15: 69
- 2026-08-14: 68
- 2026-08-13: 68
- 2026-08-12: 66
- 2026-08-11: 66
- 2026-08-10: 66

## Links

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