If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/beilin/mineru-markdown-converter

MinerU-Markdown-Converter

REMOTE
beilin/mineru-markdown-converter

# MinerU Document to Markdown 将多种常见文档一键转换为 Markdown,依托 [MinerU](https://mineru.net) API 提供高精度识别能力。 可搭配[skill](https://github.com/AvatarGanymede/MinerU-MCP/blob/main/.claude/skills/mineru-convert/SKILL.md)使用 ## 支持格式 PDF · Word (.doc, .docx) · PowerPoint (.ppt, .pptx) · 图片 (.png, .jpg, .jpeg) · HTML ## 功能 - 公式、表格、OCR 自动识别 - 根据文件类型自动选择模型和参数 - 大文件自动拆分(>200MB / >600 页) ## 配置 使用前请到 [MinerU 控制台](https://mineru.net/apiManage/token) 申请 API Key,并在连接时填写。 # MinerU Document to Markdown Convert common document types to Markdown using the [MinerU](https://mineru.net) API for accurate parsing and layout preservation. use it with [skill](https://github.com/AvatarGanymede/MinerU-MCP/blob/main/.claude/skills/mineru-convert/SKILL.md). ## Supported formats PDF · Word (.doc, .docx) · PowerPoint (.ppt, .pptx) · Images (.png, .jpg, .jpeg) · HTML ## Features - Formula, table, and OCR recognition - Automatic model and parameter selection based on file type - Large file splitting for PDFs (>200MB or >600 pages) ## Setup Obtain an API key from the [MinerU dashboard](https://mineru.net/apiManage/token) and enter it when connecting.

Tools
5
Indexed
43d ago
Deployment
remote
Endpoint
https://mineru-markdown-converter--beilin.run.tools
Tools (5)
create_parse_task
Create a document parsing task on MinerU API. Purpose: Submit a document URL for async conversion. Returns task_id for tracking. Constraints: Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML only. Side effect: Calls MinerU API.
get_task_status
Check the status of a document parsing task. Purpose: Poll task progress and get download URL when done. Provide task_id (URL) or batch_id (file upload). Returns state and full_zip_url. Side effect: Read-only API call.
download_result
Get the download URL for a completed parsing result. After calling, download with curl to ./temp/ and unzip: curl -L -o ./temp/<name>.zip "<zip_url>" --retry 3 -f -s -S && unzip -o ./temp/<name>.zip -d ./temp/<name>.
convert_to_markdown
One-step document conversion. Purpose: Submit URL, poll until done, return download link. Constraints: Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML. Auto-configures model and OCR. Side effect: Creates task and polls MinerU API. Use for quick conversion.
convert_pdf_to_markdown
Alias for convert_to_markdown. Same one-step workflow for Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML.
Is this your server?
Link it to your on-chain identity to unlock your RNWY trust score. Your wallet age, ownership history, and behavioral signals carry over — the same trust infrastructure used by 150,000+ registered AI agents.
Claim this server →
Indexed from Smithery · Updates nightly
View on Smithery →