Docs MD — Markdown Share
DM
Docs MD — Markdown Share
/share_markdown

Share Markdown

Share a markdown file and get a public URL. Returns an edit token that can be used later to update or delete the share.

liveverifiedunknown~5s typical
mcpprobeddocsmd
$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-docs-md-markdown-share /share_markdown for me.

Input

FieldTypeDescription
content*stringThe markdown content to share
filenamestringOptional filename for the markdown file
expirystring (1d | 7d | 30d | never)How long the link stays live (default 30d; "never" keeps it forever)

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-docs-md-markdown-share","endpoint":"/share_markdown","input":{"content":"..."}}'
cli
npx cracked-ai run -p mcp-com-docs-md-markdown-share -e /share_markdown -i '{"content":"..."}'
mcp
run_tool({ provider: "mcp-com-docs-md-markdown-share", endpoint: "/share_markdown", input: {"content":"..."} })

Try it

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