io.github.AutomateLab-tech/content-distribution
NPM · @AUTOMATELAB/CONTENT-DISTRIBUTION-MCP · SCANNED AUG 3
Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- 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 55 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability73
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1046 tokens (~130/item across 8 items; 8 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 Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 69% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.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 · @automatelab/content-distribution-mcp
claude mcp add automatelab-tech-content-distribution -- npx -y @automatelab/content-distribution-mcp
codex mcp add automatelab-tech-content-distribution -- npx -y @automatelab/content-distribution-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"automatelab-tech-content-distribution": {
"type": "local",
"command": [
"npx",
"-y",
"@automatelab/content-distribution-mcp"
],
"enabled": true
}
}
} openclaw mcp add automatelab-tech-content-distribution --command npx --arg -y --arg @automatelab/content-distribution-mcp
mcp_servers:
automatelab-tech-content-distribution:
command: "npx"
args: ["-y", "@automatelab/content-distribution-mcp"] {
"mcpServers": {
"automatelab-tech-content-distribution": {
"command": "npx",
"args": [
"-y",
"@automatelab/content-distribution-mcp"
]
}
}
} 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.
- 3 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.
- 2 Aug 26 +47
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Security disclosure: fail → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +1
- Malware scan: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 −5
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −20
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 44
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 3 Aug 2026 · Analysed npm/@automatelab/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 97 packages
97 packages in the resolved dependency tree · 97 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
channel.hints Static per-channel metadata ~126
Return static per-channel metadata: character limits, Markdown support flags, tag vocabulary, and CTA placement rules. Side effects: read-only; no external HTTP calls; no auth needed. Fully deterministic — returns compile-time adapter constants. Use channel.hints before composing a variant body to understand channel constraints; use post.publish or post.schedule once you have a valid variant.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel platform name, e.g. 'devto', 'reddit', 'hashnode', 'bluesky'. Use the platform prefix only, not the full 'platform:account' form. |
| Name | Type | Req | Description |
|---|---|---|---|
| browser_only | boolean | yes | True when posting requires the browser-fallback flow (no public API). |
| canonical_url_supported | boolean | yes | Whether the channel honours canonical_url natively. |
| cta_placement | string | yes | Where the CTA block lands on this channel. |
| max_length | number | — | Max post length in characters; omitted when the channel has no limit. |
| supported_md_features | array | yes | Markdown features the channel renders, e.g. 'links', 'code_blocks'. |
| tag_vocab | array | — | Canonical tag vocabulary; omitted when the channel accepts free-form tags. |
No examples provided.
post.drain Fire all scheduled posts due now ~145
Fire all scheduled posts due at or before the given time boundary. Side effects: makes external HTTP requests for each due entry; writes results to the YAML backend. Idempotent — already-published (content.id, channel) pairs are skipped; no-op when no entries are due. Safe to call from cron. Use post.drain on a recurring schedule to flush the queue; use post.publish or post.schedule to add new content; use post.status to inspect results after drain runs.
| Name | Type | Req | Description |
|---|---|---|---|
| now | string | — | ISO-8601 datetime boundary, e.g. '2026-05-21T09:00:00Z'; defaults to current UTC time when omitted. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | Per-variant results, one entry per input variant in the same order. |
No examples provided.
post.publish Publish variants to one or more channels immediately ~139
Publish one or more channel variants immediately. Side effects: makes external HTTP requests to each channel platform; writes publish state to the local YAML backend; requires valid credentials in the named profile. Idempotent on (content.id, channel) — re-running with the same IDs returns cached state without re-posting. Use post.publish for immediate-only delivery; use post.schedule when any variant needs a future schedule_at; use post.drain to flush a previously built queue.
| Name | Type | Req | Description |
|---|---|---|---|
| content | object | yes | — |
| profile_name | string | yes | Name of the distribution profile (credentials store). Use profile.list to discover available names. |
| variants | array | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | Per-variant results, one entry per input variant in the same order. |
No examples provided.
post.schedule Schedule variants for future publishing ~137
Enqueue channel variants with schedule_at for future publishing; variants without schedule_at are published immediately. Side effects: writes entries to the local YAML schedule store; makes external HTTP requests for any immediately-published variants; requires credentials in the named profile. Idempotent on (content.id, channel). Use post.schedule when any variant needs a future publish time; use post.publish for all-immediate delivery; use post.drain to process the scheduled queue later.
| Name | Type | Req | Description |
|---|---|---|---|
| content | object | yes | — |
| profile_name | string | yes | Name of the distribution profile (credentials store). Use profile.list to discover available names. |
| variants | array | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | Per-variant results, one entry per input variant in the same order. |
No examples provided.
post.status Read publish state for content pieces ~150
Return publish state for content pieces. Filters by content_id, channel, or both; returns all entries when neither is given. Side effects: read-only; no external HTTP calls; no auth needed. Deterministic given unchanged backend state. Use post.status to inspect what has been published, what is queued, or what errored; use post.publish, post.schedule, or post.drain to change state.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | — | Filter to a specific channel slug, e.g. 'devto', 'reddit:ClaudeAI'; omit to return state for all channels. |
| content_id | string | — | Filter to a specific content piece by its stable ID; omit to return state for all content. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | Publish-log entries matching the filter. |
No examples provided.
post.unpublish Retract a published post (best-effort) ~165
Best-effort delete of a published post on the target platform. Side effects: makes an external HTTP DELETE or update request; DEV.to sets published=false (soft delete); platforms without a delete API return success=false without error. Non-idempotent — calling on an already-deleted URL may return a platform 404. Use post.unpublish to retract a live post; use post.status first to obtain the live_url; use post.publish to re-publish after an unpublish.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel slug the post was published to, e.g. 'devto', 'hashnode', 'reddit:ClaudeAI'. |
| live_url | string | yes | URL of the live published post to retract, e.g. 'https://dev.to/user/post-slug'. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string|null | yes | Platform error message; null on success. |
| success | boolean | yes | Whether the retract succeeded on the platform side. |
No examples provided.
profile.list List configured distribution profiles ~65
Return all distribution profile names configured in the YAML backend. Side effects: read-only; no external HTTP calls. Deterministic given backend state. Use profile.list to discover available profiles before calling post.publish, post.schedule, or subreddit.list; then pass the chosen name as profile_name.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| profiles | array | yes | Configured distribution profile names. |
No examples provided.
subreddit.list List Subreddit Catalog entries ~119
Return all subreddits in the Subreddit Catalog with cooldown windows, flair vocabulary, and last-posted metadata. Optionally filtered to subreddits allowed by the named profile. Side effects: read-only; no external HTTP calls. Deterministic given backend state. Use subreddit.list to select a subreddit and obtain flair IDs before composing a reddit: channel variant; pass flair in variant.extras.flair.
| Name | Type | Req | Description |
|---|---|---|---|
| profile_name | string | — | Optional profile name to filter subreddits to those allowed by that profile; omit to return the full catalog. |
| Name | Type | Req | Description |
|---|---|---|---|
| subreddits | array | yes | Subreddit Catalog entries matching the filter. |
No examples provided.