M
mcp
/parse_document
parse document
Parse an office document (docx, pptx, xlsx, pdf, odt, ods, odp, rtf, epub, csv, doc, ppt) into clean GitHub-Flavored Markdown. Provide a document URL or a local
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-ai-clawfetch-mcp /parse_document for me.
Input
| Field | Type | Description |
|---|---|---|
| url | string | URL of the document to download and parse (e.g. "https://example.com/report.docx") |
| path | string | Local file path of the document to parse (read and uploaded as bytes) |
| format | string | Optional explicit format override (e.g. "csv"). Auto-detected from bytes/extension when om |
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-clawfetch-mcp","endpoint":"/parse_document","input":{}}'cli
npx cracked-ai run -p mcp-ai-clawfetch-mcp -e /parse_document -i '{}'mcp
run_tool({ provider: "mcp-ai-clawfetch-mcp", endpoint: "/parse_document", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.