com.mambabuilt/mcp-publication-cadence-tracker
NPM · @MAMBALABSDEV/MCP-PUBLICATION-CADENCE-TRACKER · SCANNED AUG 16
How often a company publishes long-form work, and whether that rate is rising or falling.
Available components
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. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability63
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @mambalabsdev/mcp-publication-cadence-tracker
claude mcp add com-mambabuilt-mcp-publication-cadence-tracker -- npx -y @mambalabsdev/mcp-publication-cadence-tracker
codex mcp add com-mambabuilt-mcp-publication-cadence-tracker -- npx -y @mambalabsdev/mcp-publication-cadence-tracker
{
"$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 mcp add com-mambabuilt-mcp-publication-cadence-tracker --command npx --arg -y --arg @mambalabsdev/mcp-publication-cadence-tracker
mcp_servers:
com-mambabuilt-mcp-publication-cadence-tracker:
command: "npx"
args: ["-y", "@mambalabsdev/mcp-publication-cadence-tracker"] {
"mcpServers": {
"com-mambabuilt-mcp-publication-cadence-tracker": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-publication-cadence-tracker"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 15 Aug 26 +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.
- 13 Aug 26 +2
- Schema quality: 506 → 575 ▼ functional
- Stability: unverified → 0.20 ▲ functional
- Package version: 1.0.0 → 1.1.1 functional
- 11 Aug 26 +3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 7 Aug 26 65
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 16 Aug 2026 · Analysed npm/@mambalabsdev/mcp-publication-cadence-tracker@1.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
track_publication_cadence Track Publication Cadence ~575
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.