Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Adobe PDF Services MCP server with 41 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Adobe PDF Services — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Adobe PDF Services MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Adobe PDF Services tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Adobe PDF Services call.
Tools Discovery →A Adobe PDF Services MCP server lets AI agents read and write Adobe PDF Services data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Adobe PDF Services MCP server ships with 41 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Adobe PDF Services's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Convert a Microsoft Office or image source asset to PDF.
Convert a PDF asset to a Microsoft Office or RTF format.
Retrieve status and result asset for a Create PDF job.
Retrieve status and result asset for an Export PDF job.
Request a presigned upload URL and asset ID for a file you intend to send to PDF Services.
Upload the binary file content to the presigned URL returned by Create Asset Upload URL.
Add a watermark from a PDF asset onto the pages of a target PDF.
Get a presigned URL to download an asset stored in PDF Services.
Retrieve metadata for an asset stored in PDF Services.
Retrieve status and result asset for an HTML to PDF job.
Retrieve status and result asset for a Document Generation job.
Convert a PDF asset to image files (JPEG, PNG, or TIFF).
Retrieve status and result asset for an Export PDF to Images job.
Poll a Compress PDF job for completion and retrieve the compressed PDF result.
Poll a Linearize PDF job for completion and retrieve the linearized PDF result.
Poll an OCR PDF job for completion and retrieve the searchable PDF result.
Poll a Protect PDF job for completion and retrieve the protected PDF result.
Poll a Remove Protection job for completion and retrieve the unprotected PDF result.
Poll a Combine PDFs job for completion and retrieve the merged PDF result.
Poll a Split PDF job for completion and retrieve the resulting PDF asset(s).
Retrieve status and result asset for a Page Manipulation job.
Poll an Add Watermark job for completion and retrieve the watermarked PDF result.
Retrieve status and result asset for an Extract PDF job.
Retrieve status and result asset for an Auto-Tag PDF job.
Retrieve status and result asset for an Accessibility Checker job.
Retrieve status and result for a PDF Properties job.
Delete an asset previously created in PDF Services.
Remove password security from a PDF asset.
Convert an HTML source asset or URL to PDF.
Merge JSON data into a Word template to produce a PDF or DOCX.
Reduce the file size of a PDF asset.
Optimize a PDF for fast Web View rendering.
Run OCR on a scanned PDF to make text searchable and selectable.
Apply password protection and permissions to a PDF asset.
Merge multiple PDF assets (or specific page ranges) into a single PDF.
Split a PDF asset into multiple PDFs by page ranges, file count, or page count.
Delete or rotate pages of a PDF asset.
Extract structured content (text, tables, figures) and renditions from a PDF.
Add accessibility tags to a PDF asset.
Run an accessibility audit on a PDF and return a JSON report.
Submit a job to extract metadata and structural properties of a PDF asset.
One endpoint. Any framework. Your agent is talking to Adobe PDF Services in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}133+ actions
101+ actions
92+ actions
67+ actions
47+ actions
44+ actions
39+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.