Documentation Index
Fetch the complete documentation index at: https://docs.capout.ai/llms.txt
Use this file to discover all available pages before exploring further.
capout_process_pdf is the primary MCP tool for single-document processing.
Required arguments
- Always send
xn_address - Send exactly one of:
pdfurlfile_base64file_path
- When using
file_base64, also sendfile_name
file_base64, keep the PDF at or below 50 MB.
For larger local or workspace PDFs, use Staged Uploads, which supports uploads up to 100 MB.
For the public CapOut MCP, the practical inputs are pdf, url, and file_base64. The MCP is hosted remotely and cannot read your local machine paths directly.
Use the right source type
- Use
pdffor ChatGPT-style file attachments that includedownload_urlandfile_id - Use
urlfor a publichttps://PDF URL - Use
file_base64when the client has bytes but not a URL and the inline payload stays within the50 MBbase64 limit - Use
file_pathonly for a path that already exists on the CapOut MCP server itself. Do not send your local/Users/...or workspace path here.