BetterPost
B
BetterPost
/betterpost_add_source

Add source

Adds a source to a project and fetches it immediately (bounded by a few seconds), returning `storiesAdded` so the next generate_content can use it; if it is sti

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_add_source for me.

Input

FieldTypeDescription
projectId*string
value*string
namestring
typestring (autodetect | web-search | reddit-search | youtube-search | x | bluesky)Source kind (one of the enum values; defaults to 'autodetect'). 'autodetect' infers the ki default "autodetect"

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_add_source","input":{"projectId":"...","value":"...","type":"autodetect"}}'
cli
npx cracked-ai run -p mcp-ai-betterpost-server -e /betterpost_add_source -i '{"projectId":"...","value":"...","type":"autodetect"}'
mcp
run_tool({ provider: "mcp-ai-betterpost-server", endpoint: "/betterpost_add_source", input: {"projectId":"...","value":"...","type":"autodetect"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.