# io.github.teamsincetoday/newsletter-commerce-mcp (npm · newsletter-commerce-mcp)

Extract shoppable products from newsletter content with affiliate signals.

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

## Components

- npm · `newsletter-commerce-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/teamsincetoday-newsletter-commerce-mcp/newsletter-commerce-mcp.md), [page](https://verifymcp.io/servers/teamsincetoday-newsletter-commerce-mcp/newsletter-commerce-mcp)

## Channel facts

- Registry: `npm`
- Package: `newsletter-commerce-mcp`
- Version: `0.1.3`
- 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 (131 of 135), 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 (131 of 135), 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 120 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 62/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 607 tokens (~202/item across 3 items; 3 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.
- **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

### Claude

```bash
claude mcp add teamsincetoday-newsletter-commerce-mcp -- npx -y newsletter-commerce-mcp
```

### Codex

```bash
codex mcp add teamsincetoday-newsletter-commerce-mcp -- npx -y newsletter-commerce-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "teamsincetoday-newsletter-commerce-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "newsletter-commerce-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add teamsincetoday-newsletter-commerce-mcp --command npx --arg -y --arg newsletter-commerce-mcp
```

### Hermes

```yaml
mcp_servers:
  teamsincetoday-newsletter-commerce-mcp:
    command: "npx"
    args: ["-y", "newsletter-commerce-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "teamsincetoday-newsletter-commerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "newsletter-commerce-mcp"
      ]
    }
  }
}
```

## 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 63, +15)

- [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-08-02 (score 48, +43)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-08-01 (score 5, −28)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 33, −4)

- [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, −39)

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

### 2026-07-28 (score 76, +50)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

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

First indexed and scored.

## MCP tools (3)

### `extract_newsletter_products` (~217 tokens)

Extract affiliate links, product recommendations, and sponsored mentions from newsletter content. Pass the newsletter body directly as HTML or plain text — does not fetch content from URLs. Supports Substack, Ghost, and Beehiiv HTML plus plain text. Returns product name, category, affiliate link URL, recommendation strength, and sponsor flag. Call this before analyze_newsletter_sponsors or track_product_trends — both tools reuse its cache. Use for monetization analysis, affiliate auditing, and cross-issue tracking. Example: newsletter_id='morning-brew-2026-03-12', category_filter=['saas','physical_goods'].

Input parameters:

- `api_key` (string): Optional API key for paid access beyond the free tier
- `category_filter` (array): Optional list of categories to include: saas, physical_goods, course, supplement, book, service, media, other
- `content` (string, required): Newsletter content as HTML or plain text
- `newsletter_id` (string): Optional newsletter issue identifier for caching and trend tracking

### `analyze_newsletter_sponsors` (~221 tokens)

Identify sponsored sections in a newsletter and estimate advertising value: CPM, read-through rate, and sponsor-reader fit score. Returns each sponsor's name, placement type (dedicated section, inline, footer), estimated CPM based on industry benchmarks, and audience fit score. Revenue estimates are benchmark averages — not live ad-platform data. Use for advertising intelligence, sponsor acquisition research, and ad placement optimization. Use this tool for sponsor metrics only; for the full affiliate product and link list use extract_newsletter_products instead. Reuses cached extraction when newsletter_id matches a prior extract_newsletter_products call. Example: newsletter_id='tldr-2026-03-12' → returns [{sponsor:'Warp', placement:'dedicated_section', estimated_cpm:40, fit_score:0.85}].

Input parameters:

- `api_key` (string): Optional API key for paid access beyond the free tier
- `content` (string, required): Newsletter content as HTML or plain text
- `newsletter_id` (string): Optional newsletter issue identifier — uses cached extraction if available

### `track_product_trends` (~169 tokens)

Compare affiliate product mentions and brand frequency across multiple newsletter issues to detect rising, stable, and declining trends. Returns trend velocity, mention count per issue, and category breakdown. No AI call — computed from cached extraction data only. Use for affiliate marketing optimization, editorial product tracking, and sponsor category analysis. Requires prior extract_newsletter_products call for each newsletter_id — returns an error listing missing IDs if any are not in cache. Example: newsletter_ids=['issue-101','issue-102'].

Input parameters:

- `api_key` (string): Optional API key for paid access beyond the free tier
- `category_filter` (array): Optional category filter to narrow trend analysis
- `newsletter_ids` (array, required): List of newsletter issue IDs to analyze. Each must have been previously extracted via extract_newsletter_products.

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 48
- 2026-08-01: 5
- 2026-07-31: 33
- 2026-07-30: 37
- 2026-07-29: 76
- 2026-07-28: 76
- 2026-07-27: 26

## Links

- npm package: https://www.npmjs.com/package/newsletter-commerce-mcp
- Socket report: https://socket.dev/npm/package/newsletter-commerce-mcp
- Repository: https://github.com/teamsincetoday/newsletter-commerce-mcp
- Changelog RSS feed: https://verifymcp.io/servers/teamsincetoday-newsletter-commerce-mcp/newsletter-commerce-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/teamsincetoday-newsletter-commerce-mcp/newsletter-commerce-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/teamsincetoday-newsletter-commerce-mcp/newsletter-commerce-mcp
