Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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.

+24 this week 68 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add automatelab-tech-content-distribution -- npx -y @automatelab/content-distribution-mcp
# add to Codex CLI
codex mcp add automatelab-tech-content-distribution -- npx -y @automatelab/content-distribution-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "automatelab-tech-content-distribution": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@automatelab/content-distribution-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add automatelab-tech-content-distribution --command npx --arg -y --arg @automatelab/content-distribution-mcp
# ~/.hermes/config.yaml
mcp_servers:
  automatelab-tech-content-distribution:
    command: "npx"
    args: ["-y", "@automatelab/content-distribution-mcp"]
// mcp.json
{
  "mcpServers": {
    "automatelab-tech-content-distribution": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/content-distribution-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 8 exposed · ~1,046 tokens

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.

Tool Tokens
channel.hints ~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.

NameTypeReqDescription
channelstringyesChannel platform name, e.g. 'devto', 'reddit', 'hashnode', 'bluesky'. Use the platform prefix only, not the full 'platform:account' form.
NameTypeReqDescription
browser_onlybooleanyesTrue when posting requires the browser-fallback flow (no public API).
canonical_url_supportedbooleanyesWhether the channel honours canonical_url natively.
cta_placementstringyesWhere the CTA block lands on this channel.
max_lengthnumberMax post length in characters; omitted when the channel has no limit.
supported_md_featuresarrayyesMarkdown features the channel renders, e.g. 'links', 'code_blocks'.
tag_vocabarrayCanonical tag vocabulary; omitted when the channel accepts free-form tags.

No examples provided.

post.drain ~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.

NameTypeReqDescription
nowstringISO-8601 datetime boundary, e.g. '2026-05-21T09:00:00Z'; defaults to current UTC time when omitted.
NameTypeReqDescription
resultsarrayyesPer-variant results, one entry per input variant in the same order.

No examples provided.

post.publish ~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.

NameTypeReqDescription
contentobjectyes
profile_namestringyesName of the distribution profile (credentials store). Use profile.list to discover available names.
variantsarrayyes
NameTypeReqDescription
resultsarrayyesPer-variant results, one entry per input variant in the same order.

No examples provided.

post.schedule ~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.

NameTypeReqDescription
contentobjectyes
profile_namestringyesName of the distribution profile (credentials store). Use profile.list to discover available names.
variantsarrayyes
NameTypeReqDescription
resultsarrayyesPer-variant results, one entry per input variant in the same order.

No examples provided.

post.status ~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.

NameTypeReqDescription
channelstringFilter to a specific channel slug, e.g. 'devto', 'reddit:ClaudeAI'; omit to return state for all channels.
content_idstringFilter to a specific content piece by its stable ID; omit to return state for all content.
NameTypeReqDescription
resultsarrayyesPublish-log entries matching the filter.

No examples provided.

post.unpublish ~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.

NameTypeReqDescription
channelstringyesChannel slug the post was published to, e.g. 'devto', 'hashnode', 'reddit:ClaudeAI'.
live_urlstringyesURL of the live published post to retract, e.g. 'https://dev.to/user/post-slug'.
NameTypeReqDescription
errorstring|nullyesPlatform error message; null on success.
successbooleanyesWhether the retract succeeded on the platform side.

No examples provided.

profile.list ~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.

NameTypeReqDescription
profilesarrayyesConfigured distribution profile names.

No examples provided.

subreddit.list ~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.

NameTypeReqDescription
profile_namestringOptional profile name to filter subreddits to those allowed by that profile; omit to return the full catalog.
NameTypeReqDescription
subredditsarrayyesSubreddit Catalog entries matching the filter.

No examples provided.