B
BetterPost
/betterpost_generate_content
Generate content
Generate a new piece of content for a project from its timely, relevant stories. Fast in steady state. Charges credits on success only. If you pass a `topic` th
liveunknown~5s typical
mcpbetterpost
$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-betterpost-server /betterpost_generate_content for me.
Input
| Field | Type | Description |
|---|---|---|
| projectId* | string | |
| type* | string (blog | newsletter | linkedin | x | bluesky) | Output format. 'x' and 'bluesky' are generated as a single post or, more often, a short nu |
| topic | string | Steer the piece to a specific topic. Generation only writes from stories actually about it |
| reuse | boolean | Reuse the most recent topic. |
| tieIn | string | A product/service to weave in. |
| wordLimit | integer |
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-betterpost-server","endpoint":"/betterpost_generate_content","input":{"projectId":"...","type":"blog"}}'cli
npx cracked-ai run -p mcp-ai-betterpost-server -e /betterpost_generate_content -i '{"projectId":"...","type":"blog"}'mcp
run_tool({ provider: "mcp-ai-betterpost-server", endpoint: "/betterpost_generate_content", input: {"projectId":"...","type":"blog"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.