Foxit Cloud API MCP integration for AI agents.
Connect AI agents to Foxit Cloud API through 22 structured actions, including check pages are scanned, create pdf from document, remove password from documen…
- ACTION CONTRACTS
- 22
- AUTHENTICATION
- Custom credentials
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Foxit Cloud API integration exposes
The Foxit Cloud API Agent App exposes 22 provider-backed actions for productivity and design & media work. Its current contract lets an authorized agent submit one pdf for scanned-page detection in foxit, create a pdf from a word, excel, powerpoint, image, or text source in foxit, and remove the password from one protected pdf with foxit. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses Custom credentials. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Foxit Cloud API account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Foxit Cloud API capabilities.
Showing 12 of 22 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
check_pages_are_scannedREADSubmit one PDF for scanned-page detection in Foxit.
INPUTS: docId / file / pageRange
create_pdf_from_documentWRITECreate a PDF from a Word, Excel, PowerPoint, image, or text source in Foxit.
INPUTS: docId / file / inputFormat
remove_password_from_documentHIGH IMPACTRemove the password from one protected PDF with Foxit.
INPUTS: docId / file / password
compare_documentsREVIEWCompare two PDF documents with Foxit and submit a diff task.
INPUTS: baseDocId / baseFile / compareDocId / compareFile / resultType
compress_documentREVIEWCompress one PDF with a chosen Foxit compression level.
INPUTS: docId / file / compressionLevel
convert_documentREVIEWConvert one PDF into Word, Excel, PowerPoint, image, or text with Foxit.
INPUTS: docId / file / outputFormat / imageConfig
convert_office_document_to_imagesREVIEWConvert one Office document into a ZIP of page images with Foxit.
INPUTS: docId / file / format / dpi / destImgSuffix
create_pdf_from_htmlWRITECreate a PDF from HTML content, an HTML file, or a webpage URL in Foxit.
download_fileREADDownload one Foxit result document and upload it to local transit storage.
INPUTS: docId / fileName
extract_documentREVIEWExtract text or embedded images from one PDF with Foxit.
INPUTS: docId / file / mode / pageRange
flatten_documentREVIEWFlatten annotations and form fields into the page content of one PDF with Foxit.
INPUTS: docId / file / pageRange
get_pages_basic_infoREADSubmit one PDF for page-size and rotation analysis in Foxit.
INPUTS: docId / file / pageRange
INPUT CONTRACTS
Know what the action needs before it runs.
check_pages_are_scanned
docIdOPTIONAL- An existing Foxit document ID returned by upload_file or a previous task.
fileOPTIONAL- A file source provided as a public URL or Base64 payload.
pageRangeOPTIONAL- The optional page range, such as 1-30, 1,3,5, or all.
create_pdf_from_document
docIdOPTIONAL- An existing Foxit document ID returned by upload_file or a previous task.
fileOPTIONAL- A file source provided as a public URL or Base64 payload.
inputFormatREQUIRED- The source document format that Foxit should convert into PDF.
remove_password_from_document
docIdOPTIONAL- An existing Foxit document ID returned by upload_file or a previous task.
fileOPTIONAL- A file source provided as a public URL or Base64 payload.
passwordREQUIRED- The password used to open the protected document before Foxit removes it.
compare_documents
baseDocIdOPTIONAL- The Foxit document ID for the baseline PDF when baseFile is omitted.
baseFileOPTIONAL- A file source provided as a public URL or Base64 payload.
compareDocIdOPTIONAL- The Foxit document ID for the comparison PDF when compareFile is omitted.
compareFileOPTIONAL- A file source provided as a public URL or Base64 payload.
resultTypeOPTIONAL- Whether Foxit should return a JSON diff or a rendered PDF diff.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Check Pages Are Scanned
Submit one PDF for scanned-page detection in Foxit. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
check_pages_are_scannedControl Create Pdf From Document
Create a PDF from a Word, Excel, PowerPoint, image, or text source in Foxit. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_pdf_from_documentVerify with Create Pdf From Document
Create a PDF from a Word, Excel, PowerPoint, image, or text source in Foxit. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
create_pdf_from_documentSAFETY BOUNDARY
Operate Foxit Cloud API with explicit limits
- Authorize Foxit Cloud API with Custom credentials and grant only the provider access required by the selected actions.
- 5 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `remove_password_from_document` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Foxit Cloud API rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Foxit Cloud API task completed successfully.
CONNECTION MODEL
Custom credentials
Foxit Cloud API uses Custom credentials. Connection requirements and availability are determined by the provider and the Working Machines deployment.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 5
- WRITE SIGNALS
- 4
- HIGH IMPACT
- 1
- REVIEW SIGNALS
- 12
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Foxit Cloud API.