# com.mambabuilt/mcp-link-in-bio-newsletter-checker (npm · @mambalabsdev/mcp-link-in-bio-newsletter-checker)

Follow a creator bio link and report the newsletter, what they sell, and the contact emails.

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `@mambalabsdev/mcp-link-in-bio-newsletter-checker`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-mambabuilt-mcp-link-in-bio-newsletter-checker/mambalabsdev-mcp-link-in-bio-newsletter-checker.md), [page](https://verifymcp.io/servers/com-mambabuilt-mcp-link-in-bio-newsletter-checker/mambalabsdev-mcp-link-in-bio-newsletter-checker)

## Channel facts

- Registry: `npm`
- Package: `@mambalabsdev/mcp-link-in-bio-newsletter-checker`
- 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-09-26.

- **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.
  - 31 of 95 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**: 56/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1181 tokens (~1181/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**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 1 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the com.mambabuilt/mcp-link-in-bio-newsletter-checker server?

com.mambabuilt/mcp-link-in-bio-newsletter-checker runs locally as an npm package, launched with npx -y @mambalabsdev/mcp-link-in-bio-newsletter-checker. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-mambabuilt-mcp-link-in-bio-newsletter-checke -- npx -y @mambalabsdev/mcp-link-in-bio-newsletter-checker
```

### Cursor

```json
{
  "mcpServers": {
    "com-mambabuilt-mcp-link-in-bio-newsletter-checke": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-link-in-bio-newsletter-checker"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-mambabuilt-mcp-link-in-bio-newsletter-checke": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-link-in-bio-newsletter-checker"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-mambabuilt-mcp-link-in-bio-newsletter-checke -- npx -y @mambalabsdev/mcp-link-in-bio-newsletter-checker
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mambabuilt-mcp-link-in-bio-newsletter-checke": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mambalabsdev/mcp-link-in-bio-newsletter-checker"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-mambabuilt-mcp-link-in-bio-newsletter-checke --command npx --arg -y --arg @mambalabsdev/mcp-link-in-bio-newsletter-checker
```

### Hermes

```yaml
mcp_servers:
  com-mambabuilt-mcp-link-in-bio-newsletter-checke:
    command: "npx"
    args: ["-y", "@mambalabsdev/mcp-link-in-bio-newsletter-checker"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-mambabuilt-mcp-link-in-bio-newsletter-checke": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@mambalabsdev/mcp-link-in-bio-newsletter-checker"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-mambabuilt-mcp-link-in-bio-newsletter-checke -t stdio -c npx -a -y @mambalabsdev/mcp-link-in-bio-newsletter-checker
```

### Other

```json
{
  "mcpServers": {
    "com-mambabuilt-mcp-link-in-bio-newsletter-checke": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-link-in-bio-newsletter-checker"
      ]
    }
  }
}
```

## 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-09-25 (score 67, 0)

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

### 2026-09-23 (score 67, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-22 (score 52)

First indexed and scored.

## MCP tools (1)

### `check_link_in_bio_and_newsletter` (~1181 tokens)

Check a Link in Bio Page for a Newsletter

Follows the link in bio page behind a creator handle, or a link in bio URL you already hold, and reports whether the creator runs a newsletter, which email platform hosts it, and the page URL that proves it. Also returns the link in bio host, the creator's own website resolved through any redirect, every outbound link found, the public business email, a manager or booking email with the page it came from, a matched talent agency name and domain, and what the creator sells: course, coaching, digital product, merch, membership, brand deals, and discount codes. Every row carries newsletter_check_method, row_status, and error_reason, so a no is told apart from an unknown. Charges $0.002 per run plus $0.008 per creator checked, and on top of that $0.004 per headless browser render, $0.005 per website email scan, $0.003 per agency match, and $0.01 per Instagram bio fetch, each only when that step runs. The AI check uses your own Anthropic or OpenAI key and is billed by them, not here. Contributes the public records it finds to a shared creator and agency pool that all users of this actor read from, so a later run reads what this one found; `contribute_to_shared_pool` is on by default and turning it off leaves the run reading the pool and writing nothing. Only public data already in the returned rows is contributed, nothing from your Apify account or your input, and a contribution is not charged. Requires an APIFY_TOKEN and consumes Apify credits. Read only.

Input parameters:

- `ai_api_key` (string): Your own model API key. Used only when `ai_check` is on. Never stored, logged, or written to a row.
- `ai_check` (boolean): Off by default. When on, a model reads the rule classifier's evidence and rules on each row. Runs only with your own key in `ai_api_key`; the actor never uses a Mamba Labs key and never logs yours. D…
- `ai_provider` (string): Which API the key belongs to. Default: "anthropic".
- `batch_size` (integer): Rows fetched at once. Leave empty for the measured per platform default; the measurement is in the README. Higher is faster and, above the measured point, loses rows.
- `bio_links` (array): Skip the profile read and start from these pages directly (a Linktree, Stan Store, linkin.bio page, or the creator's own site). One per line. When one input item carries both a handle and bio links,…
- `contribute_to_shared_pool` (boolean): On by default. Contributes the public records this run finds to a shared creator and agency pool that all users of this actor read from, so a later run reads what this one found. Only public data alr…
- `escalate_on_block` (boolean): On by default. A profile fetch that comes back as a bot detection page is retried once over the residential proxy. On Instagram the bio, bio link, and following are read from the profile page over re…
- `handles` (array): One per line. A profile URL on any supported platform (https://www.tiktok.com/@name, https://www.instagram.com/name/, https://www.youtube.com/@name, a Pinterest, Twitch, or Threads profile, an Apple…
- `match_agencies` (boolean): Matches the domain of a manager or business email against the bundled talent agency list and fills agency_name, agency_domain, and agency_match_method. Charged per matched row (event agency-match). D…
- `platforms` (array): Which platforms a bare @handle is looked up on. A full profile URL carries its own platform and ignores this. This actor does not search; pass the creators you want read. Supported: TikTok, Instagram…
- `render_unreadable_pages` (boolean): Off by default. Some link-in-bio pages (Stan Store, linkin.bio, Typeform shells) return an empty shell to a plain fetch and are classified unknown_fetch_failed. Turn this on to render them in a headl…
- `scan_website_for_email` (boolean): Off by default. For creators with their own website (not a link-in-bio page), reads the home, contact, and about pages and the footer for an email and records where it was found. Charged per creator…

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-mambabuilt-mcp-link-in-bio-newsletter-checker/mambalabsdev-mcp-link-in-bio-newsletter-checker#diagnostics

## Score history

- 2026-09-26: 67
- 2026-09-25: 67
- 2026-09-24: 67
- 2026-09-23: 67
- 2026-09-22: 52

## Common questions

### What is the com.mambabuilt/mcp-link-in-bio-newsletter-checker server?

com.mambabuilt/mcp-link-in-bio-newsletter-checker is listed in the public MCP registry as com.mambabuilt/mcp-link-in-bio-newsletter-checker. Follow a creator bio link and report the newsletter, what they sell, and the contact emails. This page covers its npm package (@mambalabsdev/mcp-link-in-bio-newsletter-checker).

### Is the com.mambabuilt/mcp-link-in-bio-newsletter-checker server safe to use?

com.mambabuilt/mcp-link-in-bio-newsletter-checker scores 67 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.mambabuilt/mcp-link-in-bio-newsletter-checker server expose?

com.mambabuilt/mcp-link-in-bio-newsletter-checker exposes 1 tool: check_link_in_bio_and_newsletter. Their descriptions and schemas cost roughly 1,181 tokens of context every time the server is loaded.

### Is the com.mambabuilt/mcp-link-in-bio-newsletter-checker server still maintained?

com.mambabuilt/mcp-link-in-bio-newsletter-checker is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the com.mambabuilt/mcp-link-in-bio-newsletter-checker server under?

com.mambabuilt/mcp-link-in-bio-newsletter-checker declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@mambalabsdev/mcp-link-in-bio-newsletter-checker
- Socket report: https://socket.dev/npm/package/@mambalabsdev/mcp-link-in-bio-newsletter-checker
- Repository: https://github.com/mambalabsdev/mcp-link-in-bio-newsletter-checker
- Changelog RSS feed: https://verifymcp.io/servers/com-mambabuilt-mcp-link-in-bio-newsletter-checker/mambalabsdev-mcp-link-in-bio-newsletter-checker.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-mambabuilt-mcp-link-in-bio-newsletter-checker/mambalabsdev-mcp-link-in-bio-newsletter-checker.json
- HTML version of this page: https://verifymcp.io/servers/com-mambabuilt-mcp-link-in-bio-newsletter-checker/mambalabsdev-mcp-link-in-bio-newsletter-checker
