Proof
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.
Elsevier-first paper workflow
Mdtero turns supported paper pages into structured Markdown, source downloads, image folders, and optional translation without forcing researchers into a heavy new workflow.
Bundle preview
paper.mdpaper.ai.mdimages/paper.xmlpaper.pdftranslationThe 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.
Proof
Mdtero focuses on practical outputs: cleaned sections, image folders, source file access, and AI-ready Markdown that stays close to the paper.
Outputs
Free source-file access for PDF and XML. Paid parsing and translation outputs for users who want the full Markdown workflow.
Workflow
Mdtero detects supported pages directly in the browser extension.
Download a clean ZIP package instead of wrestling with raw publisher formats.
PDF and XML stay available so the workflow is transparent and auditable.
Translation is optional and layered on top of the parsed Markdown flow.
Pricing
Free
Try the core workflow.
Standard
For active researchers.
Pro
For deep literature reviews.
🔋 Translation Add-on
One-time purchase · Never expires · Stack with any plan
Developer Workflow
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/..."}'
Direct REST API Integration
Interested in building your own extensions or scripts using the unified REST API?
View Full API DocumentationFAQ
Elsevier-first parsing with DOI and supported page workflows.
Yes. PDF and XML are kept visible so the workflow stays transparent.
No. Translation is optional. The core product is the Markdown parsing workflow.
Early launch uses simple package-based activation after payment confirmation.