# com.mambabuilt/mcp-publication-cadence-tracker (npm · @mambalabsdev/mcp-publication-cadence-tracker)

How often a company publishes long-form work, and whether that rate is rising or falling.

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

## Components

- npm · `@mambalabsdev/mcp-publication-cadence-tracker`: 71/100 (this document), [markdown](https://verifymcp.io/servers/com-mambabuilt-mcp-publication-cadence-tracker/mambalabsdev-mcp-publication-cadence-tracker.md), [page](https://verifymcp.io/servers/com-mambabuilt-mcp-publication-cadence-tracker/mambalabsdev-mcp-publication-cadence-tracker)

## Channel facts

- Registry: `npm`
- Package: `@mambalabsdev/mcp-publication-cadence-tracker`
- Version: `1.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-16.

- **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**: 63/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 575 tokens (~575/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**: 30/100
  - Stability observed for 9 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-publication-cadence-tracker -- npx -y @mambalabsdev/mcp-publication-cadence-tracker
```

### Codex

```bash
codex mcp add com-mambabuilt-mcp-publication-cadence-tracker -- npx -y @mambalabsdev/mcp-publication-cadence-tracker
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-mambabuilt-mcp-publication-cadence-tracker --command npx --arg -y --arg @mambalabsdev/mcp-publication-cadence-tracker
```

### Hermes

```yaml
mcp_servers:
  com-mambabuilt-mcp-publication-cadence-tracker:
    command: "npx"
    args: ["-y", "@mambalabsdev/mcp-publication-cadence-tracker"]
```

### Other

```json
{
  "mcpServers": {
    "com-mambabuilt-mcp-publication-cadence-tracker": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-publication-cadence-tracker"
      ]
    }
  }
}
```

## 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-15 (score 71, +1)

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

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

- [functional regression] Schema quality: 506 → 575
- [functional improvement] Stability: unverified → 0.20
- [functional] Package version: 1.0.0 → 1.1.1

### 2026-08-11 (score 68, +3)

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

### 2026-08-07 (score 65)

First indexed and scored.

## MCP tools (1)

### `track_publication_cadence` (~575 tokens)

Track Publication Cadence

Given a company domain, measure how much long-form work that company publishes and whether the rate is rising or falling. Returns post counts for the last 30 days, 90 days and 12 months, a monthly average, and a cadence_trend of accelerating, steady, declining, dormant or unknown, plus the percent change behind it. The trend compares the last 90 days against the prior 275 days, both normalized to posts per month. Also returns the blog URL, the format mix (blog posts, guides, reports, case studies, whitepapers, podcasts, videos, press releases, research), the number of distinct bylines, and how the post list was discovered. This measures EDITORIAL output volume, not product changelogs: a release feed is detected and rejected rather than counted. Publication dates are read from the post pages themselves, because sitemap lastmod was measured to be a modification date that runs later than publication by a median of 151 to 1653 days. When a site's date field turns out to track edits rather than publication, date_source_reliable comes back false and every count is nulled rather than reported wrong, so check that field before quoting a number. Counts are a census when the archive fits the page budget and a scaled even sample otherwise, flagged by counts_are_estimate. Public sitemaps, feeds and pages only. Returns flat Clay-ready JSON. Read-only; requires an APIFY_TOKEN and consumes Apify credits per domain analyzed.

Input parameters:

- `batchSize` (integer): How many domains to analyze concurrently. Default 2.
- `domain` (string): A single company domain, e.g. zapier.com. Provide either domain or domains.
- `domain_time_budget_ms` (integer): Hard wall-clock ceiling per domain, default 75000. When it is nearly spent the crawl stops and the row is returned with partial_result true and reduced confidence rather than timing out.
- `domains` (array): Batch mode: several company domains analyzed in one call. Takes precedence over domain.
- `max_pages_to_date` (integer): How many post pages to fetch per domain for dating. Default 400. Above this cap the counts are estimated from an even sample across the archive and counts_are_estimate is set true. Raise it for a tig…
- `max_sitemap_fetches` (integer): Cap on how many sitemap files are fetched per domain. Lower it to bound run time on sites with deeply nested sitemap indexes.
- `page_concurrency` (integer): How many pages are fetched concurrently within one domain.
- `request_timeout_ms` (integer): Per-HTTP-request timeout in milliseconds.
- `skipCache` (boolean): Force a fresh crawl and ignore the 3 day result cache.

## Diagnostics

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

## Score history

- 2026-08-16: 71
- 2026-08-15: 71
- 2026-08-14: 70
- 2026-08-13: 70
- 2026-08-12: 68
- 2026-08-11: 68
- 2026-08-10: 65
- 2026-08-09: 65
- 2026-08-08: 65
- 2026-08-07: 65

## Links

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