Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.steviepinero/docforge

io.github.steviepinero/docforge

12 paid document tools: PDF to markdown, OCR, tables, invoices, Word/Excel/HTML, merge/split. x402

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

Tools · 5

pdf_to_markdown

Extract the text of a PDF and convert it to clean markdown. Detects headings by font size and preserves lists and paragraphs. Input: a text-based PDF via file_url or file_base64. For scanned PDFs use …

ocr_image

Run optical character recognition on an image (png, jpg, webp, bmp) and return the recognized text with a confidence score. Supports 100+ languages via the language parameter (ISO 639-2 codes like 'en…

extract_tables

Detect and reconstruct tables from a text-based PDF. Returns each table as structured rows plus ready-to-use markdown and CSV renderings. Works best on PDFs with clear columnar layout (invoices, repor…

render_pdf

Render markdown (or simple HTML) into a clean, printable A4 PDF. Supports headings, paragraphs, bullet and numbered lists, blockquotes, code blocks, horizontal rules, and inline bold/italic/code. Retu…

parse_invoice

Extract structured data from an invoice or receipt: vendor, invoice number, dates, currency, subtotal, tax, total, and line items. Accepts a text-based PDF, or an image when is_image is true (OCR is a…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.steviepinero/docforge": {
      "url": "https://docforged.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}