LIVE ENDPOINT
https://api.preteworks.com/mcp
Connect to this endpoint to inspect the live schema for rotate_pdf and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
render_html_to_pdf— Render a full HTML document to a PDF.merge_pdfs— Combine 2+ PDFs into one, in order.select_pages— Keep only the specified pages of a PDF.watermark_pdf— Stamp a diagonal grey text watermark across every page of a PDF.extract_pdf_text— Extract the text content of a PDF — for RAG, summarization, or search.images_to_pdf— Combine PNG/JPEG images (base64) into a PDF, one image per page.markdown_to_pdf— Render Markdown to a clean, print-styled PDF.split_pdf— Split a PDF into multiple PDFs — one per page by default, or by page ranges like '1-3;4-6'.