Sync Socials Agent

Sync Socials Agent

A hosted MCP server that lets AI agents generate content, upload media, create drafts, schedule posts, and publish to TikTok, Instagram, Facebook, and YouTube.

Category
Visit Server

README

Sync Socials Agent

Let your AI agent run your social media. Sync Socials is a hosted MCP server that lets Claude Code, OpenClaw, Codex and any MCP compatible agent generate content, upload media, create drafts, schedule posts and publish to TikTok, Instagram, Facebook and YouTube.

Website · For AI agents · App


Install

npx skills add DamianoTobasco/sync-socials-agent -g

Works with any agent that supports the open Agent Skills format.

Connect the MCP server

The server is remote, so there is nothing to run locally.

Endpoint https://app.sync-socials.com/api/mcp
Transport Streamable HTTP
Auth Authorization: Bearer <SYNC_SOCIALS_API_KEY>

Generate an API key from your workspace settings at app.sync-socials.com. Requires a Sync Socials plan; a free 7 day trial is available.

{
  "name": "sync-socials",
  "transport": "streamable-http",
  "url": "https://app.sync-socials.com/api/mcp",
  "headers": {
    "Authorization": "Bearer <SYNC_SOCIALS_API_KEY>"
  }
}

For OpenClaw compatible CLIs:

openclaw mcp set sync-socials '{"url":"https://app.sync-socials.com/api/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer <SYNC_SOCIALS_API_KEY>"}}'

Tools

Tool What it does
syncsocials_get_workspace Read workspace settings, timezone and plan limits
syncsocials_list_connections List connected social accounts and their IDs
syncsocials_list_media Browse the media library
syncsocials_upload_media_from_url Upload media from an HTTPS URL
syncsocials_upload_media_from_local_file Upload media from a local file path
syncsocials_create_content_draft Save an untargeted content concept for later
syncsocials_generate_viral_concepts Generate content concepts from a brand brief
syncsocials_produce_viral_video Produce a short form video from a concept
syncsocials_create_post Create a draft or scheduled post with platform targets
syncsocials_get_post Read a single post
syncsocials_list_posts List drafts, scheduled and published posts
syncsocials_update_post Edit content, targets, timing or media
syncsocials_publish_post Publish an existing draft now
syncsocials_delete_post Delete a draft or cancel a scheduled post

Example prompts

Once connected, talk to your agent normally:

  • Post this Reel to TikTok, Instagram, Facebook and YouTube Shorts at 6pm.
  • Queue five posts from the drafts folder across this week at 9am.
  • Generate a month of content from sync-socials.com and schedule the best twelve.
  • What is scheduled for the rest of the week? Move Friday's post to Saturday morning.

Platforms

Platform Support
TikTok Direct post and scheduling
Instagram Image and video posts, subject to Meta publishing rules
Facebook Text, image and video posts to Pages
YouTube Video only, exactly one video asset per post, privacy control
X / Twitter Not supported in MCP v1

Safety

  • The skill defaults to creating drafts. It only schedules or publishes when you clearly ask.
  • Access is scoped to an API key you generate and can revoke at any time.
  • Social accounts connect through each platform's official OAuth login. Sync Socials never sees your passwords.
  • Never commit your API key. Store it in your agent's MCP config or secret storage.

REST fallback

If MCP is unavailable, the same operations are available over REST at https://app.sync-socials.com/api/v1 using the same bearer token:

POST   /media/uploads
GET    /posts
POST   /posts
GET    /posts/:id
PATCH  /posts/:id
DELETE /posts/:id
POST   /posts/:id/publish

The same plan access, rate limits and usage limits apply to both MCP and REST.

License

MIT. See LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured