Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

com.ainetcafe/netcafe-docflow

com.ainetcafe/netcafe-docflow

Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.

Uptime
100.0%
1 direct probes · 30d
Response
1146ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

what_can_you_do

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…

pdf_add_page_numbers

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…

md_to_pdf

Markdown → styled PDF. Send markdown text or a URL to a .md file, get a print-ready PDF back.

md_to_docx

Markdown → Word (.docx). The deliverable your non-technical colleagues actually open.

md_to_pptx

Markdown (heading per slide) → PowerPoint .pptx. Fastest structured route to a deck.

md_to_html

Markdown → standalone styled HTML page (single file, inline CSS).

md_to_epub

Markdown → EPUB e-book, with title and author metadata.

docx_to_md

Word .docx (by URL) → clean Markdown. Feed documents to your agent pipeline.

merge_pdf

Merge several PDFs (by URL) into one. urls = comma-separated links, in order.

split_pdf

Extract a page range from a PDF (by URL) into a new PDF. from/to are 1-based page numbers.

pdf_page_count

Count pages and report each page size of a PDF (by URL).

pdf_watermark

Stamp diagonal text watermark on every page of a PDF (by URL). text = the watermark.

pdf_rotate

Rotate all pages of a PDF (by URL) by 90/180/270 degrees.

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"
    }
  }
}