mcpserver.lol
registry/mdkit
Connection check verified live · 26h ago

mdkit

Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown.

Tools 3
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

3 tools

Read from the running server on 26h ago.

convert_document filename*content_base64*
Convert a document to Markdown synchronously (the fast lane). Decode ``content_base64`` (the raw file bytes, base64-encoded) and run markitdown over it, returning ``{markdown, met…
get_conversion_job job_id*
Check the status of an asynchronous conversion job you submitted. Returns ``{job_id, status, ...}`` for one of YOUR jobs (scoped to the calling identity; another caller's job id i…
submit_conversion_job filename*webhook_urlcontent_base64*
Submit a document for asynchronous, high-fidelity conversion (docling). Stores the uploaded bytes, then enqueues a ``convert.docling`` job (costs 10 credits, charged now). Returns…