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.

Postlint MCP Server

NPM · @CONORBRONSDON/POSTLINT-MCP · SCANNED AUG 4

Check a social post against a platform's real character limit: X, Bluesky, LinkedIn, Threads.

77 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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to conorbronsdon/postlint-mcp). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 1 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability83
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 354 tokens (~118/item across 3 items; 3 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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

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

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 · @conorbronsdon/postlint-mcp

# add to Claude Code
claude mcp add conorbronsdon-postlint-mcp -- npx -y @conorbronsdon/postlint-mcp
# add to Codex CLI
codex mcp add conorbronsdon-postlint-mcp -- npx -y @conorbronsdon/postlint-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "conorbronsdon-postlint-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@conorbronsdon/postlint-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add conorbronsdon-postlint-mcp --command npx --arg -y --arg @conorbronsdon/postlint-mcp
# ~/.hermes/config.yaml
mcp_servers:
  conorbronsdon-postlint-mcp:
    command: "npx"
    args: ["-y", "@conorbronsdon/postlint-mcp"]
// mcp.json
{
  "mcpServers": {
    "conorbronsdon-postlint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/postlint-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 +7
    • Known CVEs: unverified → partial security
    • Dependency health: unverified → partial functional
  • 2 Aug 26 70

    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 4 Aug 2026 · Analysed npm/@conorbronsdon/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
conorbronsdon/postlint-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/conorbronsdon/postlint-mcp/.github/workflows/publish.yml@refs/heads/main
Rekor log index:
2329218437
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:1b7d8d4df19717e2c0eaeb987dfc271c19239ecab376a6222ac599527f099b1021f0abeda91164fbbf2fb7416991cbaae8b3d3bc17c416461af7cbf53
Discovery method:
attestation_endpoint
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 3 exposed · ~354 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
check_post ~157

Check a social post against one platform's real character limit and report whether it fits. Returns the counted length, the limit, and what drove the count (URLs billed at a fixed width, non-Latin characters billed double, emoji sequences collapsed to one grapheme). Use this before publishing anything with a hard limit — the counting rules are per-platform and are not text.length.

NameTypeReqDescription
platformstringyesWhich platform's rules to apply: x, x_premium, bluesky, linkedin, threads, mastodon, discord.
textstringyesThe post text, exactly as it will be published. Leading and trailing whitespace is trimmed, as the platforms do. `[URL]`-style placeholders are priced as a real link.

No output schema declared.

No examples provided.

check_post_all ~119

Check one post against every platform at once and get a row per platform: counted length, limit, and whether it fits. Use this when deciding where a draft can go as-is. The per-platform arithmetic is included only for the platforms it fails, to keep the response small — call check_post for a single platform's full breakdown.

NameTypeReqDescription
textstringyesThe post text, exactly as it will be published. Leading and trailing whitespace is trimmed, as the platforms do. `[URL]`-style placeholders are priced as a real link.

No output schema declared.

No examples provided.

platform_limits ~78

List the platforms this server knows, with each one's limit, the unit it is measured in, why that unit is not a plain character count, and the source the number came from. Use it to explain a result or to see what is covered.

NameTypeReqDescription
platformstringLimit the response to one platform. Omit for all of them.

No output schema declared.

No examples provided.