Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

DocWand

app.docwand/pdf

Sign, fill, merge and split PDFs entirely in your browser - files never leave your device.

Uptime
100.0%
2 direct probes · 30d
Response
277ms
last probe
Tools
4
callable
Resources
3
readable
Prompts
0
available

Tools · 4

sign_pdf

Sign a PDF: opens an interactive widget where the user draws, types or uploads a signature and places it on the document. Optionally pass signature_name to pre-render a handwritten-style signature. AL…

fill_pdf_form

Fill out a PDF form in an interactive widget (AcroForm fields, checkboxes, dropdowns — or click-and-type on flat PDFs). Pass `values` keyed by field name to pre-fill ONLY data the user explicitly prov…

merge_pdfs

Merge multiple PDF files into one. The user can reorder files before downloading. All processing happens locally in the user's browser. Połącz kilka plików PDF w jeden; kolejność można zmienić przed p…

split_pdf

Split a PDF / extract pages. Pass `ranges` like "1-3, 5" to pre-select pages; the user can adjust on thumbnails before downloading. All processing happens locally in the user's browser. Podziel PDF / …

Resources · 3

DocWand sign widget ui://widget/sign-yok4re.html
DocWand merge widget ui://widget/merge-yok4re.html
DocWand split widget ui://widget/split-yok4re.html

How to use

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

{
  "mcpServers": {
    "docwand": {
      "url": "https://mcp.docwand.app/mcp",
      "transport": "streamable-http"
    }
  }
}