tiktok_post
ActiveTool of Palmyr
declared in 1.0.0
Post a video to a TikTok account you control (from video_base64 or video_url). Async: returns an operation to poll. Costs 0.01 USDC, paid per-action via x402.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"account_id",
"cookies",
"caption"
],
"properties": {
"caption": {
"type": "string"
},
"cookies": {
"type": "array",
"description": "Non-empty array of session cookies for the TikTok account"
},
"country": {
"type": "string"
},
"payment": {
"type": "string",
"description": "base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions"
},
"privacy": {
"type": "string"
},
"video_url": {
"type": "string",
"description": "Public URL to the video (preferred; no size limit)"
},
"account_id": {
"type": "string",
"description": "Your identifier for the TikTok account"
},
"video_base64": {
"type": "string",
"description": "Base64 video bytes — only fits tiny clips (the MCP transport caps request bodies at 1mb); prefer video_url"
},
"proxy_session_id": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Palmyr
https://github.com/0xArtex/Palmyr
1/7 registries