AgentMarketMCP / SKILL 资产档案馆

目录 / AdaptlyPost

MCP 需 API Key 未评级 已上架

AdaptlyPost

Post and schedule social media content to Instagram, TikTok, YouTube, X, Facebook, LinkedIn, Pinterest, Threads, and Bluesky - from any MCP client. - Cross-post to multiple platforms in one call, with per-platform caption overrides; each post auto-adapts to fit the platform - Schedule to any future time, or bulk-schedule your content calendar - Draft -> review -> publish workflow: save drafts, approve, then they go live - Per-platform results: see what succeeded, retry only the failures - Media upload for images and video, with TikTok privacy controls

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:apiKey)
端点
https://adaptlypost--tarasshyn.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "AdaptlyPost": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://adaptlypost--tarasshyn.run.tools"
    }
  }
}

能力清单

工具说明
list_accountsList all connected social media accounts across all platforms (LinkedIn, YouTube, Instagram, Facebook, TikTok, Pinterest, Threads, Bluesky, Twitter). Returns connection IDs needed for creating posts. Facebook page accounts also include a pageId (the Facebook Page ID) since pages have no username.
upload_mediaUpload media files for use in posts. Supports two modes: 1. URLs: pass public image/video URLs — the server downloads and re-uploads them. 2. Files: pass base64-encoded file data directly (e.g. when the user attaches an image in the conversation). Returns mediaUrls ready to pass into create_post. The user does NOT need to see the returned URLs — just pass them to create_post.
get_upload_urlsGet presigned upload URLs for direct file uploads. Returns uploadUrl (PUT your file here) and publicUrl (use in create_post mediaUrls). This only mints a URL — you MUST PUT the file to uploadUrl and confirm a 2xx response before using publicUrl, otherwise create_post/bulk rejects it with "Media file(s) not found in storage". Prefer the upload_media tool, which performs the upload for you. For each file, provide fileName and mimeType. Supported types: image/jpeg, image/png, image/webp, video/mp4, video/quicktime.
create_postCreate and schedule a post to one or more platforms. Pass connection IDs from list_accounts to target specific accounts. Omit scheduledAt to post immediately, or set saveAsDraft to save without publishing. For platform-specific options (YouTube titles, TikTok privacy, Pinterest boards, Instagram post type), use the corresponding platform configs.
get_postGet full details of a single post by ID, including per-platform publishing status and error messages.
list_postsList posts with optional filters by status, platform, or date range. Supports pagination.
update_postUpdate a scheduled or draft post's caption, schedule, accounts, media, or platform configs. Cannot update published posts.
delete_postDelete a scheduled or draft post. Can't delete published posts.
publish_draftPublish a draft post immediately or schedule it for later.
list_post_resultsCheck per-platform posting results — success/failure status with error details for each platform a post was sent to.
retry_failed_platformsRetry publishing on platforms that failed. Get platform IDs from list_post_results.
bulk_schedule_postsSchedule multiple posts at once. Each post gets its own text, content type, schedule time, and optional media. All posts share the same target platforms and connection IDs.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。