Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Mdkit

online.mdkit/mdkit

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

Uptime
100.0%
1 direct probes · 30d
Response
268ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

convert_document

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, meta}`` where ``markdow…

submit_conversion_job

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 ``{job_id, status, …

get_conversion_job

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 is reported as not fo…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mdkit": {
      "url": "https://api.mdkit.online/mcp/",
      "transport": "streamable-http"
    }
  }
}