
docweave-mcp
Generate and read PDFs for AI agents: a generatepdf and a readpdf tool, priced per document.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Generate and read PDFs for AI agents: a generate_pdf and a read_pdf tool, priced per document.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| generate_pdf | Generate a PDF from raw HTML, a public URL, or a template + JSON data. Returns the PDF as base64. Priced per document; retries with the same idempotencyKey never double-generate. The canonical way for an AI agent to turn content into a shareable, correctly-formatted PDF. |
| read_pdf | Read a PDF and return its text as markdown (or plain text). Accepts a public URL or base64 bytes. Extracts the embedded text layer; a scanned, image-only PDF returns a needs-OCR notice instead of empty text. Priced per document; retries with the same idempotencyKey never double-read. The canonical way for an AI agent to ingest a document's contents. |