{"name":"io.github.postmcp/postmcp-mcp-server","slug":"postmcp-mcp-server","title":null,"description":"Publish and schedule posts to LinkedIn, X, Facebook, Instagram, Threads, Bluesky and YouTube Shorts.","url":"https://mcp.market/server/postmcp-mcp-server","rating":null,"grade":"B","score":80,"certified":false,"status":"active","category":"sales","tags":["sales","media"],"presence":{"score":25,"stars":0,"forks":0,"downloads_week":21,"last_push_at":"2026-09-14T11:41:03.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"npm","callable_via_gateway":false,"default_price_micros":0,"repository":"https://github.com/postmcp/postmcp-mcp-server","website":"https://postmcpai.com/mcp-server","version":"1.0.1","remotes":[],"packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"@postmcpai/server","version":"1.0.1","runtimeHint":"npx","transport":{"type":"stdio"},"environmentVariables":[{"description":"Secret API key from the PostMCP AI dashboard (Settings → API keys)","isRequired":true,"format":"string","isSecret":true,"name":"POSTMCPAI_API_KEY"},{"description":"Optional workspace id to act on; defaults to the workspace the key was issued from","format":"string","name":"POSTMCPAI_PROJECT_ID"}]}],"tools":[{"name":"create_post","description":"Schedule or immediately publish a post to specific connected social profiles. Prefer targetAccounts so the post lands only on the profiles you name. Every targeted profile becomes its own post with its own id, so each can be edited, retried or cancelled on its own - the response lists them all. With publishImmediately, each delivered profile comes back with a `url` to the live copy; pass those on ","write_action":true,"price_micros":0,"input_schema":null},{"name":"delete_post","description":"Cancel and delete a scheduled or failed post from the database.","write_action":true,"price_micros":0,"input_schema":null},{"name":"generate_image","description":"Generate an image for a post from a text prompt and return its hosted URL, ready to pass to create_post as mediaUrl. Pass a brandingId from list_brandings to match the workspace's visual style. Spends AI tokens.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_account_health","description":"Report connections whose access token has expired or is about to, and which therefore need the user to reconnect. Check this before scheduling anything far out - a post scheduled onto a dead connection fails silently at publish time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_connected_accounts","description":"List every connected social profile in the workspace with the profileId needed to target it. Call this before creating a post so the post reaches the intended profile rather than every account on a platform.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_post","description":"Fetch a single post by id, including per-profile delivery status, the live URL of each published copy, and the error for any profile that failed.","write_action":true,"price_micros":0,"input_schema":null},{"name":"get_user_info","description":"Retrieve details of the logged-in user including subscription plan, credit balance, AI token count, the active workspace, and the caller's role in it.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_brandings","description":"List the workspace's brand kits: tone of voice, audience, keywords, and reference style images. Use one to keep drafted copy on-brand, and pass its id to generate_image for on-brand visuals.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_posts","description":"Retrieve scheduled, published, draft, and failed posts, newest first, with per-profile delivery status. Every profile that received a post carries `url`, the link to the live copy - give the user that link when they ask where a post went. Returns pagination plus counts per status.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_workspaces","description":"List every workspace (project) the user belongs to, with the id to pass as workspaceId, the caller's role, and which one is the default. Call this first whenever the user mentions a client, brand, or workspace by name.","write_action":false,"price_micros":0,"input_schema":null},{"name":"multicall","description":"Run several PostMCP tools in one request, in the order given. Use it whenever a task needs more than one call - scheduling a week of posts, checking accounts then publishing, or cancelling a handful of posts - instead of one round trip per call. Calls run sequentially and every tool name is validated before anything executes, so a typo cannot leave half a batch written. Cannot nest: a call inside ","write_action":true,"price_micros":0,"input_schema":null},{"name":"preflight_post","description":"Dry-run a post before creating it: checks copy against each platform's character limit, flags profiles that are not connected or need reconnecting, warns when a platform requires media, reports each target's video limit when a video is attached, and reports the credit cost against the workspace balance. Costs nothing and publishes nothing. Run this before create_post whenever the copy is long, car","write_action":true,"price_micros":0,"input_schema":null},{"name":"publish_post_now","description":"Broadcast an existing scheduled post immediately to its platforms. Also the way to retry a failed post: profiles that already received it are skipped, so only the stragglers go out. The returned post carries a `url` per delivered profile - report those links rather than only saying it published.","write_action":true,"price_micros":0,"input_schema":null},{"name":"reschedule_post","description":"Move a post to a different date and time, keeping its copy and target profiles. A failed or draft post is re-armed by this and will go out at the new slot; profiles that already received it are not sent to again. Published posts and posts currently publishing cannot be moved.","write_action":true,"price_micros":0,"input_schema":null},{"name":"reset_stuck_post","description":"Release a post left stuck mid-publish so it can be retried. Profiles that already went out keep their delivered state, so retrying afterwards will not double-post. Only use this on a post whose status is 'processing'; if it started publishing recently the call is refused unless force is true.","write_action":true,"price_micros":0,"input_schema":null},{"name":"update_post","description":"Update the fields (content, target profiles, schedule date/time) of an existing post. To move a post to a different slot without touching anything else, use reschedule_post.","write_action":true,"price_micros":0,"input_schema":null}],"scan":{"score":80,"grade":"B","scanned_at":"2026-09-20T20:08:38.484Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:08:38.374Z","components":{"code":{"score":25,"max":25,"notes":["16 source files scanned"]},"reliability":{"score":-1,"max":20,"notes":["no gateway calls yet and no remote to probe"]},"poisoning":{"score":-1,"max":15,"notes":["tools not inspected (local package is not executed); not counted"]},"auth":{"score":6,"max":15,"notes":["static API keys via environment variables"]},"maintenance":{"score":15,"max":15,"notes":["last push 6 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"packages":[{"registryType":"npm","identifier":"@postmcpai/server","version":"1.0.1","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":4,"publishedAt":"2026-09-02T13:11:53.047Z","repositoryUrl":"git+https://github.com/postmcp/postmcp-mcp-server.git","weeklyDownloads":21}],"repo":{"found":true,"owner":"postmcp","repo":"postmcp-mcp-server","archived":false,"pushedAt":"2026-09-14T11:41:03Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/308655957?v=4","ownerCreatedAt":"2026-07-24T06:24:13Z","license":"MIT"},"icon":{"url":"https://www.postmcpai.com/favicon.ico","source":"site","width":48,"height":48},"presence":{"stars":0,"forks":0,"downloadsWeek":21,"license":"MIT","lastPushAt":"2026-09-14T11:41:03.000Z","score":25}}}},"grade_history":[],"reviews":[]}