mcpbeat

Docweave MCP Server

io.github.NicolasMartalog/docweave-mcp
answering

Docweave MCP is answering right now. Last checked 4 min ago. 114 installs a week from npm. It exposes 2 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 341 · avg 31 · -4% w/w
a month agotoday
Uptime history 39 hours of history · worst hour 0%
39 hours agonow
52.7%
Uptime 24h
48 of 91 checks
2
Tools
read from the server
429 ms
Response time
average over 24h
114
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add docweave-mcp --transport http https://docweave.dev/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docweave-mcp": {
      "url": "https://docweave.dev/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docweave-mcp]
url = "https://docweave.dev/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "docweave-mcp": {
      "url": "https://docweave.dev/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docweave-mcp": {
      "url": "https://docweave.dev/api/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

generate
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.
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.

Endpoints

URLTransportStateLatencyChecked
https://docweave.dev/api/mcp streamable-http answering 278 ms 4 min ago

Docweave MCP — questions

Answers built from our own checks of this server.

What can Docweave MCP do?
It exposes 2 tools, read directly from the server on our last check. Among them: generate_pdf, read_pdf. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Docweave MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 48 of 91 checks got a reply (52.7%), average response time 429 ms. The bar chart above shows every period we have measured.
Is Docweave MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Docweave MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Docweave MCP need an API key?
No. Docweave MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Docweave MCP?
It answers our handshake in 429 ms on average, which is faster than 29% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Docweave MCP?
The npm package @docweave/mcp was installed 114 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.