Integrations · MCP Server
pdfAssistant with ChatGPT
Connect pdfAssistant to ChatGPT and process PDFs without leaving your conversation. Enable Developer Mode, point to pdfAssistant's MCP server, authenticate via OAuth, and unlock enterprise-grade document processing inside ChatGPT.
Paid plan required · Not available on the free tier
Setup Guide
Connect in Under 60 Seconds
Four steps from Developer Mode to a fully connected PDF toolbox.
- 1
Enable Developer Mode
In ChatGPT, go to Settings → Apps and enable Developer Mode.
- 2
Add pdfAssistant as a Remote App
Configure a new remote app pointing to:
https://chat.pdfassistant.ai/mcp - 3
Authenticate
Complete the secure OAuth login when prompted. Your pdfAssistant credentials authorize ChatGPT to use your tools and credits.
- 4
Start Processing
Drop a PDF into your ChatGPT conversation and describe what you need:
- “Convert this spreadsheet to a formatted PDF”
- “Merge these five documents into one”
- “Add a Confidential watermark to every page”
- “Extract all form data and export it”
ChatGPT calls pdfAssistant's tools, processes the file in the cloud, and delivers the result in your chat.
Configuration & Code
Drop-in snippets for ChatGPT.
Copy these into your config files or tool-call payloads.
Paste this URL into the Remote App configuration dialog when Developer Mode is enabled.
https://chat.pdfassistant.ai/mcpChatGPT sends these headers automatically — listed here for debugging custom proxies.
POST /mcp HTTP/1.1
Host: chat.pdfassistant.ai
Content-Type: application/json
Accept: application/json, text/event-stream
Authorization: Bearer <oauth_access_token>What ChatGPT emits when you say “Add a Confidential watermark to every page.”
{
"jsonrpc": "2.0",
"id": 7,
"method": "tools/call",
"params": {
"name": "add_watermark",
"arguments": {
"file_id": "doc_2c91...",
"text": "CONFIDENTIAL",
"opacity": 0.35,
"rotation_degrees": 45
}
}
}What You Can Do
Every pdfAssistant operation, available inside ChatGPT.
The complete toolset your assistant can call once the MCP server is connected.
| Category | Available Tools | Example Prompt |
|---|---|---|
| Convert | Word, Excel, PowerPoint to PDF; Webpage URL to PDF; HTML file to PDF; Email to PDF; PDF to Word/Excel/PowerPoint; PDF to image formats (PNG, JPEG, TIFF, GIF, BMP); Graphics to PDF | “Convert this live pricing webpage URL and this PowerPoint presentation into PDFs.” |
| Combine & Split | Merge multiple PDFs, Split PDF by page range, ZIP/unZIP files | “Merge these three contracts into a single file and ZIP the final output.” |
| Optimize | Compress PDF, Linearize PDF (web-optimize), Flatten forms, Flatten annotations, Flatten layers, Flatten transparencies, Convert colors, Convert to PDF/X, Rasterize PDF | “Compress this PDF to under 5MB and linearize it so it opens fast on the web.” |
| Secure & Edit | Encrypt PDF, Add restrictions, Remove encryption, Remove restrictions, Text redaction (via literal strings, presets, or regex), Add text/images to PDF, Attach files to PDF, Add watermark | “Use a regex pattern to redact all Social Security Numbers from this document text.” |
| Extract | Extract text, Extract images, Export form data, File read/write/append/list helpers | “Extract all the data from the form fields in this document.” |
| Analyze | Check document metadata (accessibility tags, security settings, creator/origin info, text-extractability status) | “Check the metadata of this file to see if it is fully tagged for accessibility.” |
| Sign & Forms | Digitally sign PDF, Import form data, Convert XFA to AcroForms | “Convert this old XFA form into a standard AcroForm so I can sign it.” |
| Archive | Convert to PDF/A (archival standard) | “Convert this contract to PDF/A for long-term archival.” |
Use Case Examples
Real ChatGPT + pdfAssistant scenarios.
Single prompts that orchestrate multiple tools end to end.
Report Generation
“Convert this HTML page to PDF, compress it, and add our company watermark.” ChatGPT chains three tools and delivers a branded report.
Secure Document Delivery
“Encrypt this PDF with a password, add print restrictions, and remove the existing editing permissions.” ChatGPT applies layered security in one request.
Data Extraction
“Extract all the text from this scanned document using OCR, then pull the table data into a structured format.” ChatGPT runs OCR and extraction back-to-back.
Format Conversion
“Turn this Word doc into a PDF/X file ready for print production.” ChatGPT handles the conversion with print-standard compliance.
Security & Privacy
Security & Privacy
pdfAssistant is designed with enterprise security in mind.
SOC 2 Type 2 Compliant
Our security controls, infrastructure, and data protection practices are rigorously audited and certified to meet strict enterprise standards.
Secure OAuth 2.0 Authentication
Your pdfAssistant credentials are never exposed to your AI platform or stored locally.
Encrypted in Transit
All files and data sent to our servers are protected with TLS 1.3 encryption, the same standard used by banks and healthcare systems.
pdfAssistant Never Trains on Your Data
Your documents, prompts, and extracted data are never used by us to train AI models. Please note that what your AI platform does with data in its own environment is governed by its own privacy policy.
Ready to put pdfAssistant to work in your AI assistant?
Connect once. Process forever.
MCP server access requires a paid pdfAssistant plan