A
AdaptlyPost
/create_post
Create Post
Create and schedule a post to one or more platforms. Pass connection IDs from list_accounts to target specific accounts. Omit scheduledAt to post immediately, o
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 /create_post for me.
Input
| Field | Type | Description |
|---|---|---|
| text | string | Default post text shared across platforms |
| platforms* | array | Target platforms (e.g. ["LINKEDIN", "TWITTER"]) |
| contentType* | string (TEXT | IMAGE | VIDEO | CAROUSEL) | Content type: TEXT, IMAGE, VIDEO, or CAROUSEL |
| scheduledAt | string | ISO 8601 datetime to schedule (e.g. "2026-03-15T10:00:00Z"). Omit to post immediately |
| timezone | string | IANA timezone (e.g. "America/New_York") default "UTC" |
| saveAsDraft | boolean | Save as draft instead of publishing |
| mediaUrls | array | Media URLs to attach. Use publicUrl values from upload_media or get_upload_urls |
| thumbnailUrl | string | Custom thumbnail image URL for video posts |
| thumbnailTimestampMs | number | Generate thumbnail from video at this timestamp (milliseconds) |
| platformTexts | array | Per-platform caption overrides |
| 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 |
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":"/create_post","input":{"platforms":[],"contentType":"TEXT","timezone":"UTC"}}'cli
npx cracked-ai run -p mcp-com-adaptlypost-mcp-server -e /create_post -i '{"platforms":[],"contentType":"TEXT","timezone":"UTC"}'mcp
run_tool({ provider: "mcp-com-adaptlypost-mcp-server", endpoint: "/create_post", input: {"platforms":[],"contentType":"TEXT","timezone":"UTC"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.