ToolSnap MCP
TM
ToolSnap MCP
/html_to_markdown

html to markdown

Convert a URL or raw HTML to Markdown. One of url or html. Not for JS SPAs.

liveverifiedunknown~5s typical
mcpprobedtoolsnapmcp
$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-app-toolsnap-toolsnap-mcp /html_to_markdown for me.

Input

FieldTypeDescription
urlstringPage URL (alt. to html).
htmlstringRaw HTML (alt. to url).
maxCharsnumberDefault 12000, max 50000.
headersobjectHeaders to forward (Authorization, Cookie…).

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-app-toolsnap-toolsnap-mcp","endpoint":"/html_to_markdown","input":{}}'
cli
npx cracked-ai run -p mcp-app-toolsnap-toolsnap-mcp -e /html_to_markdown -i '{}'
mcp
run_tool({ provider: "mcp-app-toolsnap-toolsnap-mcp", endpoint: "/html_to_markdown", input: {} })

Try it

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