M
mcp
/create_social_post
Create Social Post
Publish a post to the user's PUBLIC BudgetPixel community feed — visible to everyone and labeled "via MCP". ONLY use this when the user EXPLICITLY asks to post/
liveverifiedunknown~5s typical
mcpprobedmcp
$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-budgetpixel-mcp /create_social_post for me.
Input
| Field | Type | Description |
|---|---|---|
| content | string | The post's text/caption (optional — media-only posts are fine). |
| media* | array | 1–6 media items. Rules: 1–6 images, OR 1 video plus up to 3 images, OR exactly 1 audio tra |
| song_name | string | Audio posts only: the track's display name. |
| genre | string | Audio posts only: the track's genre — EXACTLY one of these values. Omit to have it classif |
| lyrics | string | Audio posts only: lyrics to show with the track. |
| cover_image | string | Audio posts only: cover art — an image URL (generation link / upload_media URL), data URI, |
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-budgetpixel-mcp","endpoint":"/create_social_post","input":{"media":[]}}'cli
npx cracked-ai run -p mcp-com-budgetpixel-mcp -e /create_social_post -i '{"media":[]}'mcp
run_tool({ provider: "mcp-com-budgetpixel-mcp", endpoint: "/create_social_post", input: {"media":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.