- PDF To Markdown
PDF To Markdown
A hosted MCP server that turns PDFs into clean, LLM-ready Markdown, so AI agents can convert documents as a built-in tool: real Markdown tables, formulas as LaTeX, and OCR for scans. The same engine is also a REST API, a web app, a Chrome extension and a ChatGPT Custom GPT. It runs its own engines (MinerU + Docling), not an LLM wrapper. Connect at https://pdf2md.dev/api/v2/mcp with a Bearer API key; docs at https://pdf2md.dev/developers/#mcp
Overview
PDF to Markdown – hosted MCP
A hosted MCP server that turns PDFs into clean, LLM-ready Markdown, so AI agents can convert documents as a built-in tool. Output keeps real Markdown tables, formulas as LaTeX, and OCR for scanned pages, with reading order intact. It runs its own document engines (open-source MinerU and Docling), not an LLM wrapper.
Connect
JSON-RPC 2.0 over Streamable HTTP, with a Bearer API key (a free Google account generates one).
{
"mcpServers": {
"pdf2md": {
"url": "https://pdf2md.dev/api/v2/mcp",
"headers": { "Authorization": "Bearer p2m_YOUR_API_KEY" }
}
}
}
Tools (prefixed pdf_to_markdown_)
create_job_from_url/create_job_from_upload– start a conversionget_job/list_jobs– poll statusget_markdown– fetch the Markdown once readydelete_job– free a slotget_limits– tier limits and usage
Notes
- Same engine as the web app, Chrome extension, REST API and a ChatGPT Custom GPT.
- Free to start; files auto-delete after a short retention window and are never used to train models.
- Docs: https://pdf2md.dev/developers/#mcp · OpenAPI: https://pdf2md.dev/api/v2/openapi.json
Server Config
{
"mcpServers": {
"pdf2md": {
"url": "https://pdf2md.dev/api/v2/mcp",
"headers": {
"Authorization": "Bearer p2m_YOUR_API_KEY"
}
}
}
}Project Info
Created At
3 hours agoUpdated At
3 hours agoAuthor Name
Dmitry PetrakovStar
-Language
-License
-Recommend Servers
View AllX402 Trust Scores
a day ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago
Document To Json Pdf Parser
44 minutes ago