@exactpdf/mcp
Advanced tools
+1
-1
@@ -39,3 +39,3 @@ #!/usr/bin/env node | ||
| }; | ||
| const server = new McpServer({ name: 'exactpdf', version: '0.2.16' }, { | ||
| const server = new McpServer({ name: 'exactpdf', version: '0.2.17' }, { | ||
| instructions: `ExactPDF turns local PDFs into production outputs for agents: inspect metadata, merge/split/rotate/compress, target-size best-effort compression, create portal-ready merge/images workflows, extract text, export PDF JSON, export structured Markdown for RAG, preview voices, and queue bounded PDF narration. Start with exactpdf_first_run_checklist, then exactpdf_account and exactpdf_pdf_info before paid work. New users can create a key with free test credits at https://max.exactpdf.com/account; developer quickstart: https://exactpdf.com/developers. Free tools: first-run checklist, account, pdf-info, voice-preview, and speech cost estimate. Standard document tools cost 1 credit on success. ${AUDIO_LAUNCH_POLICY} Translation remains disabled. PDF-to-images and OCR are backend-required placeholders until dedicated workers ship. Use absolute local file paths; binary outputs are saved to EXACTPDF_API_OUTPUT_DIR or the OS temp directory.`, | ||
@@ -42,0 +42,0 @@ }); |
+1
-1
| { | ||
| "name": "@exactpdf/mcp", | ||
| "version": "0.2.16", | ||
| "version": "0.2.17", | ||
| "description": "MCP server for ExactPDF — target-size compression, structured Markdown/RAG, PDF JSON, bounded PDF audio jobs, and API credits.", | ||
@@ -5,0 +5,0 @@ "mcpName": "com.exactpdf/mcp", |
+1
-1
@@ -202,3 +202,3 @@ # @exactpdf/mcp | ||
|  | ||
|  | ||
@@ -205,0 +205,0 @@ Video: https://exactpdf.com/demos/exactpdf-mcp-demo.mp4 |
+2
-2
@@ -6,3 +6,3 @@ { | ||
| "description": "Agent-facing PDF API: merge, split, rotate, compress, target-size compression, structured Markdown/RAG, voice previews, and bounded English PDF audio jobs. PDF-to-images/OCR require backend workers; translated audio remains disabled.", | ||
| "version": "0.2.16", | ||
| "version": "0.2.17", | ||
| "websiteUrl": "https://exactpdf.com/mcp", | ||
@@ -13,3 +13,3 @@ "packages": [ | ||
| "identifier": "@exactpdf/mcp", | ||
| "version": "0.2.16", | ||
| "version": "0.2.17", | ||
| "transport": { | ||
@@ -16,0 +16,0 @@ "type": "stdio" |
63490
0.01%