mcp
M
mcp
/draft_news

draft news

Draft and publish a news article. Open to anyone with a Datronis account — the personal access token is for rate-limiting and audit, not permission-gating. Alwa

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-datronis-mcp /draft_news for me.

Input

FieldTypeDescription
title*stringArticle title (English)
body*stringArticle body in the format selected by content_format
content_formatstring (html | markdown)Body format. Use "markdown" for headings, tables, lists, code blocks, links and images; us default "html"
category_idintegerCategory ID; defaults to the site's default news category
target_localesarrayOptional 2-letter locale codes to also translate and publish into (e.g. ["de","ru"]). Engl
allow_self_translationbooleanReserves (does not yet grant a UI for) your permission to personally translate this articl
api_keystringYour Datronis personal access token (starts with "dtk_"). Generate one at /app/api-keys/.

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-datronis-mcp","endpoint":"/draft_news","input":{"title":"...","body":"...","content_format":"html"}}'
cli
npx cracked-ai run -p mcp-com-datronis-mcp -e /draft_news -i '{"title":"...","body":"...","content_format":"html"}'
mcp
run_tool({ provider: "mcp-com-datronis-mcp", endpoint: "/draft_news", input: {"title":"...","body":"...","content_format":"html"} })

Try it

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