A
AdaptlyPost
/bulk_schedule_posts
Bulk Schedule Posts
Schedule 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 con
liveunknown~5s typical
mcpadaptlypost
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-adaptlypost-mcp-server /bulk_schedule_posts for me.
Input
| Field | Type | Description |
|---|---|---|
| platforms* | array | Target platforms |
| timezone | string | IANA timezone default "UTC" |
| posts* | array | Array of posts to schedule |
| linkedinConnectionIds | array | LinkedIn account connection IDs to post from |
| twitterConnectionIds | array | X (Twitter) account connection IDs to post from |
| instagramConnectionIds | array | Instagram account connection IDs to post from |
| youtubeConnectionIds | array | YouTube channel connection IDs to post from |
| tiktokConnectionIds | array | TikTok account connection IDs to post from |
| threadsConnectionIds | array | Threads account connection IDs to post from |
| blueskyConnectionIds | array | Bluesky account connection IDs to post from |
| pinterestConnectionIds | array | Pinterest account connection IDs to post from |
| pageIds | array | Facebook page IDs |
| tiktokConfigs | array | TikTok per-connection config. Each entry needs connectionId + privacyLevel at minimum |
| youtubeConfigs | array | YouTube per-connection config with video title, tags, privacy, etc. |
| instagramConfigs | array | Instagram per-connection config to set post type (FEED, REEL, STORY) |
| facebookConfigs | array | Facebook per-page config with post type and video title |
| pinterestConfigs | array | Pinterest per-connection config. boardId is required for Pinterest posts |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-adaptlypost-mcp-server","endpoint":"/bulk_schedule_posts","input":{"platforms":[],"timezone":"UTC","posts":[]}}'cli
npx cracked-ai run -p mcp-com-adaptlypost-mcp-server -e /bulk_schedule_posts -i '{"platforms":[],"timezone":"UTC","posts":[]}'mcp
run_tool({ provider: "mcp-com-adaptlypost-mcp-server", endpoint: "/bulk_schedule_posts", input: {"platforms":[],"timezone":"UTC","posts":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.