com.ainetcafe/netcafe-docflow
com.ainetcafe/netcafe-docflowMarkdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
Tools · 13
Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing. Also retu…
Stamp page numbers or footer text onto every page of a PDF. Supports a starting number, roman numerals, skipping a cover page, position and font size — the combination Acrobat cannot do without script…
Markdown → styled PDF. Send markdown text or a URL to a .md file, get a print-ready PDF back.
Markdown → Word (.docx). The deliverable your non-technical colleagues actually open.
Markdown (heading per slide) → PowerPoint .pptx. Fastest structured route to a deck.
Markdown → standalone styled HTML page (single file, inline CSS).
Markdown → EPUB e-book, with title and author metadata.
Word .docx (by URL) → clean Markdown. Feed documents to your agent pipeline.
Merge several PDFs (by URL) into one. urls = comma-separated links, in order.
Extract a page range from a PDF (by URL) into a new PDF. from/to are 1-based page numbers.
Count pages and report each page size of a PDF (by URL).
Stamp diagonal text watermark on every page of a PDF (by URL). text = the watermark.
Rotate all pages of a PDF (by URL) by 90/180/270 degrees.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.ainetcafe/netcafe-docflow": {
"url": "https://ainetcafe.com/mcp/paper?s=registry",
"transport": "streamable-http"
}
}
}