A
licenseA
qualityC
maintenanceEnables publishing to Facebook, Instagram, and YouTube through official APIs using your own OAuth credentials, with support for images, videos, Reels/Stories, and scheduled posts.
6
MIT
No user-submitted related servers found.
Scored across 9 tools
Each tool targets a distinct operation (scheduling, publishing, listing, uploading, suggesting slots) with no overlap. Even similar tools like cancel_scheduled_post and list_scheduled_posts have clear boundaries.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., 'list_connected_networks', 'upload_media'), making them predictable and easy to understand.
9 tools is well-scoped for a social media management server, covering essential operations without redundancy or excess.
The set covers core CRUD-like operations for scheduling and publishing, plus media upload and slot suggestions. Missing an update tool for scheduled posts, but cancel+reschedule suffices.