P
Palmyr
/tiktok_post
Post to TikTok
Post a video to a TikTok account you control (from video_base64 or video_url), immediately or scheduled. Async: returns an operation to poll with tiktok_operati
liveunknown~5s typical
mcppalmyr
$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-ai-palmyr-palmyr /tiktok_post for me.
Input
| Field | Type | Description |
|---|---|---|
| account_id* | string | Your identifier for the TikTok account |
| cookies | array | Session cookies for the TikTok account. Omit for an account connected with tiktok_connect |
| caption* | string | |
| video_base64 | string | Base64 video bytes — only fits tiny clips (the MCP transport caps request bodies at 1mb); |
| video_url | string | Public URL to the video (preferred; no size limit) |
| proxy_session_id | string | |
| country | string | |
| privacy | string | |
| schedule_at | string | ISO-8601 datetime to publish at. Uses TikTok's OWN scheduler, which accepts only ~15 minut |
| payment | string | base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instruction |
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-ai-palmyr-palmyr","endpoint":"/tiktok_post","input":{"account_id":"...","caption":"..."}}'cli
npx cracked-ai run -p mcp-ai-palmyr-palmyr -e /tiktok_post -i '{"account_id":"...","caption":"..."}'mcp
run_tool({ provider: "mcp-ai-palmyr-palmyr", endpoint: "/tiktok_post", input: {"account_id":"...","caption":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.