status--200--uploads

Schedule Once.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data

What it can do

  • Status200 Server Info: Returns configured API base URLs and supported platforms (no network call). API key is masked when present. Use to confirm env before other tools.
  • Status200 Create Post: Publish a single post via POST {FUNCTIONS_BASE}/api-posts. Body must be `{ post: { accountId, platform, content, … } }` matching the public API. One platform per request.
  • Status200 Upload Media From Url: POST {FUNCTIONS_BASE}/api-media-upload with `{ url }`. Returns a media id you can pass as post.content.mediaID in create_post.

What data it sees

Do you need an account

An API key from the service settings is required

Schedule Once. Post Everywhere. Across 8 platforms. TikTok, Instagram, Facebook, YouTube, X, LinkedIn, Pinterest, and Threads.

Three ways to publish: from Claude, Cursor, or any MCP client; via REST API or from a clean dashboard. Simple scheduling for creators. Full automation for developers. One workspace covers both.

Includes AI caption generation, OAuth account connections, a 5GB media library, deep per platform controls (TikTok privacy levels, YouTube categories, X reply rules, Pinterest boards, branded content disclosures), workspaces with team roles and post approvals, full audit log, and CSV analytics exports.

Free forever plan. No credit card, no trial. Paid tiers from $9/mo unlock X posting and higher daily limits.

Server tool list (4)

Raw names from tools/list. Only developers need these.

status200_server_infoReturns configured API base URLs and supported platforms (no network call). API key is masked when present. Use to confirm env before other tools.
status200_create_postPublish a single post via POST {FUNCTIONS_BASE}/api-posts. Body must be `{ post: { accountId, platform, content, … } }` matching the public API. One platform per request.
status200_upload_media_from_urlPOST {FUNCTIONS_BASE}/api-media-upload with `{ url }`. Returns a media id you can pass as post.content.mediaID in create_post.
status200_create_post_site_v2POST {SITE}/api/v2/posts. Same JSON body shape; uses the public Netlify layer and may return 202 when daily limits queue the post. Platforms: tiktok, instagram, facebook, youtube.