Connection check
local install
postlint-mcp
Check a social post against a platform's real character limit: X, Bluesky, LinkedIn, Threads.
Tools
3
GitHub stars
—
Installs / wk
413
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
3 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
check_post
from source
Check a social post against one platform Check a social post against one platform
check_post_all
from source
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-pla… 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
platform_limits
from source