If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/jackevit1/socialync
REMOTE

Socialync

jackevit1/socialync

AI assistants help creators draft, schedule, and publish posts to 8 platforms (Instagram, Facebook, X, LinkedIn, Threads, Bluesky, TikTok, YouTube) through OAuth-authorized Socialync accounts with human-in-the-loop approval. Connect once, then draft and schedule from Claude, ChatGPT, Cursor, or any MCP client. Listed in the Official MCP Registry as io.github.JackVitick/socialync.

18 tools available
The Overachiever
Brand new and already packed with tools. Nothing concerning in the scan.
Time indexed (2mo)
18toolsRemote/ HTTP2moindexed
100% uptime · 357ms avgChecked Aug 17, 2026
Quality Score
39/95
Established
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure10.5/20
45 days indexed
Capability18.5/25
Tools: 6.5/13 (18 tools)
Description: 5/5
Endpoint: 7/7
Adoption0/25
Use count: 0/20 (0 uses)
Multi-registry: 0/5 (1 registry)
Reliability10/25
Currently live: 10/10
Uptime history: 0/15 No checks yet
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Incomplete Data Cap (60)
Usage data is not available for this server. Quality is capped until adoption can be measured.
Risk
0Clean
No signals detected.
The scanner shows
18 tools. Nothing caught our attention.
First indexed Jul 2, 2026
Server Profile
Tools catalogued
18
18 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 14 checks. Average response: 357ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://socialync--jackevit1.run.tools
Tools (18)
list_profiles
List the Socialync profiles this connection can manage. Returns each authorized profile with id, name, whether it is the default, and its connected-platform count. Call this first when posting and pass the chosen profile id as the profileId param on publish_now / publish_scheduled / create_post_draft / schedule_post_draft. Profiles on a paid plan (Premium or Business) can be managed by AI; any profile that is not on a paid plan is returned separately as not eligible (it would need an upgrade to Premium or Business).
list_connections
List all connected social media platform accounts for a profile. Returns platform name, profile name, and connection status for each. Pass profileId to inspect a specific authorized profile; omit it to use the single/default authorized profile.
list_media
List media (videos/images) the user already has in Socialync, available to schedule via the mediaId parameter of schedule_post_draft / publish_scheduled. Sources: uploads from the last 24 hours, active drafts, and pending scheduled posts. Use this when the user wants to post "the video I just uploaded" or attached a video file in chat (you cannot receive video files -- send them to socialync.io to upload it, then find it here). IMPORTANT: items marked unattached expire about 12 hours after upload unless scheduled -- schedule them promptly.
create_media_upload
Get presigned upload URLs for media you generated locally (e.g. rendered carousel slides or a video) that is too large to inline as base64Images. Returns one uploadUrl per file -- HTTP PUT each file's raw bytes to its uploadUrl with the matching "Content-Type" header (no auth header), then call finalize_media_upload with the returned uploadId. A batch is EITHER up to 10 images (one carousel, kept in order) OR exactly one video. Images: jpeg/png/webp/gif, max 25MB each. Video: max 512MB. Upload URLs expire in 1 hour. This is for media YOU produced; if the USER uploaded media in the Socialync app, use list_media instead.
finalize_media_upload
Finalize a presigned upload started with create_media_upload, after you have PUT every file to its uploadUrl. Verifies the bytes landed, checks size/type, and returns a mediaId (e.g. "upload:abc123") usable in schedule_post_draft or publish_scheduled. For an image batch the single mediaId carries the whole carousel in upload order. The media stays usable for about 6 days, so schedule the post within that window.
check_quota
Check the user's remaining post quota, subscription plan, and daily per-platform posting limits. Always call this before posting.
Show all 18 tools ↓
create_post_draft
Draft a post for the user to approve LATER in the Socialync app (web/mobile). The draft is NOT sent to the platform yet -- the user must visit /mcp-drafts-approval to approve it. Use this ONLY when the user explicitly asks to "save as draft", "review later", or is not actively confirming in this chat -- for normal in-chat workflows, use publish_now (skips the app detour). Returns a draft_id, expiry, and dailyDraftsRemaining. Supports up to 10 images total via imageUrls (public https URLs) and/or base64Images (image bytes). Cannot attach video. Cannot draft to TikTok or YouTube (video only). Instagram requires at least one image. Hard cap: 10 drafts per UTC day per profile -- platform-security mechanism to keep the user's accounts under Meta/X/LinkedIn spam-detection thresholds, not a Socialync restriction.
schedule_post_draft
Draft a post to be SCHEDULED for future publishing, requiring user approval in the Socialync app FIRST. Use this ONLY when the user explicitly wants to review the draft in the app before it enters the schedule -- for direct scheduling without an app round-trip, use publish_scheduled. The draft is NOT scheduled yet -- the user must approve it in the Socialync app. Once approved, it enters the scheduled queue and publishes automatically at scheduledFor. Returns a draft_id, expiry, and dailyDraftsRemaining for the target publish day. Media: up to 10 images via imageUrls/base64Images, OR one video via videoUrl, OR existing Socialync media via mediaId (from list_media). TikTok/YouTube are allowed ONLY for video posts (YouTube also needs title). Instagram requires media. Hard cap: 10 drafts per UTC day per profile (the day determined by scheduledFor). Each future day has its own independent 10-cap.
get_draft_status
Check the status of a draft created via create_post_draft or schedule_post_draft. Returns the current state (pending, approved, rejected, expired, published) so you can tell the user what happened. Only returns drafts owned by this user.
approve_draft
Publish a pending draft NOW (or, for scheduled drafts, move it into the scheduled queue). Call this AFTER the user has explicitly confirmed in chat that they want to publish the draft. Do NOT call without explicit user consent. The draft must have been created via create_post_draft or schedule_post_draft, must still be pending, must belong to this user, and must not be expired. Returns per-platform success/failure for immediate publishes, or scheduled post IDs for scheduled publishes.
publish_now
Publish a post IMMEDIATELY to one or more platforms. PREFERRED tool when the user is interacting with you in chat -- it skips the Socialync drafts page entirely. There is NO approval modal -- this publishes as soon as you call it. Before calling, you MUST show the user the exact caption, platforms, and images you will post, and get their explicit confirmation in the chat. Treat this the same way you would treat sending an email on someone's behalf. If the user uploaded image(s) to you in the conversation, pass them via base64Images (preferred) -- Socialync will host them for you. If the user gave you a public image URL, pass it via imageUrls. Returns per-platform success/failure. Same validation as create_post_draft: text and/or up to 10 images total (URLs + base64 combined), Instagram requires at least one image, no TikTok/YouTube, 10/day cap per profile (platform-security mechanism to keep accounts under spam-detection thresholds).
publish_scheduled
Schedule a post for future publishing. PREFERRED tool when the user is interacting with you in chat -- skips the Socialync drafts page. There is NO approval modal -- once you call this, the post enters the scheduled queue and will publish automatically at scheduledFor. Before calling, show the user the caption, platforms, media, and the scheduled time, and get their explicit confirmation in chat. Media options: base64Images (user uploaded images to you in chat), imageUrls (public https), videoUrl (ONE public https video URL -- Socialync never stores video, platforms fetch it at publish), or mediaId (media already in Socialync, from list_media -- use for "the video I uploaded"). TikTok/YouTube allowed for VIDEO posts only (YouTube also needs title). Returns scheduled post IDs. Same validation as schedule_post_draft. 10/day cap per profile per publish day (UTC date of scheduledFor).
get_scheduled_posts
List all pending scheduled posts for the user. Shows platform, caption, scheduled time, and status.
delete_scheduled_post
Cancel a pending scheduled post before it publishes. Pass a postId to cancel a single platform entry, or a groupId to cancel every platform in a grouped multi-platform post at once (the ids publish_scheduled returns together share a groupId). Destructive and not undoable -- show the user what will be cancelled and get explicit confirmation in chat first. Already-published posts cannot be cancelled. Call get_scheduled_posts to find ids.
get_post_history
Get the user's recent post history with per-platform success/failure tracking. Useful for checking what was posted and what failed.
get_analytics
Get aggregated analytics matching the Socialync analytics page. Returns totals (views, likes, comments, shares, saves, followers) plus period-over-period percentage changes. Set breakdown="by_platform" to get separate metrics for each connected platform (the comparison cards). Set includeTimeseries=true to also get daily snapshots per platform for trend analysis.
get_top_posts
Get the user's posts with engagement metrics, ranked by engagement or recency. Returns the same data as the Top Performing Posts and Recent Posts tables on the analytics page: views, likes, comments, shares, engagement rate, and a status (viral/good/average/flop).
generate_content
Use Socialync's AI to generate platform-optimized captions. The AI knows each platform's tone, character limits, and best practices. Requires Premium plan.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
Similar servers
Press Release
press-release MCP — wraps StupidAPIs (requires X-API-Key)
MCP Server for LimeSurvey
Enables interaction with LimeSurvey API to create and manage surveys, questions, question groups, activate surveys, and export responses through standardized MCP endpoints.
io.github.zenml-io/mcp-zenml
MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API
Linear
Linear MCP — wraps the Linear GraphQL API (OAuth)
HAPI MCP Server
HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants
Google Docs MCP Server
Enables Claude to read, create, and update Google Docs through OAuth authentication. Deployed as a remote Next.js server on Vercel with support for multiple users and secure API key management.
Indexed from Smithery · Updates nightlyView on Smithery →