Mdtero Mdtero

Elsevier-first paper workflow

DOI to clean Markdown bundles

Mdtero turns supported paper pages into structured Markdown, source downloads, image folders, and optional translation without forcing researchers into a heavy new workflow.

ZIP bundle, PDF, XML, and translation outputs in one flow.

Bundle preview

  • paper.md
  • paper.ai.md
  • images/
  • paper.xml
  • paper.pdf
  • translation

The Markdown LLM Advantage

Why Markdown? Passing raw PDFs to Large Language Models consumes massive amounts of your context window and drops crucial structural semantics. Mdtero's Markdown instantly reduces token usage by up to 80% while perfectly preserving tables, math equations, and bibliography linkages. It's the ultimate AI-native research format.

Cleaner than raw XML, closer to how researchers actually read

Mdtero focuses on practical outputs: cleaned sections, image folders, source file access, and AI-ready Markdown that stays close to the paper.

ZIP, PDF, XML, and translation

Free source-file access for PDF and XML. Paid parsing and translation outputs for users who want the full Markdown workflow.

From page to package in four steps

1

Open a paper page or paste a DOI

Mdtero detects supported pages directly in the browser extension.

2

Parse into a Markdown bundle

Download a clean ZIP package instead of wrestling with raw publisher formats.

3

Keep your source files

PDF and XML stay available so the workflow is transparent and auditable.

4

Add translation when needed

Translation is optional and layered on top of the parsed Markdown flow.

Simple packages for any workflow

¥0 / mo

Try the core workflow.

  • 10 parses / day
  • 3 translations / mo
  • Source file downloads

¥49.9 / mo

For deep literature reviews.

  • 1000 parses / mo
  • 100 translations / mo
  • Priority processing

¥10 / 20 translations

One-time purchase · Never expires · Stack with any plan

  • +20 翻译次数
  • 永久有效
  • 可叠加任意套餐

Give your AI coding agents the power to read papers

Mdtero natively integrates with OpenClaw, Claude Code, and Codex. Generate an API Key in your dashboard and configure the skills below.

OpenClaw

Recommended

Install the Mdtero skill via OpenClaw MCP settings:

# Add Mdtero as an MCP tool in OpenClaw
openclaw mcp add mdtero \
  --url https://api.mdtero.com/mcp \
  --api-key $MDTERO_API_KEY

# Then ask your agent:
# "Parse the paper at https://doi.org/10.1016/..."

Claude Code

Add the Mdtero MCP Server to your global Claude Code config:

claude mcp add mdtero \
  uv run --with mcp --with httpx \
  https://raw.githubusercontent.com/JonbinC/Mdtero-Extension/main/mcp/mdtero_mcp.py

# Re-open Claude Code, then say:
# "Use mdtero to parse the paper at https://doi.org/10.1016/..."

Codex

Point Codex at the Mdtero API with your key:

# Set your API key
export MDTERO_API_KEY="mdt_live_..."

# Parse via curl
curl -X POST https://api.mdtero.com/tasks/parse \
  -H "ApiKey: $MDTERO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input": "https://doi.org/10.1016/..."}'

Interested in building your own extensions or scripts using the unified REST API?

View Full API Documentation

What people usually ask before trying

What is supported right now?

Elsevier-first parsing with DOI and supported page workflows.

Can I still get the source files?

Yes. PDF and XML are kept visible so the workflow stays transparent.

Is translation mandatory?

No. Translation is optional. The core product is the Markdown parsing workflow.

How does payment work at launch?

Early launch uses simple package-based activation after payment confirmation.