Content Tools
status200uploads.com
Provides API endpoints to create posts and upload media for content management.
ENDPOINT 1
https://mcp.status200uploads.com/mcp
MCP server metadata
- Name
- status200-uploads
- Version
- 1.0.0
Anonymous discovery session — no API key. Tool calls will fail until you reconnect with X-API-Key or Authorization: Bearer <rl_key>. Prefer status200_upload_media_from_url when you need media IDs, then status200_create_post with those IDs. status200_create_post calls the Edge function — supports all 8 platforms: tiktok, instagram, facebook, youtube, x, linkedin, pinterest, threads. status200_create_post_site_v2 calls the public site API (tiktok, instagram, facebook, youtube only) and may return 202 when the daily post limit queues the request. API reference: https://status200uploads.com/docs/api
Known tools 4
status200_server_infoReturns configured API base URLs and supported platforms (no network call).
status200_create_postPublish a single post via POST {FUNCTIONS_BASE}/api-posts.
status200_upload_media_from_urlPOST {FUNCTIONS_BASE}/api-media-upload with `{ url }`.
status200_create_post_site_v2POST {SITE}/api/v2/posts.