Back to Browse

Postlint MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.2
Moderate6.2Moderate Risk

Excellent security posture. This is a pure-compute MCP server with no network access, no authentication requirements, and no credential handling. The codebase is well-structured with comprehensive input validation via Zod, no dangerous patterns, and extensive test coverage including regression tests for the two real-world bugs that motivated the tool's creation. The server's scope is appropriately narrow and all permissions match its stated purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-conorbronsdon-postlint-mcp": {
      "args": [
        "-y",
        "@conorbronsdon/postlint-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!