# docweave-mcp MCP server

Generate and read PDFs for AI agents: a generate_pdf and a read_pdf tool, priced per document.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-nicolasmartalog-docweave-mcp
- Repository: https://github.com/NicolasMartalog/medium-rare
- Website: https://docweave.dev

## Install
- Command: `npx -y @docweave/mcp`
- Endpoint: https://docweave.dev/api/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @docweave/mcp v0.2.0
- Remote endpoint: https://docweave.dev/api/mcp

## Tools
- generate_pdf (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. Endpoint: https://docweave.dev/api/mcp
- read_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. Endpoint: https://docweave.dev/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.NicolasMartalog
- Version: 0.2.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 18, 2026
- Source: https://registry.modelcontextprotocol.io
