mcpserver.lol
registry/mcp-server-8
Connection check verified live · 20h ago

mcp-server-8

Schedule and post to Instagram, TikTok, YouTube, X, Facebook, LinkedIn, Pinterest, Threads, Bluesky.

Tools 12
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

12 tools

Read from the running server on 20h ago.

bulk_schedule_posts posts*pageIdstimezoneplatforms*tiktokConfigsyoutubeConfigs +11
Schedule multiple posts at once. Each post gets its own text, content type, schedule time, and optional media. All posts share the same target platforms and connection IDs.
create_post textpageIdstimezonemediaUrlsplatforms*contentType* +18
Create and schedule a post to one or more platforms. Pass connection IDs from list_accounts to target specific accounts. Omit scheduledAt to post immediately, or set saveAsDraft to…
delete_post can modify data id*
Delete a scheduled or draft post. Can't delete published posts.
get_post read-only id*
Get full details of a single post by ID, including per-platform publishing status and error messages.
get_upload_urls files*
Get presigned upload URLs for direct file uploads. Returns uploadUrl (PUT your file here) and publicUrl (use in create_post mediaUrls). This only mints a URL — you MUST PUT the fil…
list_accounts read-only
List all connected social media accounts across all platforms (LinkedIn, YouTube, Instagram, Facebook, TikTok, Pinterest, Threads, Bluesky, Twitter). Returns connection IDs needed…
list_post_results read-only id*
Check per-platform posting results — success/failure status with error details for each platform a post was sent to.
list_posts read-only limitoffsetendDatestatusesplatformssortOrder +1
List posts with optional filters by status, platform, or date range. Supports pagination.
publish_draft id*timezonescheduledAt
Publish a draft post immediately or schedule it for later.
retry_failed_platforms id*platformIds*
Retry publishing on platforms that failed. Get platform IDs from list_post_results.
update_post id*textpageIdstimezonemediaUrlsplatforms +18
Update a scheduled or draft post's caption, schedule, accounts, media, or platform configs. Cannot update published posts.
upload_media urlsfiles
Upload media files for use in posts. Supports two modes: 1. URLs: pass public image/video URLs — the server downloads and re-uploads them. 2. Files: pass base64-encoded file data d…