← Registry

Content Tools

preteworks.com

Provides tools for creating and manipulating PDF documents.

1 endpoint15 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://api.preteworks.com/mcp

No auth detected

MCP server metadata

Name
preteworks
Version
1.1.0
Capabilities
tools.listChanged

Known tools 15

render_html_to_pdf

Render a full HTML document to a PDF.

Inferred read-only
merge_pdfs

Combine 2+ PDFs into one, in order.

Inferred read-only
select_pages

Keep only the specified pages of a PDF.

Inferred read-only
rotate_pdf

Rotate every page of a PDF by 90, 180, or 270 degrees.

Inferred read-only
watermark_pdf

Stamp a diagonal grey text watermark across every page of a PDF.

Inferred read-only
extract_pdf_text

Extract the text content of a PDF — for RAG, summarization, or search.

Inferred read-only
images_to_pdf

Combine PNG/JPEG images (base64) into a PDF, one image per page.

Inferred read-only
markdown_to_pdf

Render Markdown to a clean, print-styled PDF.

Inferred read-only
split_pdf

Split a PDF into multiple PDFs — one per page by default, or by page ranges like '1-3;4-6'.

Inferred read-only
read_pdf_form

List a PDF's form fields (name, type, value, options) as JSON.

Inferred read-only
fill_pdf_form

Fill a PDF's form fields from a map of field -> value; optionally flatten.

Inferred read-only
read_url

Fetch a public http/https URL and return its main content as clean Markdown — ideal for giving an agent readable web content for research or RAG.

Inferred read-only
url_to_pdf

Fetch a public http/https URL and render the live page to a PDF.

Inferred read-only
url_to_screenshot

Fetch a public http/https URL and capture a PNG screenshot.

Inferred read-only
scrape_page

Fetch a public http/https URL and return its rendered HTML, the links on the page, and page metadata (title/description/OpenGraph/canonical/favicon) — in one render.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.preteworks]
url = "https://api.preteworks.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "preteworks": {
      "type": "http",
      "url": "https://api.preteworks.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: preteworks
Remote MCP URL: https://api.preteworks.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "preteworks": {
      "url": "https://api.preteworks.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "preteworks": {
      "type": "http",
      "url": "https://api.preteworks.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "preteworks",
  "transport": "streamable-http",
  "url": "https://api.preteworks.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.