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 toolsRead 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. 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… 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 save without publishing. For platform-specific options (YouTube titles, TikTok privacy, Pinterest boards, Instagram post type), use the corresponding platform configs.
delete_post
can modify data
id*
Delete a scheduled or draft post. Can't delete published posts. 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 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… 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 file to uploadUrl and confirm a 2xx response before using publicUrl, otherwise create_post/bulk rejects it with "Media file(s) not found in storage". Prefer the upload_media tool, which performs the upload for you. For each file, provide fileName and mimeType. Supported types: image/jpeg, image/png, image/webp, video/mp4, video/quicktime.
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 all connected social media accounts across all platforms (LinkedIn, YouTube, Instagram, Facebook, TikTok, Pinterest, Threads, Bluesky, Twitter). Returns connection IDs needed for creating posts. Facebook page accounts also include a pageId (the Facebook Page ID) since pages have no username.
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. 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. 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. 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. 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. Update a scheduled or draft post's caption, schedule, accounts, media, or platform configs. Cannot update published posts.
upload_media
urlsfiles